ansible-playbook [core 2.17.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-m1H executable location = /usr/local/bin/ansible-playbook python version = 3.12.13 (main, Apr 16 2026, 00:00:00) [GCC 14.3.1 20251022 (Red Hat 14.3.1-4)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_basic.yml ****************************************************** 2 plays in /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5 Friday 10 July 2026 17:12:39 -0400 (0:00:00.028) 0:00:00.028 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_test_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n" }, "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/tmp/podman-5t1/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Friday 10 July 2026 17:12:39 -0400 (0:00:00.018) 0:00:00.047 *********** [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node2] TASK [Create tmpdir for testing] *********************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:172 Friday 10 July 2026 17:12:41 -0400 (0:00:02.364) 0:00:02.411 *********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_m7vus7yv_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:179 Friday 10 July 2026 17:12:41 -0400 (0:00:00.437) 0:00:02.848 *********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_m7vus7yv_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:190 Friday 10 July 2026 17:12:42 -0400 (0:00:00.441) 0:00:03.290 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:195 Friday 10 July 2026 17:12:42 -0400 (0:00:00.045) 0:00:03.336 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:200 Friday 10 July 2026 17:12:42 -0400 (0:00:00.030) 0:00:03.366 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:205 Friday 10 July 2026 17:12:42 -0400 (0:00:00.033) 0:00:03.399 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:210 Friday 10 July 2026 17:12:42 -0400 (0:00:00.540) 0:00:03.940 *********** changed: [managed-node2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_podman_aypk22wy.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-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:218 Friday 10 July 2026 17:12:43 -0400 (0:00:00.221) 0:00:04.161 *********** changed: [managed-node2 -> localhost] => { "changed": true, "checksum": "0419c2162ea4200483a1168d7642cb1980ba7bee", "dest": "/tmp/lsr_podman_aypk22wy.yml", "gid": 0, "group": "root", "md5sum": "7f087e93b8bf0945d8c45f0dec423c16", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 985, "src": "/root/.ansible/tmp/ansible-tmp-1783717963.1731427-9678-234421670769352/.source.yml", "state": "file", "uid": 0 } TASK [Debug00] ***************************************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:225 Friday 10 July 2026 17:12:43 -0400 (0:00:00.597) 0:00:04.759 *********** ok: [managed-node2 -> localhost] => { "changed": false, "cmd": [ "cat", "/tmp/lsr_podman_aypk22wy.yml" ], "delta": "0:00:00.003115", "end": "2026-07-10 17:12:44.048308", "rc": 0, "start": "2026-07-10 17:12:44.045193" } STDOUT: apiVersion: v1 kind: ConfigMap metadata: name: testfile3 data: testfile3.txt: | this is a test ... apiVersion: v1 kind: Pod metadata: labels: app: test io.containers.autoupdate: registry name: httpd3 spec: containers: - name: httpd3 image: quay.io/libpod/testimage:20210610 command: - /bin/busybox-extras - httpd - -f - -p - 80 ports: - containerPort: 80 hostPort: 15003 volumeMounts: - mountPath: /var/www:Z name: www - mountPath: /var/httpd-create:Z name: create - mountPath: /etc/testfile3.txt:Z name: testfile3 subPath: testfile3.txt workingDir: /var/www volumes: - name: www hostPath: path: "/tmp/lsr_m7vus7yv_podman/httpd3" - name: create hostPath: path: "/tmp/lsr_m7vus7yv_podman/httpd3-create" - name: testfile3 configMap: name: testfile3 ... TASK [Create host directories for data] **************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:230 Friday 10 July 2026 17:12:44 -0400 (0:00:00.327) 0:00:05.086 *********** 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_m7vus7yv_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd2", "root", 0 ], "mode": "0755", "owner": "root", "path": "/tmp/lsr_m7vus7yv_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd3", "root", 0 ], "mode": "0755", "owner": "root", "path": "/tmp/lsr_m7vus7yv_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create data files] ******************************************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:238 Friday 10 July 2026 17:12:45 -0400 (0:00:00.980) 0:00:06.067 *********** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_m7vus7yv_podman/httpd1/index.txt", "gid": 0, "group": "root", "item": [ "httpd1", "podman_basic_user", 3001 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "podman_basic_user", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1783717965.093838-9764-67241112685305/.source.txt", "state": "file", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_m7vus7yv_podman/httpd2/index.txt", "gid": 0, "group": "root", "item": [ "httpd2", "root", 0 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1783717965.6859484-9764-19510407089556/.source.txt", "state": "file", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_m7vus7yv_podman/httpd3/index.txt", "gid": 0, "group": "root", "item": [ "httpd3", "root", 0 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1783717966.272573-9764-247571992199554/.source.txt", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:248 Friday 10 July 2026 17:12:46 -0400 (0:00:01.780) 0:00:07.848 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Friday 10 July 2026 17:12:46 -0400 (0:00:00.015) 0:00:07.863 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Friday 10 July 2026 17:12:46 -0400 (0:00:00.001) 0:00:07.864 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Friday 10 July 2026 17:12:46 -0400 (0:00:00.015) 0:00:07.880 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 10 July 2026 17:12:46 -0400 (0:00:00.080) 0:00:07.960 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 10 July 2026 17:12:46 -0400 (0:00:00.021) 0:00:07.982 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Friday 10 July 2026 17:12:47 -0400 (0:00:00.519) 0:00:08.501 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Friday 10 July 2026 17:12:47 -0400 (0:00:00.388) 0:00:08.890 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Friday 10 July 2026 17:12:48 -0400 (0:00:00.321) 0:00:09.212 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Friday 10 July 2026 17:12:48 -0400 (0:00:00.020) 0:00:09.232 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Friday 10 July 2026 17:12:48 -0400 (0:00:00.322) 0:00:09.555 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Friday 10 July 2026 17:12:48 -0400 (0:00:00.020) 0:00:09.575 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file_full is file", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Friday 10 July 2026 17:12:48 -0400 (0:00:00.037) 0:00:09.612 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008194", "end": "2026-07-10 17:12:48.881399", "failed_when_result": false, "rc": 0, "start": "2026-07-10 17:12:48.873205" } STDOUT: running TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Friday 10 July 2026 17:12:48 -0400 (0:00:00.333) 0:00:09.946 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Friday 10 July 2026 17:12:48 -0400 (0:00:00.018) 0:00:09.964 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 10 July 2026 17:12:48 -0400 (0:00:00.018) 0:00:09.983 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 10 July 2026 17:12:49 -0400 (0:00:00.979) 0:00:10.963 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 10 July 2026 17:12:49 -0400 (0:00:00.017) 0:00:10.980 *********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: gpgme-1.23.2-6.el10.x86_64", "Installed: aardvark-dns-2:2.0.0-1.el10.x86_64", "Installed: passt-0^20260611.ga9c61ff-1.el10.x86_64", "Installed: passt-selinux-0^20260611.ga9c61ff-1.el10.noarch", "Installed: shadow-utils-subid-2:4.15.0-13.el10.x86_64", "Installed: conmon-3:2.2.1-4.el10.x86_64", "Installed: libgcrypt-1.11.0-7.el10.x86_64", "Installed: catatonit-5:0.2.1-4.el10.x86_64", "Installed: libgpg-error-1.50-2.el10.x86_64", "Installed: container-selinux-4:2.249.0-1.el10.noarch", "Installed: libassuan-2.5.6-6.el10.x86_64", "Installed: netavark-2:2.0.0-1.el10.x86_64", "Installed: containers-common-6:6.0-2.el10.noarch", "Installed: containers-common-extra-6:6.0-2.el10.noarch", "Installed: protobuf-c-1.5.0-6.el10.x86_64", "Installed: podman-7:6.0.0-1.el10.x86_64", "Installed: libnet-1.3-7.el10.x86_64", "Installed: npth-1.6-21.el10.x86_64", "Installed: podman-sequoia-0.4.0~pqc.3-1.el10.x86_64", "Installed: libksba-1.6.7-2.el10.x86_64", "Installed: criu-4.2-6.el10.x86_64", "Installed: gnupg2-2.4.5-5.el10.x86_64", "Installed: criu-libs-4.2-6.el10.x86_64", "Installed: crun-1.28-1.el10.x86_64" ] } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 10 July 2026 17:13:20 -0400 (0:00:30.282) 0:00:41.263 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 10 July 2026 17:13:20 -0400 (0:00:00.018) 0:00:41.281 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 10 July 2026 17:13:20 -0400 (0:00:00.018) 0:00:41.299 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 10 July 2026 17:13:20 -0400 (0:00:00.022) 0:00:41.321 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.029196", "end": "2026-07-10 17:13:20.669817", "rc": 0, "start": "2026-07-10 17:13:20.640621" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 10 July 2026 17:13:20 -0400 (0:00:00.428) 0:00:41.751 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 10 July 2026 17:13:20 -0400 (0:00:00.018) 0:00:41.769 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 10 July 2026 17:13:20 -0400 (0:00:00.018) 0:00:41.787 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Friday 10 July 2026 17:13:20 -0400 (0:00:00.017) 0:00:41.805 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 10 July 2026 17:13:20 -0400 (0:00:00.011) 0:00:41.816 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Friday 10 July 2026 17:13:20 -0400 (0:00:00.024) 0:00:41.840 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 10 July 2026 17:13:20 -0400 (0:00:00.019) 0:00:41.860 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Friday 10 July 2026 17:13:20 -0400 (0:00:00.037) 0:00:41.898 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Friday 10 July 2026 17:13:21 -0400 (0:00:00.528) 0:00:42.426 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Friday 10 July 2026 17:13:21 -0400 (0:00:00.020) 0:00:42.446 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Friday 10 July 2026 17:13:21 -0400 (0:00:00.029) 0:00:42.475 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1778803200.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1783717996.444476, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9030010, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "36135248", "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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Friday 10 July 2026 17:13:21 -0400 (0:00:00.355) 0:00:42.830 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 10 July 2026 17:13:21 -0400 (0:00:00.020) 0:00:42.850 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Friday 10 July 2026 17:13:21 -0400 (0:00:00.018) 0:00:42.869 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Friday 10 July 2026 17:13:21 -0400 (0:00:00.018) 0:00:42.888 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Friday 10 July 2026 17:13:21 -0400 (0:00:00.017) 0:00:42.906 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 10 July 2026 17:13:21 -0400 (0:00:00.041) 0:00:42.947 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 10 July 2026 17:13:21 -0400 (0:00:00.018) 0:00:42.966 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Friday 10 July 2026 17:13:21 -0400 (0:00:00.018) 0:00:42.985 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 10 July 2026 17:13:21 -0400 (0:00:00.018) 0:00:43.004 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Friday 10 July 2026 17:13:22 -0400 (0:00:00.047) 0:00:43.052 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 10 July 2026 17:13:22 -0400 (0:00:00.038) 0:00:43.090 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 10 July 2026 17:13:22 -0400 (0:00:00.018) 0:00:43.108 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Friday 10 July 2026 17:13:22 -0400 (0:00:00.019) 0:00:43.127 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 10 July 2026 17:13:22 -0400 (0:00:00.038) 0:00:43.166 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 10 July 2026 17:13:22 -0400 (0:00:00.017) 0:00:43.184 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Friday 10 July 2026 17:13:22 -0400 (0:00:00.018) 0:00:43.203 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Friday 10 July 2026 17:13:22 -0400 (0:00:00.039) 0:00:43.243 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Friday 10 July 2026 17:13:22 -0400 (0:00:00.018) 0:00:43.261 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Friday 10 July 2026 17:13:22 -0400 (0:00:00.019) 0:00:43.280 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Friday 10 July 2026 17:13:22 -0400 (0:00:00.042) 0:00:43.323 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Friday 10 July 2026 17:13:22 -0400 (0:00:00.017) 0:00:43.341 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Friday 10 July 2026 17:13:22 -0400 (0:00:00.018) 0:00:43.360 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Friday 10 July 2026 17:13:22 -0400 (0:00:00.017) 0:00:43.377 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Friday 10 July 2026 17:13:22 -0400 (0:00:00.017) 0:00:43.395 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 10 July 2026 17:13:22 -0400 (0:00:00.084) 0:00:43.480 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Friday 10 July 2026 17:13:22 -0400 (0:00:00.030) 0:00:43.510 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Friday 10 July 2026 17:13:22 -0400 (0:00:00.459) 0:00:43.970 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Friday 10 July 2026 17:13:23 -0400 (0:00:00.326) 0:00:44.296 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Friday 10 July 2026 17:13:23 -0400 (0:00:00.328) 0:00:44.625 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Friday 10 July 2026 17:13:23 -0400 (0:00:00.025) 0:00:44.650 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Friday 10 July 2026 17:13:23 -0400 (0:00:00.335) 0:00:44.985 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Friday 10 July 2026 17:13:23 -0400 (0:00:00.024) 0:00:45.010 *********** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 10 July 2026 17:13:24 -0400 (0:00:00.042) 0:00:45.052 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Friday 10 July 2026 17:13:24 -0400 (0:00:00.041) 0:00:45.093 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008512", "end": "2026-07-10 17:13:24.386453", "failed_when_result": false, "rc": 0, "start": "2026-07-10 17:13:24.377941" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Friday 10 July 2026 17:13:24 -0400 (0:00:00.357) 0:00:45.451 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Friday 10 July 2026 17:13:24 -0400 (0:00:00.022) 0:00:45.473 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Friday 10 July 2026 17:13:24 -0400 (0:00:00.024) 0:00:45.498 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Friday 10 July 2026 17:13:26 -0400 (0:00:01.575) 0:00:47.073 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Friday 10 July 2026 17:13:26 -0400 (0:00:00.017) 0:00:47.091 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Friday 10 July 2026 17:13:26 -0400 (0:00:00.017) 0:00:47.109 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Friday 10 July 2026 17:13:26 -0400 (0:00:00.018) 0:00:47.127 *********** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Friday 10 July 2026 17:13:26 -0400 (0:00:00.054) 0:00:47.182 *********** skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Friday 10 July 2026 17:13:26 -0400 (0:00:00.029) 0:00:47.212 *********** 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 system.slice basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service shutdown.target ip6tables.service ebtables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608256512", "EffectiveMemoryMax": "3608256512", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3038425088", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21656", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Friday 10 July 2026 17:13:26 -0400 (0:00:00.681) 0:00:47.894 *********** 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": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service shutdown.target ip6tables.service ebtables.service ipset.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608256512", "EffectiveMemoryMax": "3608256512", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3054440448", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21656", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Check if firewalld is responding to dbus requests] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 10 July 2026 17:13:27 -0400 (0:00:00.772) 0:00:48.666 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:01.190353", "end": "2026-07-10 17:13:29.188240", "rc": 0, "start": "2026-07-10 17:13:27.997887" } STDOUT: running STDERR: Waiting on dbus connection... TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Friday 10 July 2026 17:13:29 -0400 (0:00:01.594) 0:00:50.260 *********** changed: [managed-node2] => { "__firewall_changed": true, "changed": true, "short_circuit": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Friday 10 July 2026 17:13:30 -0400 (0:00:01.253) 0:00:51.514 *********** skipping: [managed-node2] => { "false_condition": "ansible_check_mode or ansible_diff_mode or __firewall_test_check_mode | d(false)" } TASK [fedora.linux_system_roles.firewall : Check if short circuit is false] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Friday 10 July 2026 17:13:30 -0400 (0:00:00.018) 0:00:51.532 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_debug_short_circuit | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Reset firewall_config] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Friday 10 July 2026 17:13:30 -0400 (0:00:00.020) 0:00:51.553 *********** ok: [managed-node2] => { "ansible_facts": { "firewall_config": {} }, "changed": false } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Friday 10 July 2026 17:13:30 -0400 (0:00:00.017) 0:00:51.571 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Friday 10 July 2026 17:13:30 -0400 (0:00:00.033) 0:00:51.604 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Record role success fingerprint] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Friday 10 July 2026 17:13:30 -0400 (0:00:00.038) 0:00:51.643 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Friday 10 July 2026 17:13:30 -0400 (0:00:00.369) 0:00:52.012 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Friday 10 July 2026 17:13:31 -0400 (0:00:00.184) 0:00:52.196 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Friday 10 July 2026 17:13:31 -0400 (0:00:00.026) 0:00:52.223 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Friday 10 July 2026 17:13:31 -0400 (0:00:00.465) 0:00:52.689 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Friday 10 July 2026 17:13:32 -0400 (0:00:00.336) 0:00:53.026 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Friday 10 July 2026 17:13:32 -0400 (0:00:00.044) 0:00:53.070 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Friday 10 July 2026 17:13:32 -0400 (0:00:00.330) 0:00:53.400 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Friday 10 July 2026 17:13:32 -0400 (0:00:00.024) 0:00:53.425 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Friday 10 July 2026 17:13:32 -0400 (0:00:00.334) 0:00:53.759 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Friday 10 July 2026 17:13:32 -0400 (0:00:00.024) 0:00:53.783 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['python_version'] is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Friday 10 July 2026 17:13:32 -0400 (0:00:00.022) 0:00:53.806 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Friday 10 July 2026 17:13:33 -0400 (0:00:01.123) 0:00:54.930 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['os_family'] == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Friday 10 July 2026 17:13:33 -0400 (0:00:00.035) 0:00:54.965 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Friday 10 July 2026 17:13:35 -0400 (0:00:01.110) 0:00:56.076 *********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: policycoreutils-python-utils-3.10-3.el10.noarch" ] } TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Friday 10 July 2026 17:13:36 -0400 (0:00:01.548) 0:00:57.625 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Friday 10 July 2026 17:13:36 -0400 (0:00:00.018) 0:00:57.643 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Friday 10 July 2026 17:13:36 -0400 (0:00:00.019) 0:00:57.662 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Friday 10 July 2026 17:13:36 -0400 (0:00:00.017) 0:00:57.680 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Friday 10 July 2026 17:13:37 -0400 (0:00:00.881) 0:00:58.562 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008430", "end": "2026-07-10 17:13:37.854331", "failed_when_result": false, "rc": 0, "start": "2026-07-10 17:13:37.845901" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Friday 10 July 2026 17:13:37 -0400 (0:00:00.357) 0:00:58.919 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Friday 10 July 2026 17:13:37 -0400 (0:00:00.052) 0:00:58.972 *********** ok: [managed-node2] => { "ansible_facts": { "__selinux_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Friday 10 July 2026 17:13:37 -0400 (0:00:00.025) 0:00:58.998 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Friday 10 July 2026 17:13:38 -0400 (0:00:00.032) 0:00:59.030 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Friday 10 July 2026 17:13:38 -0400 (0:00:00.025) 0:00:59.056 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Friday 10 July 2026 17:13:38 -0400 (0:00:00.032) 0:00:59.088 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __update_kernel_param", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Friday 10 July 2026 17:13:38 -0400 (0:00:00.034) 0:00:59.123 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Friday 10 July 2026 17:13:38 -0400 (0:00:00.017) 0:00:59.140 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Friday 10 July 2026 17:13:38 -0400 (0:00:00.024) 0:00:59.165 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Friday 10 July 2026 17:13:38 -0400 (0:00:00.018) 0:00:59.184 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Friday 10 July 2026 17:13:38 -0400 (0:00:00.017) 0:00:59.201 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Friday 10 July 2026 17:13:38 -0400 (0:00:00.021) 0:00:59.222 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Friday 10 July 2026 17:13:38 -0400 (0:00:00.030) 0:00:59.253 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Friday 10 July 2026 17:13:38 -0400 (0:00:00.021) 0:00:59.274 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Friday 10 July 2026 17:13:38 -0400 (0:00:00.016) 0:00:59.291 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Friday 10 July 2026 17:13:38 -0400 (0:00:00.016) 0:00:59.307 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Friday 10 July 2026 17:13:39 -0400 (0:00:01.550) 0:01:00.857 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Friday 10 July 2026 17:13:39 -0400 (0:00:00.018) 0:01:00.876 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Friday 10 July 2026 17:13:42 -0400 (0:00:02.682) 0:01:03.558 *********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Friday 10 July 2026 17:13:42 -0400 (0:00:00.078) 0:01:03.636 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Reload SELinux policy if modules need to be reloaded] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Friday 10 July 2026 17:13:42 -0400 (0:00:00.024) 0:01:03.660 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_modules_needs_reload", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Friday 10 July 2026 17:13:42 -0400 (0:00:00.018) 0:01:03.679 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Friday 10 July 2026 17:13:42 -0400 (0:00:00.018) 0:01:03.698 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Record role success fingerprint] ***** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Friday 10 July 2026 17:13:42 -0400 (0:00:00.017) 0:01:03.716 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Friday 10 July 2026 17:13:43 -0400 (0:00:00.344) 0:01:04.061 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Friday 10 July 2026 17:13:43 -0400 (0:00:00.020) 0:01:04.081 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Friday 10 July 2026 17:13:43 -0400 (0:00:00.017) 0:01:04.099 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Friday 10 July 2026 17:13:43 -0400 (0:00:00.016) 0:01:04.115 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize parsed kube specs list] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Friday 10 July 2026 17:13:43 -0400 (0:00:00.070) 0:01:04.186 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Debug0] ******************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Friday 10 July 2026 17:13:43 -0400 (0:00:00.050) 0:01:04.236 *********** ok: [managed-node2] => (item={'state': 'created', 'pull_image': False, 'activate_systemd_unit': False, 'kube_file_content': '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'}) => { "__podman_kube_spec_item": { "activate_systemd_unit": false, "kube_file_content": "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", "pull_image": false, "state": "created" } } MSG: kube_str TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:51 Friday 10 July 2026 17:13:43 -0400 (0:00:00.035) 0:01:04.271 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Friday 10 July 2026 17:13:43 -0400 (0:00:00.058) 0:01:04.330 *********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Fail if kube spec user does not exist] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Friday 10 July 2026 17:13:43 -0400 (0:00:00.044) 0:01:04.374 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Friday 10 July 2026 17:13:43 -0400 (0:00:00.044) 0:01:04.419 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__kube_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Friday 10 July 2026 17:13:43 -0400 (0:00:00.033) 0:01:04.453 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": false, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml", "kube_file_field": "", "kube_name": "nopull", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } }, "kube_spec": { "state": "created" }, "kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: nopull\nspec:\n containers:\n - name: nopull\n image: quay.io/libpod/testimage:20210610\n", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } } ], "pull_image": false, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Build restart dependency map] ********* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 10 July 2026 17:13:43 -0400 (0:00:00.175) 0:01:04.629 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize restart map collections] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Friday 10 July 2026 17:13:43 -0400 (0:00:00.093) 0:01:04.723 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_path_service_pairs": [], "__podman_pending_restarts": [], "__podman_restart_paths": [], "__podman_restart_services": [], "__podman_secret_service_pairs": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each kube play spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Friday 10 July 2026 17:13:43 -0400 (0:00:00.027) 0:01:04.750 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Friday 10 July 2026 17:13:43 -0400 (0:00:00.047) 0:01:04.798 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each quadlet spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Friday 10 July 2026 17:13:43 -0400 (0:00:00.025) 0:01:04.823 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Collect managed secret names] ********* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Friday 10 July 2026 17:13:43 -0400 (0:00:00.017) 0:01:04.841 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_restart_managed_secrets": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Expand restarts on dependency paths] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Friday 10 July 2026 17:13:43 -0400 (0:00:00.024) 0:01:04.866 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts on secrets] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Friday 10 July 2026 17:13:43 -0400 (0:00:00.018) 0:01:04.884 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts_on for kube play specs] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Friday 10 July 2026 17:13:43 -0400 (0:00:00.017) 0:01:04.902 *********** skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'nopull'}, 'spec': {'containers': [{'name': 'nopull', 'image': 'quay.io/libpod/testimage:20210610'}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'nopull'}, 'spec': {'containers': [{'name': 'nopull', 'image': 'quay.io/libpod/testimage:20210610'}]}}, 'kube_str': 'apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: nopull\nspec:\n containers:\n - name: nopull\n image: quay.io/libpod/testimage:20210610\n', 'kube_name': 'nopull', 'kube_spec': {'state': 'created'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/nopull.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'created', 'pull_image': False, 'continue_if_pull_fails': False, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': False, 'service_name': '', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": false, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml", "kube_file_field": "", "kube_name": "nopull", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } }, "kube_spec": { "state": "created" }, "kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: nopull\nspec:\n containers:\n - name: nopull\n image: quay.io/libpod/testimage:20210610\n", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } } ], "pull_image": false, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Expand restarts_on for quadlet specs] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Friday 10 July 2026 17:13:43 -0400 (0:00:00.032) 0:01:04.935 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Friday 10 July 2026 17:13:43 -0400 (0:00:00.017) 0:01:04.952 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Friday 10 July 2026 17:13:43 -0400 (0:00:00.016) 0:01:04.969 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container image variables] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Friday 10 July 2026 17:13:44 -0400 (0:00:00.087) 0:01:05.057 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Friday 10 July 2026 17:13:44 -0400 (0:00:00.035) 0:01:05.092 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Friday 10 July 2026 17:13:44 -0400 (0:00:00.088) 0:01:05.180 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Friday 10 July 2026 17:13:44 -0400 (0:00:00.031) 0:01:05.211 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Friday 10 July 2026 17:13:44 -0400 (0:00:00.033) 0:01:05.245 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Friday 10 July 2026 17:13:44 -0400 (0:00:00.043) 0:01:05.288 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1783718001.7580817, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1783717996.444476, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9030010, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "36135248", "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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Friday 10 July 2026 17:13:44 -0400 (0:00:00.354) 0:01:05.643 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 10 July 2026 17:13:44 -0400 (0:00:00.039) 0:01:05.682 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Friday 10 July 2026 17:13:44 -0400 (0:00:00.038) 0:01:05.720 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Friday 10 July 2026 17:13:44 -0400 (0:00:00.037) 0:01:05.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 : Get subgid file] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Friday 10 July 2026 17:13:44 -0400 (0:00:00.026) 0:01:05.785 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 10 July 2026 17:13:44 -0400 (0:00:00.023) 0:01:05.809 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 10 July 2026 17:13:44 -0400 (0:00:00.026) 0:01:05.836 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Friday 10 July 2026 17:13:44 -0400 (0:00:00.028) 0:01:05.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 : Fail if no kube spec is given] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Friday 10 July 2026 17:13:44 -0400 (0:00:00.026) 0:01:05.890 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Friday 10 July 2026 17:13:44 -0400 (0:00:00.024) 0:01:05.915 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Friday 10 July 2026 17:13:44 -0400 (0:00:00.019) 0:01:05.935 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Friday 10 July 2026 17:13:44 -0400 (0:00:00.049) 0:01:05.984 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 10 July 2026 17:13:45 -0400 (0:00:00.035) 0:01:06.019 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Friday 10 July 2026 17:13:45 -0400 (0:00:00.021) 0:01:06.041 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Friday 10 July 2026 17:13:45 -0400 (0:00:00.021) 0:01:06.062 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Friday 10 July 2026 17:13:45 -0400 (0:00:00.021) 0:01:06.083 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__host_paths | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Friday 10 July 2026 17:13:45 -0400 (0:00:00.030) 0:01:06.114 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Friday 10 July 2026 17:13:45 -0400 (0:00:00.023) 0:01:06.138 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Friday 10 July 2026 17:13:45 -0400 (0:00:00.069) 0:01:06.207 *********** skipping: [managed-node2] => (item=quay.io/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__podman_image_pull | bool", "item": "quay.io/libpod/testimage:20210610", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Friday 10 July 2026 17:13:45 -0400 (0:00:00.029) 0:01:06.237 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_booted", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Friday 10 July 2026 17:13:45 -0400 (0:00:00.019) 0:01:06.257 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Friday 10 July 2026 17:13:45 -0400 (0:00:00.336) 0:01:06.593 *********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Friday 10 July 2026 17:13:45 -0400 (0:00:00.368) 0:01:06.961 *********** changed: [managed-node2] => { "changed": true, "checksum": "4811b1d29c774e289cb599267b3a9ecfdefb464d", "dest": "/etc/containers/ansible-kubernetes.d/nopull.yml", "gid": 0, "group": "root", "md5sum": "b47d712076b1ac785c318bb76c819fe6", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 199, "src": "/root/.ansible/tmp/ansible-tmp-1783718025.9904127-11202-147595413855522/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Friday 10 July 2026 17:13:46 -0400 (0:00:00.639) 0:01:07.600 *********** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=false /etc/containers/ansible-kubernetes.d/nopull.yml" ], "changed": true } STDOUT: Pod: 8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735 Container: b3931e681a766065d3a4c049f7825061ebc9c30f71dbf6a4fb7eb774613489d7 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Friday 10 July 2026 17:13:47 -0400 (0:00:01.404) 0:01:09.005 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Friday 10 July 2026 17:13:48 -0400 (0:00:00.045) 0:01:09.050 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Friday 10 July 2026 17:13:48 -0400 (0:00:00.048) 0:01:09.099 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Friday 10 July 2026 17:13:48 -0400 (0:00:00.043) 0:01:09.142 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Friday 10 July 2026 17:13:48 -0400 (0:00:00.044) 0:01:09.187 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Flush pending service restarts] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Friday 10 July 2026 17:13:48 -0400 (0:00:00.027) 0:01:09.215 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_pending_restarts | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Friday 10 July 2026 17:13:48 -0400 (0:00:00.025) 0:01:09.240 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Friday 10 July 2026 17:13:48 -0400 (0:00:00.019) 0:01:09.259 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Friday 10 July 2026 17:13:48 -0400 (0:00:00.022) 0:01:09.282 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Record role success fingerprint] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Friday 10 July 2026 17:13:48 -0400 (0:00:00.019) 0:01:09.301 *********** ok: [managed-node2] => { "changed": false } TASK [Verify image not pulled] ************************************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:268 Friday 10 July 2026 17:13:48 -0400 (0:00:00.392) 0:01:09.694 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run role - verify continue if pull fails] ******************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:272 Friday 10 July 2026 17:13:48 -0400 (0:00:00.044) 0:01:09.738 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Friday 10 July 2026 17:13:48 -0400 (0:00:00.054) 0:01:09.793 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Friday 10 July 2026 17:13:48 -0400 (0:00:00.002) 0:01:09.795 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Friday 10 July 2026 17:13:48 -0400 (0:00:00.026) 0:01:09.821 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 10 July 2026 17:13:48 -0400 (0:00:00.079) 0:01:09.900 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 10 July 2026 17:13:48 -0400 (0:00:00.037) 0:01:09.938 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Friday 10 July 2026 17:13:49 -0400 (0:00:00.571) 0:01:10.510 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Friday 10 July 2026 17:13:49 -0400 (0:00:00.350) 0:01:10.860 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Friday 10 July 2026 17:13:49 -0400 (0:00:00.017) 0:01:10.878 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Friday 10 July 2026 17:13:49 -0400 (0:00:00.017) 0:01:10.895 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Friday 10 July 2026 17:13:49 -0400 (0:00:00.016) 0:01:10.911 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Friday 10 July 2026 17:13:49 -0400 (0:00:00.017) 0:01:10.928 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file_full is file", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Friday 10 July 2026 17:13:49 -0400 (0:00:00.040) 0:01:10.969 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Friday 10 July 2026 17:13:49 -0400 (0:00:00.016) 0:01:10.985 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Friday 10 July 2026 17:13:49 -0400 (0:00:00.016) 0:01:11.002 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 10 July 2026 17:13:50 -0400 (0:00:00.020) 0:01:11.023 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 10 July 2026 17:13:50 -0400 (0:00:00.936) 0:01:11.959 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 10 July 2026 17:13:50 -0400 (0:00:00.019) 0:01:11.979 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 10 July 2026 17:13:50 -0400 (0:00:00.024) 0:01:12.004 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 10 July 2026 17:13:51 -0400 (0:00:00.019) 0:01:12.023 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 10 July 2026 17:13:51 -0400 (0:00:00.024) 0:01:12.048 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 10 July 2026 17:13:51 -0400 (0:00:00.019) 0:01:12.068 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.020316", "end": "2026-07-10 17:13:51.378504", "rc": 0, "start": "2026-07-10 17:13:51.358188" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 10 July 2026 17:13:51 -0400 (0:00:00.388) 0:01:12.456 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 10 July 2026 17:13:51 -0400 (0:00:00.023) 0:01:12.479 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 10 July 2026 17:13:51 -0400 (0:00:00.025) 0:01:12.504 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Friday 10 July 2026 17:13:51 -0400 (0:00:00.018) 0:01:12.523 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 10 July 2026 17:13:51 -0400 (0:00:00.011) 0:01:12.535 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Friday 10 July 2026 17:13:51 -0400 (0:00:00.027) 0:01:12.563 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 10 July 2026 17:13:51 -0400 (0:00:00.019) 0:01:12.583 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Friday 10 July 2026 17:13:51 -0400 (0:00:00.038) 0:01:12.622 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Friday 10 July 2026 17:13:51 -0400 (0:00:00.339) 0:01:12.961 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Friday 10 July 2026 17:13:51 -0400 (0:00:00.025) 0:01:12.986 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Friday 10 July 2026 17:13:52 -0400 (0:00:00.031) 0:01:13.018 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1783718001.7580817, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1783717996.444476, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9030010, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "36135248", "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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Friday 10 July 2026 17:13:52 -0400 (0:00:00.338) 0:01:13.357 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 10 July 2026 17:13:52 -0400 (0:00:00.025) 0:01:13.382 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Friday 10 July 2026 17:13:52 -0400 (0:00:00.026) 0:01:13.409 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Friday 10 July 2026 17:13:52 -0400 (0:00:00.023) 0:01:13.432 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Friday 10 July 2026 17:13:52 -0400 (0:00:00.029) 0:01:13.462 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 10 July 2026 17:13:52 -0400 (0:00:00.021) 0:01:13.483 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 10 July 2026 17:13:52 -0400 (0:00:00.022) 0:01:13.505 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Friday 10 July 2026 17:13:52 -0400 (0:00:00.020) 0:01:13.526 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 10 July 2026 17:13:52 -0400 (0:00:00.019) 0:01:13.545 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Friday 10 July 2026 17:13:52 -0400 (0:00:00.045) 0:01:13.591 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 10 July 2026 17:13:52 -0400 (0:00:00.039) 0:01:13.630 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 10 July 2026 17:13:52 -0400 (0:00:00.018) 0:01:13.649 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Friday 10 July 2026 17:13:52 -0400 (0:00:00.018) 0:01:13.667 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 10 July 2026 17:13:52 -0400 (0:00:00.039) 0:01:13.707 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 10 July 2026 17:13:52 -0400 (0:00:00.018) 0:01:13.726 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Friday 10 July 2026 17:13:52 -0400 (0:00:00.018) 0:01:13.744 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Friday 10 July 2026 17:13:52 -0400 (0:00:00.041) 0:01:13.786 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Friday 10 July 2026 17:13:52 -0400 (0:00:00.029) 0:01:13.815 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Friday 10 July 2026 17:13:52 -0400 (0:00:00.025) 0:01:13.841 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Friday 10 July 2026 17:13:52 -0400 (0:00:00.080) 0:01:13.921 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Friday 10 July 2026 17:13:52 -0400 (0:00:00.020) 0:01:13.941 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Friday 10 July 2026 17:13:52 -0400 (0:00:00.018) 0:01:13.960 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Friday 10 July 2026 17:13:52 -0400 (0:00:00.019) 0:01:13.979 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Friday 10 July 2026 17:13:52 -0400 (0:00:00.018) 0:01:13.997 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 10 July 2026 17:13:53 -0400 (0:00:00.082) 0:01:14.080 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Friday 10 July 2026 17:13:53 -0400 (0:00:00.030) 0:01:14.111 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Friday 10 July 2026 17:13:53 -0400 (0:00:00.477) 0:01:14.588 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Friday 10 July 2026 17:13:53 -0400 (0:00:00.341) 0:01:14.930 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Friday 10 July 2026 17:13:53 -0400 (0:00:00.035) 0:01:14.966 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Friday 10 July 2026 17:13:53 -0400 (0:00:00.038) 0:01:15.005 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Friday 10 July 2026 17:13:54 -0400 (0:00:00.036) 0:01:15.041 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Friday 10 July 2026 17:13:54 -0400 (0:00:00.033) 0:01:15.075 *********** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 10 July 2026 17:13:54 -0400 (0:00:00.074) 0:01:15.150 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Friday 10 July 2026 17:13:54 -0400 (0:00:00.066) 0:01:15.216 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Friday 10 July 2026 17:13:54 -0400 (0:00:00.039) 0:01:15.255 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Friday 10 July 2026 17:13:54 -0400 (0:00:00.025) 0:01:15.281 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Friday 10 July 2026 17:13:54 -0400 (0:00:00.026) 0:01:15.307 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Friday 10 July 2026 17:13:55 -0400 (0:00:01.126) 0:01:16.434 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Friday 10 July 2026 17:13:55 -0400 (0:00:00.032) 0:01:16.466 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Friday 10 July 2026 17:13:55 -0400 (0:00:00.031) 0:01:16.498 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Friday 10 July 2026 17:13:55 -0400 (0:00:00.031) 0:01:16.530 *********** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Friday 10 July 2026 17:13:55 -0400 (0:00:00.049) 0:01:16.579 *********** skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Friday 10 July 2026 17:13:55 -0400 (0:00:00.050) 0:01:16.630 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ActiveEnterTimestampMonotonic": "204564490", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2026-07-10 17:13:27 EDT", "AssertTimestampMonotonic": "204561918", "Before": "shutdown.target multi-user.target network-pre.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "874974000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ConditionTimestampMonotonic": "204561915", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4770", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608256512", "EffectiveMemoryMax": "3608256512", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainHandoffTimestampMonotonic": "204590121", "ExecMainPID": "15058", "ExecMainStartTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainStartTimestampMonotonic": "204564046", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2026-07-10 17:13:27 EDT", "InactiveExitTimestampMonotonic": "204564490", "InvocationID": "fedf1fbc92b44875a0ac8584c7b73e7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15058", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3005349888", "MemoryCurrent": "33906688", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34316288", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2026-07-10 17:13:27 EDT", "StateChangeTimestampMonotonic": "204564490", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21656", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Friday 10 July 2026 17:13:56 -0400 (0:00:00.536) 0:01:17.166 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ActiveEnterTimestampMonotonic": "204564490", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2026-07-10 17:13:27 EDT", "AssertTimestampMonotonic": "204561918", "Before": "shutdown.target multi-user.target network-pre.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "874974000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ConditionTimestampMonotonic": "204561915", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4770", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608256512", "EffectiveMemoryMax": "3608256512", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainHandoffTimestampMonotonic": "204590121", "ExecMainPID": "15058", "ExecMainStartTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainStartTimestampMonotonic": "204564046", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2026-07-10 17:13:27 EDT", "InactiveExitTimestampMonotonic": "204564490", "InvocationID": "fedf1fbc92b44875a0ac8584c7b73e7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15058", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3005882368", "MemoryCurrent": "33906688", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34316288", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2026-07-10 17:13:27 EDT", "StateChangeTimestampMonotonic": "204564490", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21656", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if firewalld is responding to dbus requests] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 10 July 2026 17:13:56 -0400 (0:00:00.521) 0:01:17.688 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.191881", "end": "2026-07-10 17:13:57.169774", "rc": 0, "start": "2026-07-10 17:13:56.977893" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Friday 10 July 2026 17:13:57 -0400 (0:00:00.562) 0:01:18.250 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Friday 10 July 2026 17:13:58 -0400 (0:00:00.835) 0:01:19.085 *********** skipping: [managed-node2] => { "false_condition": "ansible_check_mode or ansible_diff_mode or __firewall_test_check_mode | d(false)" } TASK [fedora.linux_system_roles.firewall : Check if short circuit is false] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Friday 10 July 2026 17:13:58 -0400 (0:00:00.030) 0:01:19.116 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_debug_short_circuit | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Reset firewall_config] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Friday 10 July 2026 17:13:58 -0400 (0:00:00.038) 0:01:19.155 *********** ok: [managed-node2] => { "ansible_facts": { "firewall_config": {} }, "changed": false } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Friday 10 July 2026 17:13:58 -0400 (0:00:00.031) 0:01:19.186 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Friday 10 July 2026 17:13:58 -0400 (0:00:00.051) 0:01:19.238 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Record role success fingerprint] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Friday 10 July 2026 17:13:58 -0400 (0:00:00.050) 0:01:19.288 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Friday 10 July 2026 17:13:58 -0400 (0:00:00.385) 0:01:19.674 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Friday 10 July 2026 17:13:58 -0400 (0:00:00.177) 0:01:19.851 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Friday 10 July 2026 17:13:58 -0400 (0:00:00.024) 0:01:19.876 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Friday 10 July 2026 17:13:59 -0400 (0:00:00.473) 0:01:20.349 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Friday 10 July 2026 17:13:59 -0400 (0:00:00.363) 0:01:20.712 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Friday 10 July 2026 17:13:59 -0400 (0:00:00.041) 0:01:20.754 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Friday 10 July 2026 17:13:59 -0400 (0:00:00.033) 0:01:20.787 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Friday 10 July 2026 17:13:59 -0400 (0:00:00.026) 0:01:20.814 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Friday 10 July 2026 17:13:59 -0400 (0:00:00.022) 0:01:20.836 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Friday 10 July 2026 17:13:59 -0400 (0:00:00.021) 0:01:20.858 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['python_version'] is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Friday 10 July 2026 17:13:59 -0400 (0:00:00.029) 0:01:20.888 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Friday 10 July 2026 17:14:00 -0400 (0:00:01.089) 0:01:21.977 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['os_family'] == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Friday 10 July 2026 17:14:00 -0400 (0:00:00.030) 0:01:22.008 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Friday 10 July 2026 17:14:02 -0400 (0:00:01.124) 0:01:23.132 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Friday 10 July 2026 17:14:03 -0400 (0:00:01.176) 0:01:24.309 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Friday 10 July 2026 17:14:03 -0400 (0:00:00.032) 0:01:24.341 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Friday 10 July 2026 17:14:03 -0400 (0:00:00.032) 0:01:24.373 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Friday 10 July 2026 17:14:03 -0400 (0:00:00.031) 0:01:24.404 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Friday 10 July 2026 17:14:04 -0400 (0:00:00.886) 0:01:25.291 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Friday 10 July 2026 17:14:04 -0400 (0:00:00.036) 0:01:25.328 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Friday 10 July 2026 17:14:04 -0400 (0:00:00.027) 0:01:25.355 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Friday 10 July 2026 17:14:04 -0400 (0:00:00.026) 0:01:25.382 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Friday 10 July 2026 17:14:04 -0400 (0:00:00.037) 0:01:25.419 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Friday 10 July 2026 17:14:04 -0400 (0:00:00.021) 0:01:25.441 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Friday 10 July 2026 17:14:04 -0400 (0:00:00.026) 0:01:25.467 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __update_kernel_param", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Friday 10 July 2026 17:14:04 -0400 (0:00:00.027) 0:01:25.494 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Friday 10 July 2026 17:14:04 -0400 (0:00:00.019) 0:01:25.514 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Friday 10 July 2026 17:14:04 -0400 (0:00:00.022) 0:01:25.536 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Friday 10 July 2026 17:14:04 -0400 (0:00:00.018) 0:01:25.555 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Friday 10 July 2026 17:14:04 -0400 (0:00:00.017) 0:01:25.572 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Friday 10 July 2026 17:14:04 -0400 (0:00:00.019) 0:01:25.592 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Friday 10 July 2026 17:14:04 -0400 (0:00:00.021) 0:01:25.613 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Friday 10 July 2026 17:14:04 -0400 (0:00:00.019) 0:01:25.633 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Friday 10 July 2026 17:14:04 -0400 (0:00:00.026) 0:01:25.660 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Friday 10 July 2026 17:14:04 -0400 (0:00:00.028) 0:01:25.689 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Friday 10 July 2026 17:14:05 -0400 (0:00:00.576) 0:01:26.265 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Friday 10 July 2026 17:14:05 -0400 (0:00:00.018) 0:01:26.283 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Friday 10 July 2026 17:14:07 -0400 (0:00:02.635) 0:01:28.919 *********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Friday 10 July 2026 17:14:08 -0400 (0:00:00.157) 0:01:29.076 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Reload SELinux policy if modules need to be reloaded] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Friday 10 July 2026 17:14:08 -0400 (0:00:00.030) 0:01:29.107 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_modules_needs_reload", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Friday 10 July 2026 17:14:08 -0400 (0:00:00.020) 0:01:29.127 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Friday 10 July 2026 17:14:08 -0400 (0:00:00.030) 0:01:29.158 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Record role success fingerprint] ***** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Friday 10 July 2026 17:14:08 -0400 (0:00:00.033) 0:01:29.191 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Friday 10 July 2026 17:14:08 -0400 (0:00:00.393) 0:01:29.585 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Friday 10 July 2026 17:14:08 -0400 (0:00:00.038) 0:01:29.623 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Friday 10 July 2026 17:14:08 -0400 (0:00:00.033) 0:01:29.657 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Friday 10 July 2026 17:14:08 -0400 (0:00:00.033) 0:01:29.690 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize parsed kube specs list] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Friday 10 July 2026 17:14:08 -0400 (0:00:00.126) 0:01:29.816 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Debug0] ******************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Friday 10 July 2026 17:14:08 -0400 (0:00:00.027) 0:01:29.843 *********** ok: [managed-node2] => (item={'state': 'created', 'continue_if_pull_fails': True, 'activate_systemd_unit': False, 'kube_file_content': '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'}) => { "__podman_kube_spec_item": { "activate_systemd_unit": false, "continue_if_pull_fails": true, "kube_file_content": "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", "state": "created" } } MSG: kube_str TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:51 Friday 10 July 2026 17:14:08 -0400 (0:00:00.040) 0:01:29.883 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Friday 10 July 2026 17:14:08 -0400 (0:00:00.046) 0:01:29.930 *********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Fail if kube spec user does not exist] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Friday 10 July 2026 17:14:08 -0400 (0:00:00.032) 0:01:29.963 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Friday 10 July 2026 17:14:08 -0400 (0:00:00.027) 0:01:29.990 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__kube_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Friday 10 July 2026 17:14:08 -0400 (0:00:00.021) 0:01:30.012 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": false, "continue_if_pull_fails": true, "kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml", "kube_file_field": "", "kube_name": "bogus", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/linux-system-roles/this_is_a_bogus_image:latest", "name": "bogus" } ] } }, "kube_spec": { "state": "created" }, "kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: bogus\nspec:\n containers:\n - name: bogus\n image: >-\n quay.io/linux-system-roles/this_is_a_bogus_image:latest\n", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/linux-system-roles/this_is_a_bogus_image:latest", "name": "bogus" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Build restart dependency map] ********* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 10 July 2026 17:14:09 -0400 (0:00:00.127) 0:01:30.139 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize restart map collections] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Friday 10 July 2026 17:14:09 -0400 (0:00:00.082) 0:01:30.222 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_path_service_pairs": [], "__podman_pending_restarts": [], "__podman_restart_paths": [], "__podman_restart_services": [], "__podman_secret_service_pairs": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each kube play spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Friday 10 July 2026 17:14:09 -0400 (0:00:00.022) 0:01:30.245 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Friday 10 July 2026 17:14:09 -0400 (0:00:00.082) 0:01:30.327 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each quadlet spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Friday 10 July 2026 17:14:09 -0400 (0:00:00.026) 0:01:30.353 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Collect managed secret names] ********* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Friday 10 July 2026 17:14:09 -0400 (0:00:00.019) 0:01:30.373 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_restart_managed_secrets": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Expand restarts on dependency paths] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Friday 10 July 2026 17:14:09 -0400 (0:00:00.031) 0:01:30.404 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts on secrets] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Friday 10 July 2026 17:14:09 -0400 (0:00:00.021) 0:01:30.425 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts_on for kube play specs] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Friday 10 July 2026 17:14:09 -0400 (0:00:00.031) 0:01:30.456 *********** skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'bogus'}, 'spec': {'containers': [{'name': 'bogus', 'image': 'quay.io/linux-system-roles/this_is_a_bogus_image:latest'}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'bogus'}, 'spec': {'containers': [{'name': 'bogus', 'image': 'quay.io/linux-system-roles/this_is_a_bogus_image:latest'}]}}, 'kube_str': 'apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: bogus\nspec:\n containers:\n - name: bogus\n image: >-\n quay.io/linux-system-roles/this_is_a_bogus_image:latest\n', 'kube_name': 'bogus', 'kube_spec': {'state': 'created'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/bogus.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'created', 'pull_image': True, 'continue_if_pull_fails': True, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': False, 'service_name': '', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": false, "continue_if_pull_fails": true, "kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml", "kube_file_field": "", "kube_name": "bogus", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/linux-system-roles/this_is_a_bogus_image:latest", "name": "bogus" } ] } }, "kube_spec": { "state": "created" }, "kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: bogus\nspec:\n containers:\n - name: bogus\n image: >-\n quay.io/linux-system-roles/this_is_a_bogus_image:latest\n", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/linux-system-roles/this_is_a_bogus_image:latest", "name": "bogus" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Expand restarts_on for quadlet specs] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Friday 10 July 2026 17:14:09 -0400 (0:00:00.051) 0:01:30.508 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Friday 10 July 2026 17:14:09 -0400 (0:00:00.041) 0:01:30.550 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Friday 10 July 2026 17:14:09 -0400 (0:00:00.029) 0:01:30.579 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container image variables] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Friday 10 July 2026 17:14:09 -0400 (0:00:00.100) 0:01:30.680 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/linux-system-roles/this_is_a_bogus_image:latest" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Friday 10 July 2026 17:14:09 -0400 (0:00:00.036) 0:01:30.717 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Friday 10 July 2026 17:14:09 -0400 (0:00:00.038) 0:01:30.756 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Friday 10 July 2026 17:14:09 -0400 (0:00:00.029) 0:01:30.785 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Friday 10 July 2026 17:14:09 -0400 (0:00:00.026) 0:01:30.811 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Friday 10 July 2026 17:14:09 -0400 (0:00:00.045) 0:01:30.857 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1783718001.7580817, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1783717996.444476, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9030010, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "36135248", "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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Friday 10 July 2026 17:14:10 -0400 (0:00:00.351) 0:01:31.209 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 10 July 2026 17:14:10 -0400 (0:00:00.030) 0:01:31.239 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Friday 10 July 2026 17:14:10 -0400 (0:00:00.039) 0:01:31.279 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Friday 10 July 2026 17:14:10 -0400 (0:00:00.027) 0:01:31.307 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Friday 10 July 2026 17:14:10 -0400 (0:00:00.026) 0:01:31.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 10 July 2026 17:14:10 -0400 (0:00:00.028) 0:01:31.361 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 10 July 2026 17:14:10 -0400 (0:00:00.031) 0:01:31.393 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Friday 10 July 2026 17:14:10 -0400 (0:00:00.028) 0:01:31.421 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Friday 10 July 2026 17:14:10 -0400 (0:00:00.023) 0:01:31.445 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Friday 10 July 2026 17:14:10 -0400 (0:00:00.065) 0:01:31.510 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Friday 10 July 2026 17:14:10 -0400 (0:00:00.021) 0:01:31.532 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Friday 10 July 2026 17:14:10 -0400 (0:00:00.068) 0:01:31.600 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 10 July 2026 17:14:10 -0400 (0:00:00.051) 0:01:31.652 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Friday 10 July 2026 17:14:10 -0400 (0:00:00.027) 0:01:31.680 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Friday 10 July 2026 17:14:10 -0400 (0:00:00.031) 0:01:31.711 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Friday 10 July 2026 17:14:10 -0400 (0:00:00.026) 0:01:31.738 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__host_paths | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Friday 10 July 2026 17:14:10 -0400 (0:00:00.034) 0:01:31.772 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Friday 10 July 2026 17:14:10 -0400 (0:00:00.024) 0:01:31.797 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Friday 10 July 2026 17:14:10 -0400 (0:00:00.039) 0:01:31.837 *********** ok: [managed-node2] => (item=quay.io/linux-system-roles/this_is_a_bogus_image:latest) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "quay.io/linux-system-roles/this_is_a_bogus_image:latest" } STDERR: Trying to pull quay.io/linux-system-roles/this_is_a_bogus_image:latest... Error: unable to copy from source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: initializing source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: reading manifest latest in quay.io/linux-system-roles/this_is_a_bogus_image: unauthorized: access to the requested resource is not authorized MSG: Failed to pull image quay.io/linux-system-roles/this_is_a_bogus_image:latest TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Friday 10 July 2026 17:14:11 -0400 (0:00:00.742) 0:01:32.580 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_booted", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Friday 10 July 2026 17:14:11 -0400 (0:00:00.021) 0:01:32.601 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Friday 10 July 2026 17:14:11 -0400 (0:00:00.339) 0:01:32.940 *********** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 24, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Friday 10 July 2026 17:14:12 -0400 (0:00:00.350) 0:01:33.290 *********** changed: [managed-node2] => { "changed": true, "checksum": "761582558b17bc57295ca927c1e894ff8d4f12fc", "dest": "/etc/containers/ansible-kubernetes.d/bogus.yml", "gid": 0, "group": "root", "md5sum": "3c7ea2cc4f23e9b9c7e0984b8f1caa5c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 230, "src": "/root/.ansible/tmp/ansible-tmp-1783718052.3210554-12397-45378068890242/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Friday 10 July 2026 17:14:12 -0400 (0:00:00.634) 0:01:33.925 *********** fatal: [managed-node2]: FAILED! => { "changed": false } MSG: Output: Error=Trying to pull quay.io/linux-system-roles/this_is_a_bogus_image:latest... Error: unable to copy from source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: initializing source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: reading manifest latest in quay.io/linux-system-roles/this_is_a_bogus_image: unauthorized: access to the requested resource is not authorized TASK [Verify image not pulled] ************************************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:294 Friday 10 July 2026 17:14:13 -0400 (0:00:00.605) 0:01:34.531 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:301 Friday 10 July 2026 17:14:13 -0400 (0:00:00.027) 0:01:34.558 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 => (item=nopull) included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 => (item=bogus) TASK [Clear facts] ************************************************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Friday 10 July 2026 17:14:13 -0400 (0:00:00.038) 0:01:34.596 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Friday 10 July 2026 17:14:13 -0400 (0:00:00.001) 0:01:34.598 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Friday 10 July 2026 17:14:13 -0400 (0:00:00.016) 0:01:34.614 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 10 July 2026 17:14:13 -0400 (0:00:00.050) 0:01:34.665 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 10 July 2026 17:14:13 -0400 (0:00:00.030) 0:01:34.695 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Friday 10 July 2026 17:14:14 -0400 (0:00:00.548) 0:01:35.244 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Friday 10 July 2026 17:14:14 -0400 (0:00:00.322) 0:01:35.566 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Friday 10 July 2026 17:14:14 -0400 (0:00:00.018) 0:01:35.584 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Friday 10 July 2026 17:14:14 -0400 (0:00:00.017) 0:01:35.602 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Friday 10 July 2026 17:14:14 -0400 (0:00:00.016) 0:01:35.618 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Friday 10 July 2026 17:14:14 -0400 (0:00:00.017) 0:01:35.635 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file_full is file", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Friday 10 July 2026 17:14:14 -0400 (0:00:00.039) 0:01:35.674 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Friday 10 July 2026 17:14:14 -0400 (0:00:00.016) 0:01:35.691 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Friday 10 July 2026 17:14:14 -0400 (0:00:00.016) 0:01:35.708 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 10 July 2026 17:14:14 -0400 (0:00:00.016) 0:01:35.724 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 10 July 2026 17:14:15 -0400 (0:00:00.935) 0:01:36.660 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 10 July 2026 17:14:15 -0400 (0:00:00.020) 0:01:36.680 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 10 July 2026 17:14:15 -0400 (0:00:00.025) 0:01:36.705 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 10 July 2026 17:14:15 -0400 (0:00:00.019) 0:01:36.725 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 10 July 2026 17:14:15 -0400 (0:00:00.021) 0:01:36.746 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 10 July 2026 17:14:15 -0400 (0:00:00.019) 0:01:36.765 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.019790", "end": "2026-07-10 17:14:16.056556", "rc": 0, "start": "2026-07-10 17:14:16.036766" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 10 July 2026 17:14:16 -0400 (0:00:00.371) 0:01:37.137 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 10 July 2026 17:14:16 -0400 (0:00:00.035) 0:01:37.173 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 10 July 2026 17:14:16 -0400 (0:00:00.035) 0:01:37.209 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Friday 10 July 2026 17:14:16 -0400 (0:00:00.033) 0:01:37.242 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 10 July 2026 17:14:16 -0400 (0:00:00.020) 0:01:37.262 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Friday 10 July 2026 17:14:16 -0400 (0:00:00.048) 0:01:37.311 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 10 July 2026 17:14:16 -0400 (0:00:00.034) 0:01:37.345 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Friday 10 July 2026 17:14:16 -0400 (0:00:00.067) 0:01:37.413 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Friday 10 July 2026 17:14:16 -0400 (0:00:00.373) 0:01:37.786 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Friday 10 July 2026 17:14:16 -0400 (0:00:00.028) 0:01:37.815 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Friday 10 July 2026 17:14:16 -0400 (0:00:00.058) 0:01:37.873 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1783718001.7580817, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1783717996.444476, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9030010, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "36135248", "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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Friday 10 July 2026 17:14:17 -0400 (0:00:00.339) 0:01:38.213 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 10 July 2026 17:14:17 -0400 (0:00:00.021) 0:01:38.234 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Friday 10 July 2026 17:14:17 -0400 (0:00:00.020) 0:01:38.255 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Friday 10 July 2026 17:14:17 -0400 (0:00:00.019) 0:01:38.275 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Friday 10 July 2026 17:14:17 -0400 (0:00:00.020) 0:01:38.296 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 10 July 2026 17:14:17 -0400 (0:00:00.019) 0:01:38.315 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 10 July 2026 17:14:17 -0400 (0:00:00.019) 0:01:38.335 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Friday 10 July 2026 17:14:17 -0400 (0:00:00.019) 0:01:38.354 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 10 July 2026 17:14:17 -0400 (0:00:00.020) 0:01:38.375 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Friday 10 July 2026 17:14:17 -0400 (0:00:00.047) 0:01:38.422 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 10 July 2026 17:14:17 -0400 (0:00:00.041) 0:01:38.464 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 10 July 2026 17:14:17 -0400 (0:00:00.020) 0:01:38.484 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Friday 10 July 2026 17:14:17 -0400 (0:00:00.019) 0:01:38.504 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 10 July 2026 17:14:17 -0400 (0:00:00.040) 0:01:38.544 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 10 July 2026 17:14:17 -0400 (0:00:00.019) 0:01:38.563 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Friday 10 July 2026 17:14:17 -0400 (0:00:00.020) 0:01:38.583 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Friday 10 July 2026 17:14:17 -0400 (0:00:00.082) 0:01:38.666 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Friday 10 July 2026 17:14:17 -0400 (0:00:00.026) 0:01:38.693 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Friday 10 July 2026 17:14:17 -0400 (0:00:00.019) 0:01:38.713 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Friday 10 July 2026 17:14:17 -0400 (0:00:00.075) 0:01:38.788 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Friday 10 July 2026 17:14:17 -0400 (0:00:00.027) 0:01:38.816 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Friday 10 July 2026 17:14:17 -0400 (0:00:00.018) 0:01:38.835 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Friday 10 July 2026 17:14:17 -0400 (0:00:00.022) 0:01:38.858 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Friday 10 July 2026 17:14:17 -0400 (0:00:00.024) 0:01:38.882 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 10 July 2026 17:14:17 -0400 (0:00:00.113) 0:01:38.995 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Friday 10 July 2026 17:14:18 -0400 (0:00:00.037) 0:01:39.032 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Friday 10 July 2026 17:14:18 -0400 (0:00:00.464) 0:01:39.497 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Friday 10 July 2026 17:14:18 -0400 (0:00:00.346) 0:01:39.844 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Friday 10 July 2026 17:14:18 -0400 (0:00:00.022) 0:01:39.866 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Friday 10 July 2026 17:14:18 -0400 (0:00:00.022) 0:01:39.889 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Friday 10 July 2026 17:14:18 -0400 (0:00:00.026) 0:01:39.915 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Friday 10 July 2026 17:14:18 -0400 (0:00:00.029) 0:01:39.944 *********** [WARNING]: TASK: fedora.linux_system_roles.firewall : Set platform/version specific variables: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 10 July 2026 17:14:19 -0400 (0:00:00.069) 0:01:40.014 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Friday 10 July 2026 17:14:19 -0400 (0:00:00.039) 0:01:40.053 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Friday 10 July 2026 17:14:19 -0400 (0:00:00.028) 0:01:40.082 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Friday 10 July 2026 17:14:19 -0400 (0:00:00.023) 0:01:40.105 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Friday 10 July 2026 17:14:19 -0400 (0:00:00.022) 0:01:40.128 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Friday 10 July 2026 17:14:20 -0400 (0:00:01.107) 0:01:41.236 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Friday 10 July 2026 17:14:20 -0400 (0:00:00.020) 0:01:41.257 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Friday 10 July 2026 17:14:20 -0400 (0:00:00.020) 0:01:41.277 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Friday 10 July 2026 17:14:20 -0400 (0:00:00.020) 0:01:41.297 *********** [WARNING]: TASK: fedora.linux_system_roles.firewall : Check which conflicting services are enabled: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Friday 10 July 2026 17:14:20 -0400 (0:00:00.036) 0:01:41.333 *********** [WARNING]: TASK: fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Friday 10 July 2026 17:14:20 -0400 (0:00:00.039) 0:01:41.372 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ActiveEnterTimestampMonotonic": "204564490", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2026-07-10 17:13:27 EDT", "AssertTimestampMonotonic": "204561918", "Before": "shutdown.target multi-user.target network-pre.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1119935000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ConditionTimestampMonotonic": "204561915", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4770", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608256512", "EffectiveMemoryMax": "3608256512", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainHandoffTimestampMonotonic": "204590121", "ExecMainPID": "15058", "ExecMainStartTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainStartTimestampMonotonic": "204564046", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2026-07-10 17:13:27 EDT", "InactiveExitTimestampMonotonic": "204564490", "InvocationID": "fedf1fbc92b44875a0ac8584c7b73e7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15058", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3007664128", "MemoryCurrent": "33947648", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34316288", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2026-07-10 17:13:27 EDT", "StateChangeTimestampMonotonic": "204564490", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21656", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Friday 10 July 2026 17:14:20 -0400 (0:00:00.528) 0:01:41.901 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ActiveEnterTimestampMonotonic": "204564490", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2026-07-10 17:13:27 EDT", "AssertTimestampMonotonic": "204561918", "Before": "shutdown.target multi-user.target network-pre.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1119935000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ConditionTimestampMonotonic": "204561915", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4770", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608256512", "EffectiveMemoryMax": "3608256512", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainHandoffTimestampMonotonic": "204590121", "ExecMainPID": "15058", "ExecMainStartTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainStartTimestampMonotonic": "204564046", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2026-07-10 17:13:27 EDT", "InactiveExitTimestampMonotonic": "204564490", "InvocationID": "fedf1fbc92b44875a0ac8584c7b73e7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15058", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3012333568", "MemoryCurrent": "33947648", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34316288", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2026-07-10 17:13:27 EDT", "StateChangeTimestampMonotonic": "204564490", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21656", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if firewalld is responding to dbus requests] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 10 July 2026 17:14:21 -0400 (0:00:00.513) 0:01:42.414 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.183394", "end": "2026-07-10 17:14:21.877402", "rc": 0, "start": "2026-07-10 17:14:21.694008" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Friday 10 July 2026 17:14:21 -0400 (0:00:00.534) 0:01:42.948 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Friday 10 July 2026 17:14:22 -0400 (0:00:00.796) 0:01:43.744 *********** skipping: [managed-node2] => { "false_condition": "ansible_check_mode or ansible_diff_mode or __firewall_test_check_mode | d(false)" } TASK [fedora.linux_system_roles.firewall : Check if short circuit is false] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Friday 10 July 2026 17:14:22 -0400 (0:00:00.034) 0:01:43.779 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_debug_short_circuit | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Reset firewall_config] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Friday 10 July 2026 17:14:22 -0400 (0:00:00.036) 0:01:43.815 *********** ok: [managed-node2] => { "ansible_facts": { "firewall_config": {} }, "changed": false } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Friday 10 July 2026 17:14:22 -0400 (0:00:00.035) 0:01:43.850 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Friday 10 July 2026 17:14:22 -0400 (0:00:00.052) 0:01:43.903 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Record role success fingerprint] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Friday 10 July 2026 17:14:22 -0400 (0:00:00.051) 0:01:43.955 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Friday 10 July 2026 17:14:23 -0400 (0:00:00.398) 0:01:44.353 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Friday 10 July 2026 17:14:23 -0400 (0:00:00.113) 0:01:44.467 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Friday 10 July 2026 17:14:23 -0400 (0:00:00.025) 0:01:44.492 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Friday 10 July 2026 17:14:23 -0400 (0:00:00.465) 0:01:44.957 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Friday 10 July 2026 17:14:24 -0400 (0:00:00.345) 0:01:45.303 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Friday 10 July 2026 17:14:24 -0400 (0:00:00.057) 0:01:45.361 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Friday 10 July 2026 17:14:24 -0400 (0:00:00.037) 0:01:45.399 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Friday 10 July 2026 17:14:24 -0400 (0:00:00.035) 0:01:45.434 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Friday 10 July 2026 17:14:24 -0400 (0:00:00.022) 0:01:45.457 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Friday 10 July 2026 17:14:24 -0400 (0:00:00.026) 0:01:45.483 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['python_version'] is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Friday 10 July 2026 17:14:24 -0400 (0:00:00.027) 0:01:45.511 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Friday 10 July 2026 17:14:25 -0400 (0:00:01.116) 0:01:46.628 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['os_family'] == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Friday 10 July 2026 17:14:25 -0400 (0:00:00.044) 0:01:46.672 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Friday 10 July 2026 17:14:26 -0400 (0:00:01.145) 0:01:47.818 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Friday 10 July 2026 17:14:27 -0400 (0:00:01.165) 0:01:48.983 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Friday 10 July 2026 17:14:28 -0400 (0:00:00.035) 0:01:49.019 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Friday 10 July 2026 17:14:28 -0400 (0:00:00.033) 0:01:49.052 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Friday 10 July 2026 17:14:28 -0400 (0:00:00.032) 0:01:49.085 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Friday 10 July 2026 17:14:28 -0400 (0:00:00.863) 0:01:49.948 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Friday 10 July 2026 17:14:28 -0400 (0:00:00.039) 0:01:49.988 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Friday 10 July 2026 17:14:29 -0400 (0:00:00.026) 0:01:50.015 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Friday 10 July 2026 17:14:29 -0400 (0:00:00.026) 0:01:50.041 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Friday 10 July 2026 17:14:29 -0400 (0:00:00.030) 0:01:50.072 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Friday 10 July 2026 17:14:29 -0400 (0:00:00.027) 0:01:50.100 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Friday 10 July 2026 17:14:29 -0400 (0:00:00.034) 0:01:50.134 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __update_kernel_param", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Friday 10 July 2026 17:14:29 -0400 (0:00:00.029) 0:01:50.164 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Friday 10 July 2026 17:14:29 -0400 (0:00:00.023) 0:01:50.188 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Friday 10 July 2026 17:14:29 -0400 (0:00:00.023) 0:01:50.211 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Friday 10 July 2026 17:14:29 -0400 (0:00:00.019) 0:01:50.230 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Friday 10 July 2026 17:14:29 -0400 (0:00:00.018) 0:01:50.248 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Friday 10 July 2026 17:14:29 -0400 (0:00:00.019) 0:01:50.268 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Friday 10 July 2026 17:14:29 -0400 (0:00:00.018) 0:01:50.286 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Friday 10 July 2026 17:14:29 -0400 (0:00:00.017) 0:01:50.304 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Friday 10 July 2026 17:14:29 -0400 (0:00:00.016) 0:01:50.321 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Friday 10 July 2026 17:14:29 -0400 (0:00:00.020) 0:01:50.341 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Friday 10 July 2026 17:14:29 -0400 (0:00:00.569) 0:01:50.911 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Friday 10 July 2026 17:14:29 -0400 (0:00:00.029) 0:01:50.940 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Friday 10 July 2026 17:14:32 -0400 (0:00:02.743) 0:01:53.684 *********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Friday 10 July 2026 17:14:32 -0400 (0:00:00.085) 0:01:53.769 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Reload SELinux policy if modules need to be reloaded] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Friday 10 July 2026 17:14:32 -0400 (0:00:00.027) 0:01:53.797 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_modules_needs_reload", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Friday 10 July 2026 17:14:32 -0400 (0:00:00.020) 0:01:53.817 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Friday 10 July 2026 17:14:32 -0400 (0:00:00.019) 0:01:53.837 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Record role success fingerprint] ***** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Friday 10 July 2026 17:14:32 -0400 (0:00:00.020) 0:01:53.857 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Friday 10 July 2026 17:14:33 -0400 (0:00:00.348) 0:01:54.206 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Friday 10 July 2026 17:14:33 -0400 (0:00:00.022) 0:01:54.228 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Friday 10 July 2026 17:14:33 -0400 (0:00:00.017) 0:01:54.246 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Friday 10 July 2026 17:14:33 -0400 (0:00:00.018) 0:01:54.265 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize parsed kube specs list] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Friday 10 July 2026 17:14:33 -0400 (0:00:00.071) 0:01:54.337 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Debug0] ******************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Friday 10 July 2026 17:14:33 -0400 (0:00:00.022) 0:01:54.359 *********** ok: [managed-node2] => (item={'state': 'absent', 'kube_file_content': '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'}) => { "__podman_kube_spec_item": { "kube_file_content": "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", "state": "absent" } } MSG: kube_str TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:51 Friday 10 July 2026 17:14:33 -0400 (0:00:00.034) 0:01:54.394 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Friday 10 July 2026 17:14:33 -0400 (0:00:00.036) 0:01:54.431 *********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Fail if kube spec user does not exist] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Friday 10 July 2026 17:14:33 -0400 (0:00:00.028) 0:01:54.459 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Friday 10 July 2026 17:14:33 -0400 (0:00:00.036) 0:01:54.496 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.005181", "end": "2026-07-10 17:14:33.862439", "rc": 0, "start": "2026-07-10 17:14:33.857258" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-nopull.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Friday 10 July 2026 17:14:33 -0400 (0:00:00.449) 0:01:54.946 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml", "kube_file_field": "", "kube_name": "nopull", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } }, "kube_spec": { "state": "absent" }, "kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: nopull\nspec:\n containers:\n - name: nopull\n image: quay.io/libpod/testimage:20210610\n", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Build restart dependency map] ********* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 10 July 2026 17:14:34 -0400 (0:00:00.214) 0:01:55.160 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize restart map collections] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Friday 10 July 2026 17:14:34 -0400 (0:00:00.094) 0:01:55.255 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_path_service_pairs": [], "__podman_pending_restarts": [], "__podman_restart_paths": [], "__podman_restart_services": [], "__podman_secret_service_pairs": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each kube play spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Friday 10 July 2026 17:14:34 -0400 (0:00:00.072) 0:01:55.327 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Friday 10 July 2026 17:14:34 -0400 (0:00:00.046) 0:01:55.374 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each quadlet spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Friday 10 July 2026 17:14:34 -0400 (0:00:00.021) 0:01:55.395 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Collect managed secret names] ********* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Friday 10 July 2026 17:14:34 -0400 (0:00:00.019) 0:01:55.415 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_restart_managed_secrets": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Expand restarts on dependency paths] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Friday 10 July 2026 17:14:34 -0400 (0:00:00.025) 0:01:55.441 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts on secrets] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Friday 10 July 2026 17:14:34 -0400 (0:00:00.018) 0:01:55.459 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts_on for kube play specs] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Friday 10 July 2026 17:14:34 -0400 (0:00:00.019) 0:01:55.479 *********** skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'nopull'}, 'spec': {'containers': [{'name': 'nopull', 'image': 'quay.io/libpod/testimage:20210610'}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'nopull'}, 'spec': {'containers': [{'name': 'nopull', 'image': 'quay.io/libpod/testimage:20210610'}]}}, 'kube_str': 'apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: nopull\nspec:\n containers:\n - name: nopull\n image: quay.io/libpod/testimage:20210610\n', 'kube_name': 'nopull', 'kube_spec': {'state': 'absent'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/nopull.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'absent', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml", "kube_file_field": "", "kube_name": "nopull", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } }, "kube_spec": { "state": "absent" }, "kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: nopull\nspec:\n containers:\n - name: nopull\n image: quay.io/libpod/testimage:20210610\n", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Expand restarts_on for quadlet specs] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Friday 10 July 2026 17:14:34 -0400 (0:00:00.033) 0:01:55.512 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Friday 10 July 2026 17:14:34 -0400 (0:00:00.025) 0:01:55.538 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Friday 10 July 2026 17:14:34 -0400 (0:00:00.030) 0:01:55.568 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container image variables] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Friday 10 July 2026 17:14:34 -0400 (0:00:00.106) 0:01:55.674 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Friday 10 July 2026 17:14:34 -0400 (0:00:00.062) 0:01:55.736 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Friday 10 July 2026 17:14:34 -0400 (0:00:00.063) 0:01:55.800 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Friday 10 July 2026 17:14:34 -0400 (0:00:00.046) 0:01:55.846 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Friday 10 July 2026 17:14:34 -0400 (0:00:00.050) 0:01:55.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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Friday 10 July 2026 17:14:34 -0400 (0:00:00.067) 0:01:55.964 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1783718001.7580817, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1783717996.444476, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9030010, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "36135248", "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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Friday 10 July 2026 17:14:35 -0400 (0:00:00.385) 0:01:56.349 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 10 July 2026 17:14:35 -0400 (0:00:00.043) 0:01:56.393 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Friday 10 July 2026 17:14:35 -0400 (0:00:00.038) 0:01:56.432 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Friday 10 July 2026 17:14:35 -0400 (0:00:00.037) 0:01:56.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 : Get subgid file] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Friday 10 July 2026 17:14:35 -0400 (0:00:00.039) 0:01:56.510 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 10 July 2026 17:14:35 -0400 (0:00:00.034) 0:01:56.544 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 10 July 2026 17:14:35 -0400 (0:00:00.112) 0:01:56.657 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Friday 10 July 2026 17:14:35 -0400 (0:00:00.028) 0:01:56.685 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Friday 10 July 2026 17:14:35 -0400 (0:00:00.026) 0:01:56.711 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Friday 10 July 2026 17:14:35 -0400 (0:00:00.026) 0:01:56.738 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Friday 10 July 2026 17:14:35 -0400 (0:00:00.057) 0:01:56.796 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Friday 10 July 2026 17:14:35 -0400 (0:00:00.026) 0:01:56.822 *********** ok: [managed-node2] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target \"system-podman\\\\x2dkube.slice\" sysinit.target systemd-journald.socket -.mount basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608256512", "EffectiveMemoryMax": "3608256512", "EffectiveTasksMax": "21656", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-nopull.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/nopull.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/nopull.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/nopull.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/nopull.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2997628928", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-nopull.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21656", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Friday 10 July 2026 17:14:36 -0400 (0:00:00.504) 0:01:57.327 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1783718027.1385849, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4811b1d29c774e289cb599267b3a9ecfdefb464d", "ctime": 1783718026.5305488, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 285212893, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1783718026.2705674, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/nopull.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 199, "uid": 0, "version": "3644898807", "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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Friday 10 July 2026 17:14:36 -0400 (0:00:00.370) 0:01:57.698 *********** 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: 8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735 Pods removed: 8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735 Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove volumes associated with pod/containers removed above] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Friday 10 July 2026 17:14:37 -0400 (0:00:00.513) 0:01:58.211 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.027870", "end": "2026-07-10 17:14:37.529385", "rc": 0, "start": "2026-07-10 17:14:37.501515" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Friday 10 July 2026 17:14:37 -0400 (0:00:00.391) 0:01:58.603 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Friday 10 July 2026 17:14:37 -0400 (0:00:00.355) 0:01:58.959 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.026763", "end": "2026-07-10 17:14:38.261136", "rc": 0, "start": "2026-07-10 17:14:38.234373" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Friday 10 July 2026 17:14:38 -0400 (0:00:00.375) 0:01:59.335 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 10 July 2026 17:14:38 -0400 (0:00:00.042) 0:01:59.377 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Friday 10 July 2026 17:14:38 -0400 (0:00:00.025) 0:01:59.403 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Friday 10 July 2026 17:14:38 -0400 (0:00:00.030) 0:01:59.433 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Friday 10 July 2026 17:14:38 -0400 (0:00:00.023) 0:01:59.456 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Friday 10 July 2026 17:14:38 -0400 (0:00:00.025) 0:01:59.482 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Flush pending service restarts] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Friday 10 July 2026 17:14:38 -0400 (0:00:00.017) 0:01:59.500 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_pending_restarts | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Friday 10 July 2026 17:14:38 -0400 (0:00:00.022) 0:01:59.522 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Friday 10 July 2026 17:14:38 -0400 (0:00:00.019) 0:01:59.541 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Friday 10 July 2026 17:14:38 -0400 (0:00:00.018) 0:01:59.560 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Record role success fingerprint] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Friday 10 July 2026 17:14:38 -0400 (0:00:00.018) 0:01:59.579 *********** ok: [managed-node2] => { "changed": false } TASK [Clear facts] ************************************************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Friday 10 July 2026 17:14:38 -0400 (0:00:00.352) 0:01:59.932 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Friday 10 July 2026 17:14:38 -0400 (0:00:00.001) 0:01:59.933 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Friday 10 July 2026 17:14:38 -0400 (0:00:00.018) 0:01:59.952 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 10 July 2026 17:14:39 -0400 (0:00:00.107) 0:02:00.059 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 10 July 2026 17:14:39 -0400 (0:00:00.024) 0:02:00.084 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Friday 10 July 2026 17:14:39 -0400 (0:00:00.528) 0:02:00.612 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Friday 10 July 2026 17:14:39 -0400 (0:00:00.324) 0:02:00.936 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Friday 10 July 2026 17:14:39 -0400 (0:00:00.018) 0:02:00.955 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Friday 10 July 2026 17:14:39 -0400 (0:00:00.018) 0:02:00.973 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Friday 10 July 2026 17:14:39 -0400 (0:00:00.017) 0:02:00.990 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Friday 10 July 2026 17:14:39 -0400 (0:00:00.017) 0:02:01.008 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file_full is file", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Friday 10 July 2026 17:14:40 -0400 (0:00:00.040) 0:02:01.049 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Friday 10 July 2026 17:14:40 -0400 (0:00:00.018) 0:02:01.067 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Friday 10 July 2026 17:14:40 -0400 (0:00:00.017) 0:02:01.084 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 10 July 2026 17:14:40 -0400 (0:00:00.017) 0:02:01.102 *********** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 10 July 2026 17:14:40 -0400 (0:00:00.857) 0:02:01.960 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 10 July 2026 17:14:40 -0400 (0:00:00.025) 0:02:01.985 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 10 July 2026 17:14:40 -0400 (0:00:00.026) 0:02:02.011 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 10 July 2026 17:14:41 -0400 (0:00:00.025) 0:02:02.037 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 10 July 2026 17:14:41 -0400 (0:00:00.023) 0:02:02.061 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 10 July 2026 17:14:41 -0400 (0:00:00.025) 0:02:02.086 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.019960", "end": "2026-07-10 17:14:41.370128", "rc": 0, "start": "2026-07-10 17:14:41.350168" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 10 July 2026 17:14:41 -0400 (0:00:00.349) 0:02:02.436 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 10 July 2026 17:14:41 -0400 (0:00:00.022) 0:02:02.458 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 10 July 2026 17:14:41 -0400 (0:00:00.021) 0:02:02.479 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Friday 10 July 2026 17:14:41 -0400 (0:00:00.022) 0:02:02.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 : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 10 July 2026 17:14:41 -0400 (0:00:00.012) 0:02:02.514 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Friday 10 July 2026 17:14:41 -0400 (0:00:00.029) 0:02:02.544 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 10 July 2026 17:14:41 -0400 (0:00:00.021) 0:02:02.565 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Friday 10 July 2026 17:14:41 -0400 (0:00:00.041) 0:02:02.606 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Friday 10 July 2026 17:14:41 -0400 (0:00:00.337) 0:02:02.944 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Friday 10 July 2026 17:14:41 -0400 (0:00:00.023) 0:02:02.967 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Friday 10 July 2026 17:14:41 -0400 (0:00:00.033) 0:02:03.001 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1783718001.7580817, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1783717996.444476, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9030010, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "36135248", "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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Friday 10 July 2026 17:14:42 -0400 (0:00:00.366) 0:02:03.368 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 10 July 2026 17:14:42 -0400 (0:00:00.037) 0:02:03.406 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Friday 10 July 2026 17:14:42 -0400 (0:00:00.034) 0:02:03.441 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Friday 10 July 2026 17:14:42 -0400 (0:00:00.022) 0:02:03.463 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Friday 10 July 2026 17:14:42 -0400 (0:00:00.024) 0:02:03.488 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 10 July 2026 17:14:42 -0400 (0:00:00.021) 0:02:03.509 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 10 July 2026 17:14:42 -0400 (0:00:00.025) 0:02:03.535 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Friday 10 July 2026 17:14:42 -0400 (0:00:00.021) 0:02:03.557 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 10 July 2026 17:14:42 -0400 (0:00:00.023) 0:02:03.580 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Friday 10 July 2026 17:14:42 -0400 (0:00:00.059) 0:02:03.640 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 10 July 2026 17:14:42 -0400 (0:00:00.040) 0:02:03.681 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 10 July 2026 17:14:42 -0400 (0:00:00.020) 0:02:03.702 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Friday 10 July 2026 17:14:42 -0400 (0:00:00.066) 0:02:03.769 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 10 July 2026 17:14:42 -0400 (0:00:00.042) 0:02:03.811 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 10 July 2026 17:14:42 -0400 (0:00:00.020) 0:02:03.832 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Friday 10 July 2026 17:14:42 -0400 (0:00:00.021) 0:02:03.853 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Friday 10 July 2026 17:14:42 -0400 (0:00:00.063) 0:02:03.917 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Friday 10 July 2026 17:14:42 -0400 (0:00:00.023) 0:02:03.940 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Friday 10 July 2026 17:14:42 -0400 (0:00:00.022) 0:02:03.962 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Friday 10 July 2026 17:14:43 -0400 (0:00:00.066) 0:02:04.029 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Friday 10 July 2026 17:14:43 -0400 (0:00:00.035) 0:02:04.064 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Friday 10 July 2026 17:14:43 -0400 (0:00:00.031) 0:02:04.096 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Friday 10 July 2026 17:14:43 -0400 (0:00:00.030) 0:02:04.127 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Friday 10 July 2026 17:14:43 -0400 (0:00:00.031) 0:02:04.158 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 10 July 2026 17:14:43 -0400 (0:00:00.145) 0:02:04.303 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Friday 10 July 2026 17:14:43 -0400 (0:00:00.051) 0:02:04.354 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Friday 10 July 2026 17:14:43 -0400 (0:00:00.485) 0:02:04.840 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Friday 10 July 2026 17:14:44 -0400 (0:00:00.359) 0:02:05.199 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Friday 10 July 2026 17:14:44 -0400 (0:00:00.023) 0:02:05.222 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Friday 10 July 2026 17:14:44 -0400 (0:00:00.021) 0:02:05.244 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Friday 10 July 2026 17:14:44 -0400 (0:00:00.021) 0:02:05.266 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Friday 10 July 2026 17:14:44 -0400 (0:00:00.021) 0:02:05.287 *********** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 10 July 2026 17:14:44 -0400 (0:00:00.048) 0:02:05.336 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Friday 10 July 2026 17:14:44 -0400 (0:00:00.035) 0:02:05.372 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Friday 10 July 2026 17:14:44 -0400 (0:00:00.029) 0:02:05.401 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Friday 10 July 2026 17:14:44 -0400 (0:00:00.023) 0:02:05.424 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Friday 10 July 2026 17:14:44 -0400 (0:00:00.030) 0:02:05.455 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Friday 10 July 2026 17:14:45 -0400 (0:00:01.160) 0:02:06.615 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Friday 10 July 2026 17:14:45 -0400 (0:00:00.021) 0:02:06.637 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Friday 10 July 2026 17:14:45 -0400 (0:00:00.020) 0:02:06.658 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Friday 10 July 2026 17:14:45 -0400 (0:00:00.019) 0:02:06.677 *********** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Friday 10 July 2026 17:14:45 -0400 (0:00:00.029) 0:02:06.707 *********** skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Friday 10 July 2026 17:14:45 -0400 (0:00:00.030) 0:02:06.738 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ActiveEnterTimestampMonotonic": "204564490", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2026-07-10 17:13:27 EDT", "AssertTimestampMonotonic": "204561918", "Before": "shutdown.target multi-user.target network-pre.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1356824000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ConditionTimestampMonotonic": "204561915", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4770", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608256512", "EffectiveMemoryMax": "3608256512", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainHandoffTimestampMonotonic": "204590121", "ExecMainPID": "15058", "ExecMainStartTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainStartTimestampMonotonic": "204564046", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2026-07-10 17:13:27 EDT", "InactiveExitTimestampMonotonic": "204564490", "InvocationID": "fedf1fbc92b44875a0ac8584c7b73e7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15058", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2986668032", "MemoryCurrent": "33951744", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34316288", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2026-07-10 17:13:27 EDT", "StateChangeTimestampMonotonic": "204564490", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21656", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Friday 10 July 2026 17:14:46 -0400 (0:00:00.498) 0:02:07.237 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ActiveEnterTimestampMonotonic": "204564490", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2026-07-10 17:13:27 EDT", "AssertTimestampMonotonic": "204561918", "Before": "shutdown.target multi-user.target network-pre.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1356824000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ConditionTimestampMonotonic": "204561915", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4770", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608256512", "EffectiveMemoryMax": "3608256512", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainHandoffTimestampMonotonic": "204590121", "ExecMainPID": "15058", "ExecMainStartTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainStartTimestampMonotonic": "204564046", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2026-07-10 17:13:27 EDT", "InactiveExitTimestampMonotonic": "204564490", "InvocationID": "fedf1fbc92b44875a0ac8584c7b73e7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15058", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2985906176", "MemoryCurrent": "33951744", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34316288", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2026-07-10 17:13:27 EDT", "StateChangeTimestampMonotonic": "204564490", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21656", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if firewalld is responding to dbus requests] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 10 July 2026 17:14:46 -0400 (0:00:00.498) 0:02:07.735 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.183184", "end": "2026-07-10 17:14:47.183346", "rc": 0, "start": "2026-07-10 17:14:47.000162" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Friday 10 July 2026 17:14:47 -0400 (0:00:00.519) 0:02:08.255 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Friday 10 July 2026 17:14:48 -0400 (0:00:00.833) 0:02:09.088 *********** skipping: [managed-node2] => { "false_condition": "ansible_check_mode or ansible_diff_mode or __firewall_test_check_mode | d(false)" } TASK [fedora.linux_system_roles.firewall : Check if short circuit is false] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Friday 10 July 2026 17:14:48 -0400 (0:00:00.035) 0:02:09.124 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_debug_short_circuit | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Reset firewall_config] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Friday 10 July 2026 17:14:48 -0400 (0:00:00.035) 0:02:09.159 *********** ok: [managed-node2] => { "ansible_facts": { "firewall_config": {} }, "changed": false } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Friday 10 July 2026 17:14:48 -0400 (0:00:00.024) 0:02:09.184 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Friday 10 July 2026 17:14:48 -0400 (0:00:00.035) 0:02:09.219 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Record role success fingerprint] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Friday 10 July 2026 17:14:48 -0400 (0:00:00.032) 0:02:09.252 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Friday 10 July 2026 17:14:48 -0400 (0:00:00.348) 0:02:09.600 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Friday 10 July 2026 17:14:48 -0400 (0:00:00.196) 0:02:09.796 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Friday 10 July 2026 17:14:48 -0400 (0:00:00.045) 0:02:09.841 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Friday 10 July 2026 17:14:49 -0400 (0:00:00.507) 0:02:10.349 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Friday 10 July 2026 17:14:49 -0400 (0:00:00.365) 0:02:10.715 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Friday 10 July 2026 17:14:49 -0400 (0:00:00.047) 0:02:10.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 : Set flag to indicate system is ostree] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Friday 10 July 2026 17:14:49 -0400 (0:00:00.024) 0:02:10.787 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Friday 10 July 2026 17:14:49 -0400 (0:00:00.026) 0:02:10.813 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Friday 10 July 2026 17:14:49 -0400 (0:00:00.024) 0:02:10.838 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Friday 10 July 2026 17:14:49 -0400 (0:00:00.022) 0:02:10.860 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['python_version'] is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Friday 10 July 2026 17:14:49 -0400 (0:00:00.025) 0:02:10.885 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Friday 10 July 2026 17:14:50 -0400 (0:00:01.105) 0:02:11.991 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['os_family'] == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Friday 10 July 2026 17:14:51 -0400 (0:00:00.033) 0:02:12.024 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Friday 10 July 2026 17:14:52 -0400 (0:00:01.083) 0:02:13.107 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Friday 10 July 2026 17:14:53 -0400 (0:00:01.098) 0:02:14.206 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Friday 10 July 2026 17:14:53 -0400 (0:00:00.023) 0:02:14.229 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Friday 10 July 2026 17:14:53 -0400 (0:00:00.021) 0:02:14.250 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Friday 10 July 2026 17:14:53 -0400 (0:00:00.019) 0:02:14.270 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Friday 10 July 2026 17:14:54 -0400 (0:00:00.816) 0:02:15.086 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Friday 10 July 2026 17:14:54 -0400 (0:00:00.022) 0:02:15.109 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Friday 10 July 2026 17:14:54 -0400 (0:00:00.027) 0:02:15.136 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Friday 10 July 2026 17:14:54 -0400 (0:00:00.023) 0:02:15.160 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Friday 10 July 2026 17:14:54 -0400 (0:00:00.041) 0:02:15.201 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Friday 10 July 2026 17:14:54 -0400 (0:00:00.038) 0:02:15.240 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Friday 10 July 2026 17:14:54 -0400 (0:00:00.044) 0:02:15.284 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __update_kernel_param", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Friday 10 July 2026 17:14:54 -0400 (0:00:00.045) 0:02:15.330 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Friday 10 July 2026 17:14:54 -0400 (0:00:00.038) 0:02:15.368 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Friday 10 July 2026 17:14:54 -0400 (0:00:00.059) 0:02:15.428 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Friday 10 July 2026 17:14:54 -0400 (0:00:00.029) 0:02:15.457 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Friday 10 July 2026 17:14:54 -0400 (0:00:00.027) 0:02:15.485 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Friday 10 July 2026 17:14:54 -0400 (0:00:00.029) 0:02:15.514 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Friday 10 July 2026 17:14:54 -0400 (0:00:00.028) 0:02:15.543 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Friday 10 July 2026 17:14:54 -0400 (0:00:00.103) 0:02:15.647 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Friday 10 July 2026 17:14:54 -0400 (0:00:00.030) 0:02:15.677 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Friday 10 July 2026 17:14:54 -0400 (0:00:00.027) 0:02:15.705 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Friday 10 July 2026 17:14:55 -0400 (0:00:00.571) 0:02:16.276 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Friday 10 July 2026 17:14:55 -0400 (0:00:00.024) 0:02:16.300 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Friday 10 July 2026 17:14:57 -0400 (0:00:02.633) 0:02:18.934 *********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Friday 10 July 2026 17:14:58 -0400 (0:00:00.083) 0:02:19.018 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Reload SELinux policy if modules need to be reloaded] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Friday 10 July 2026 17:14:58 -0400 (0:00:00.028) 0:02:19.046 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_modules_needs_reload", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Friday 10 July 2026 17:14:58 -0400 (0:00:00.024) 0:02:19.070 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Friday 10 July 2026 17:14:58 -0400 (0:00:00.025) 0:02:19.096 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Record role success fingerprint] ***** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Friday 10 July 2026 17:14:58 -0400 (0:00:00.024) 0:02:19.120 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Friday 10 July 2026 17:14:58 -0400 (0:00:00.366) 0:02:19.486 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Friday 10 July 2026 17:14:58 -0400 (0:00:00.038) 0:02:19.525 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Friday 10 July 2026 17:14:58 -0400 (0:00:00.032) 0:02:19.557 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Friday 10 July 2026 17:14:58 -0400 (0:00:00.031) 0:02:19.588 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize parsed kube specs list] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Friday 10 July 2026 17:14:58 -0400 (0:00:00.135) 0:02:19.723 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Debug0] ******************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Friday 10 July 2026 17:14:58 -0400 (0:00:00.037) 0:02:19.761 *********** ok: [managed-node2] => (item={'state': 'absent', 'kube_file_content': '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'}) => { "__podman_kube_spec_item": { "kube_file_content": "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", "state": "absent" } } MSG: kube_str TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:51 Friday 10 July 2026 17:14:58 -0400 (0:00:00.051) 0:02:19.813 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Friday 10 July 2026 17:14:58 -0400 (0:00:00.062) 0:02:19.875 *********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Fail if kube spec user does not exist] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Friday 10 July 2026 17:14:58 -0400 (0:00:00.048) 0:02:19.923 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Friday 10 July 2026 17:14:58 -0400 (0:00:00.048) 0:02:19.972 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.005112", "end": "2026-07-10 17:14:59.436824", "rc": 0, "start": "2026-07-10 17:14:59.431712" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-bogus.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Friday 10 July 2026 17:14:59 -0400 (0:00:00.532) 0:02:20.504 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml", "kube_file_field": "", "kube_name": "bogus", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "bogus" } ] } }, "kube_spec": { "state": "absent" }, "kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: bogus\nspec:\n containers:\n - name: bogus\n image: quay.io/libpod/testimage:20210610\n", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "bogus" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-bogus.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Build restart dependency map] ********* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Friday 10 July 2026 17:14:59 -0400 (0:00:00.334) 0:02:20.839 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize restart map collections] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Friday 10 July 2026 17:14:59 -0400 (0:00:00.150) 0:02:20.989 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_path_service_pairs": [], "__podman_pending_restarts": [], "__podman_restart_paths": [], "__podman_restart_services": [], "__podman_secret_service_pairs": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each kube play spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Friday 10 July 2026 17:15:00 -0400 (0:00:00.036) 0:02:21.026 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Friday 10 July 2026 17:15:00 -0400 (0:00:00.067) 0:02:21.093 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each quadlet spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Friday 10 July 2026 17:15:00 -0400 (0:00:00.036) 0:02:21.130 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Collect managed secret names] ********* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Friday 10 July 2026 17:15:00 -0400 (0:00:00.032) 0:02:21.163 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_restart_managed_secrets": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Expand restarts on dependency paths] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Friday 10 July 2026 17:15:00 -0400 (0:00:00.048) 0:02:21.212 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts on secrets] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Friday 10 July 2026 17:15:00 -0400 (0:00:00.033) 0:02:21.246 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts_on for kube play specs] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Friday 10 July 2026 17:15:00 -0400 (0:00:00.029) 0:02:21.275 *********** skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'bogus'}, 'spec': {'containers': [{'name': 'bogus', 'image': 'quay.io/libpod/testimage:20210610'}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'bogus'}, 'spec': {'containers': [{'name': 'bogus', 'image': 'quay.io/libpod/testimage:20210610'}]}}, 'kube_str': 'apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: bogus\nspec:\n containers:\n - name: bogus\n image: quay.io/libpod/testimage:20210610\n', 'kube_name': 'bogus', 'kube_spec': {'state': 'absent'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/bogus.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'absent', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-etc-containers-ansible\\x2dkubernetes.d-bogus.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml", "kube_file_field": "", "kube_name": "bogus", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "bogus" } ] } }, "kube_spec": { "state": "absent" }, "kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: bogus\nspec:\n containers:\n - name: bogus\n image: quay.io/libpod/testimage:20210610\n", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "bogus" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-bogus.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Expand restarts_on for quadlet specs] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Friday 10 July 2026 17:15:00 -0400 (0:00:00.044) 0:02:21.319 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Friday 10 July 2026 17:15:00 -0400 (0:00:00.024) 0:02:21.344 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Friday 10 July 2026 17:15:00 -0400 (0:00:00.020) 0:02:21.365 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container image variables] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Friday 10 July 2026 17:15:00 -0400 (0:00:00.108) 0:02:21.474 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Friday 10 July 2026 17:15:00 -0400 (0:00:00.038) 0:02:21.512 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Friday 10 July 2026 17:15:00 -0400 (0:00:00.039) 0:02:21.551 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Friday 10 July 2026 17:15:00 -0400 (0:00:00.029) 0:02:21.581 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Friday 10 July 2026 17:15:00 -0400 (0:00:00.030) 0:02:21.611 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Friday 10 July 2026 17:15:00 -0400 (0:00:00.038) 0:02:21.650 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1783718001.7580817, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1783717996.444476, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9030010, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "36135248", "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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Friday 10 July 2026 17:15:00 -0400 (0:00:00.355) 0:02:22.006 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 10 July 2026 17:15:01 -0400 (0:00:00.031) 0:02:22.038 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Friday 10 July 2026 17:15:01 -0400 (0:00:00.033) 0:02:22.071 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Friday 10 July 2026 17:15:01 -0400 (0:00:00.095) 0:02:22.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 : Get subgid file] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Friday 10 July 2026 17:15:01 -0400 (0:00:00.035) 0:02:22.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 10 July 2026 17:15:01 -0400 (0:00:00.026) 0:02:22.229 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 10 July 2026 17:15:01 -0400 (0:00:00.028) 0:02:22.258 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Friday 10 July 2026 17:15:01 -0400 (0:00:00.025) 0:02:22.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 : Fail if no kube spec is given] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Friday 10 July 2026 17:15:01 -0400 (0:00:00.024) 0:02:22.308 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Friday 10 July 2026 17:15:01 -0400 (0:00:00.023) 0:02:22.331 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Friday 10 July 2026 17:15:01 -0400 (0:00:00.049) 0:02:22.381 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Friday 10 July 2026 17:15:01 -0400 (0:00:00.023) 0:02:22.404 *********** 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": "sysinit.target basic.target systemd-journald.socket -.mount \"system-podman\\\\x2dkube.slice\" network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608256512", "EffectiveMemoryMax": "3608256512", "EffectiveTasksMax": "21656", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-bogus.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/bogus.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/bogus.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/bogus.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/bogus.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-bogus.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2999017472", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-bogus.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21656", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Friday 10 July 2026 17:15:01 -0400 (0:00:00.507) 0:02:22.912 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1783718053.2701283, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "761582558b17bc57295ca927c1e894ff8d4f12fc", "ctime": 1783718052.8541195, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 583008499, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1783718052.6001143, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/bogus.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 230, "uid": 0, "version": "4125361453", "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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Friday 10 July 2026 17:15:02 -0400 (0:00:00.359) 0:02:23.271 *********** 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: fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea Pods removed: fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove volumes associated with pod/containers removed above] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Friday 10 July 2026 17:15:02 -0400 (0:00:00.494) 0:02:23.765 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.027594", "end": "2026-07-10 17:15:03.068186", "rc": 0, "start": "2026-07-10 17:15:03.040592" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Friday 10 July 2026 17:15:03 -0400 (0:00:00.377) 0:02:24.143 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Friday 10 July 2026 17:15:03 -0400 (0:00:00.341) 0:02:24.484 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.026416", "end": "2026-07-10 17:15:03.800311", "rc": 0, "start": "2026-07-10 17:15:03.773895" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Friday 10 July 2026 17:15:03 -0400 (0:00:00.398) 0:02:24.883 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Friday 10 July 2026 17:15:03 -0400 (0:00:00.041) 0:02:24.924 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Friday 10 July 2026 17:15:03 -0400 (0:00:00.024) 0:02:24.949 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Friday 10 July 2026 17:15:03 -0400 (0:00:00.022) 0:02:24.972 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Friday 10 July 2026 17:15:03 -0400 (0:00:00.023) 0:02:24.995 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Friday 10 July 2026 17:15:04 -0400 (0:00:00.020) 0:02:25.016 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Flush pending service restarts] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Friday 10 July 2026 17:15:04 -0400 (0:00:00.017) 0:02:25.033 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_pending_restarts | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Friday 10 July 2026 17:15:04 -0400 (0:00:00.023) 0:02:25.057 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Friday 10 July 2026 17:15:04 -0400 (0:00:00.019) 0:02:25.076 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Friday 10 July 2026 17:15:04 -0400 (0:00:00.074) 0:02:25.150 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Record role success fingerprint] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Friday 10 July 2026 17:15:04 -0400 (0:00:00.019) 0:02:25.170 *********** ok: [managed-node2] => { "changed": false } TASK [Run role] **************************************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:322 Friday 10 July 2026 17:15:04 -0400 (0:00:00.370) 0:02:25.541 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Friday 10 July 2026 17:15:04 -0400 (0:00:00.037) 0:02:25.579 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Friday 10 July 2026 17:15:04 -0400 (0:00:00.001) 0:02:25.581 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Friday 10 July 2026 17:15:04 -0400 (0:00:00.021) 0:02:25.602 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 10 July 2026 17:15:04 -0400 (0:00:00.063) 0:02:25.666 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 10 July 2026 17:15:04 -0400 (0:00:00.024) 0:02:25.690 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Friday 10 July 2026 17:15:05 -0400 (0:00:00.534) 0:02:26.225 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Friday 10 July 2026 17:15:05 -0400 (0:00:00.322) 0:02:26.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 : Set flag to indicate system is ostree] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Friday 10 July 2026 17:15:05 -0400 (0:00:00.025) 0:02:26.573 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Friday 10 July 2026 17:15:05 -0400 (0:00:00.032) 0:02:26.605 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Friday 10 July 2026 17:15:05 -0400 (0:00:00.029) 0:02:26.635 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Friday 10 July 2026 17:15:05 -0400 (0:00:00.029) 0:02:26.664 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file_full is file", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Friday 10 July 2026 17:15:05 -0400 (0:00:00.066) 0:02:26.730 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Friday 10 July 2026 17:15:05 -0400 (0:00:00.030) 0:02:26.761 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Friday 10 July 2026 17:15:05 -0400 (0:00:00.029) 0:02:26.791 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 10 July 2026 17:15:05 -0400 (0:00:00.028) 0:02:26.819 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 10 July 2026 17:15:06 -0400 (0:00:00.913) 0:02:27.733 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 10 July 2026 17:15:06 -0400 (0:00:00.031) 0:02:27.765 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Friday 10 July 2026 17:15:06 -0400 (0:00:00.025) 0:02:27.791 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Friday 10 July 2026 17:15:06 -0400 (0:00:00.023) 0:02:27.814 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Friday 10 July 2026 17:15:06 -0400 (0:00:00.023) 0:02:27.838 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Friday 10 July 2026 17:15:06 -0400 (0:00:00.023) 0:02:27.861 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.020644", "end": "2026-07-10 17:15:07.147980", "rc": 0, "start": "2026-07-10 17:15:07.127336" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Friday 10 July 2026 17:15:07 -0400 (0:00:00.352) 0:02:28.214 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Friday 10 July 2026 17:15:07 -0400 (0:00:00.031) 0:02:28.245 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Friday 10 July 2026 17:15:07 -0400 (0:00:00.038) 0:02:28.284 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Friday 10 July 2026 17:15:07 -0400 (0:00:00.035) 0:02:28.319 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Friday 10 July 2026 17:15:07 -0400 (0:00:00.022) 0:02:28.341 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Friday 10 July 2026 17:15:07 -0400 (0:00:00.052) 0:02:28.393 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Friday 10 July 2026 17:15:07 -0400 (0:00:00.035) 0:02:28.429 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Friday 10 July 2026 17:15:07 -0400 (0:00:00.071) 0:02:28.500 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Friday 10 July 2026 17:15:07 -0400 (0:00:00.389) 0:02:28.889 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Friday 10 July 2026 17:15:07 -0400 (0:00:00.038) 0:02:28.928 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Friday 10 July 2026 17:15:07 -0400 (0:00:00.053) 0:02:28.982 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1783718001.7580817, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1783717996.444476, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9030010, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "36135248", "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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Friday 10 July 2026 17:15:08 -0400 (0:00:00.363) 0:02:29.346 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Friday 10 July 2026 17:15:08 -0400 (0:00:00.021) 0:02:29.367 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Friday 10 July 2026 17:15:08 -0400 (0:00:00.020) 0:02:29.388 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Friday 10 July 2026 17:15:08 -0400 (0:00:00.021) 0:02:29.409 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Friday 10 July 2026 17:15:08 -0400 (0:00:00.076) 0:02:29.485 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Friday 10 July 2026 17:15:08 -0400 (0:00:00.022) 0:02:29.508 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Friday 10 July 2026 17:15:08 -0400 (0:00:00.028) 0:02:29.536 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Friday 10 July 2026 17:15:08 -0400 (0:00:00.033) 0:02:29.570 *********** skipping: [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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Friday 10 July 2026 17:15:08 -0400 (0:00:00.035) 0:02:29.606 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Friday 10 July 2026 17:15:08 -0400 (0:00:00.082) 0:02:29.688 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Friday 10 July 2026 17:15:08 -0400 (0:00:00.067) 0:02:29.755 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Friday 10 July 2026 17:15:08 -0400 (0:00:00.036) 0:02:29.791 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Friday 10 July 2026 17:15:08 -0400 (0:00:00.032) 0:02:29.824 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Friday 10 July 2026 17:15:08 -0400 (0:00:00.063) 0:02:29.887 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Friday 10 July 2026 17:15:08 -0400 (0:00:00.035) 0:02:29.923 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Friday 10 July 2026 17:15:08 -0400 (0:00:00.031) 0:02:29.954 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Friday 10 July 2026 17:15:09 -0400 (0:00:00.071) 0:02:30.026 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Friday 10 July 2026 17:15:09 -0400 (0:00:00.037) 0:02:30.063 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Friday 10 July 2026 17:15:09 -0400 (0:00:00.060) 0:02:30.124 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Friday 10 July 2026 17:15:09 -0400 (0:00:00.075) 0:02:30.199 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Friday 10 July 2026 17:15:09 -0400 (0:00:00.033) 0:02:30.233 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Friday 10 July 2026 17:15:09 -0400 (0:00:00.031) 0:02:30.264 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Friday 10 July 2026 17:15:09 -0400 (0:00:00.036) 0:02:30.300 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Friday 10 July 2026 17:15:09 -0400 (0:00:00.033) 0:02:30.334 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 10 July 2026 17:15:09 -0400 (0:00:00.141) 0:02:30.475 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Friday 10 July 2026 17:15:09 -0400 (0:00:00.056) 0:02:30.532 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Friday 10 July 2026 17:15:09 -0400 (0:00:00.481) 0:02:31.013 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Friday 10 July 2026 17:15:10 -0400 (0:00:00.375) 0:02:31.388 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Friday 10 July 2026 17:15:10 -0400 (0:00:00.037) 0:02:31.426 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Friday 10 July 2026 17:15:10 -0400 (0:00:00.035) 0:02:31.462 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Friday 10 July 2026 17:15:10 -0400 (0:00:00.034) 0:02:31.496 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Friday 10 July 2026 17:15:10 -0400 (0:00:00.035) 0:02:31.531 *********** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 10 July 2026 17:15:10 -0400 (0:00:00.073) 0:02:31.605 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Friday 10 July 2026 17:15:10 -0400 (0:00:00.060) 0:02:31.665 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Friday 10 July 2026 17:15:10 -0400 (0:00:00.040) 0:02:31.705 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Friday 10 July 2026 17:15:10 -0400 (0:00:00.037) 0:02:31.743 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Friday 10 July 2026 17:15:10 -0400 (0:00:00.035) 0:02:31.778 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Friday 10 July 2026 17:15:11 -0400 (0:00:01.160) 0:02:32.939 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Friday 10 July 2026 17:15:12 -0400 (0:00:00.115) 0:02:33.055 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Friday 10 July 2026 17:15:12 -0400 (0:00:00.032) 0:02:33.088 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Friday 10 July 2026 17:15:12 -0400 (0:00:00.032) 0:02:33.121 *********** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Friday 10 July 2026 17:15:12 -0400 (0:00:00.046) 0:02:33.167 *********** skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Friday 10 July 2026 17:15:12 -0400 (0:00:00.050) 0:02:33.217 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ActiveEnterTimestampMonotonic": "204564490", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2026-07-10 17:13:27 EDT", "AssertTimestampMonotonic": "204561918", "Before": "shutdown.target multi-user.target network-pre.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1593655000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ConditionTimestampMonotonic": "204561915", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4770", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608256512", "EffectiveMemoryMax": "3608256512", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainHandoffTimestampMonotonic": "204590121", "ExecMainPID": "15058", "ExecMainStartTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainStartTimestampMonotonic": "204564046", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2026-07-10 17:13:27 EDT", "InactiveExitTimestampMonotonic": "204564490", "InvocationID": "fedf1fbc92b44875a0ac8584c7b73e7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15058", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3020783616", "MemoryCurrent": "33951744", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34316288", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2026-07-10 17:13:27 EDT", "StateChangeTimestampMonotonic": "204564490", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21656", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Friday 10 July 2026 17:15:12 -0400 (0:00:00.511) 0:02:33.729 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ActiveEnterTimestampMonotonic": "204564490", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2026-07-10 17:13:27 EDT", "AssertTimestampMonotonic": "204561918", "Before": "shutdown.target multi-user.target network-pre.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1593655000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ConditionTimestampMonotonic": "204561915", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4770", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608256512", "EffectiveMemoryMax": "3608256512", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainHandoffTimestampMonotonic": "204590121", "ExecMainPID": "15058", "ExecMainStartTimestamp": "Fri 2026-07-10 17:13:27 EDT", "ExecMainStartTimestampMonotonic": "204564046", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Fri 2026-07-10 17:13:27 EDT] ; stop_time=[n/a] ; pid=15058 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2026-07-10 17:13:27 EDT", "InactiveExitTimestampMonotonic": "204564490", "InvocationID": "fedf1fbc92b44875a0ac8584c7b73e7f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15058", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3010494464", "MemoryCurrent": "33951744", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34316288", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2026-07-10 17:13:27 EDT", "StateChangeTimestampMonotonic": "204564490", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21656", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if firewalld is responding to dbus requests] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 10 July 2026 17:15:13 -0400 (0:00:00.487) 0:02:34.216 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.183589", "end": "2026-07-10 17:15:13.668207", "rc": 0, "start": "2026-07-10 17:15:13.484618" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Friday 10 July 2026 17:15:13 -0400 (0:00:00.528) 0:02:34.745 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Friday 10 July 2026 17:15:14 -0400 (0:00:00.783) 0:02:35.529 *********** skipping: [managed-node2] => { "false_condition": "ansible_check_mode or ansible_diff_mode or __firewall_test_check_mode | d(false)" } TASK [fedora.linux_system_roles.firewall : Check if short circuit is false] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Friday 10 July 2026 17:15:14 -0400 (0:00:00.028) 0:02:35.557 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_debug_short_circuit | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Reset firewall_config] ************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Friday 10 July 2026 17:15:14 -0400 (0:00:00.022) 0:02:35.580 *********** ok: [managed-node2] => { "ansible_facts": { "firewall_config": {} }, "changed": false } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Friday 10 July 2026 17:15:14 -0400 (0:00:00.024) 0:02:35.605 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Friday 10 July 2026 17:15:14 -0400 (0:00:00.033) 0:02:35.639 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Record role success fingerprint] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Friday 10 July 2026 17:15:14 -0400 (0:00:00.031) 0:02:35.671 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Friday 10 July 2026 17:15:14 -0400 (0:00:00.339) 0:02:36.010 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Friday 10 July 2026 17:15:15 -0400 (0:00:00.108) 0:02:36.119 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Friday 10 July 2026 17:15:15 -0400 (0:00:00.026) 0:02:36.146 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Friday 10 July 2026 17:15:15 -0400 (0:00:00.504) 0:02:36.650 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Friday 10 July 2026 17:15:15 -0400 (0:00:00.354) 0:02:37.005 *********** included: /tmp/collections-m1H/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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Friday 10 July 2026 17:15:16 -0400 (0:00:00.037) 0:02:37.043 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Friday 10 July 2026 17:15:16 -0400 (0:00:00.027) 0:02:37.071 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Friday 10 July 2026 17:15:16 -0400 (0:00:00.026) 0:02:37.098 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Friday 10 July 2026 17:15:16 -0400 (0:00:00.037) 0:02:37.135 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Friday 10 July 2026 17:15:16 -0400 (0:00:00.037) 0:02:37.173 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['python_version'] is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Friday 10 July 2026 17:15:16 -0400 (0:00:00.043) 0:02:37.217 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Friday 10 July 2026 17:15:17 -0400 (0:00:01.163) 0:02:38.380 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['os_family'] == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Friday 10 July 2026 17:15:17 -0400 (0:00:00.031) 0:02:38.411 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Friday 10 July 2026 17:15:18 -0400 (0:00:01.127) 0:02:39.539 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Friday 10 July 2026 17:15:19 -0400 (0:00:01.087) 0:02:40.626 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Friday 10 July 2026 17:15:19 -0400 (0:00:00.028) 0:02:40.655 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Friday 10 July 2026 17:15:19 -0400 (0:00:00.026) 0:02:40.681 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Friday 10 July 2026 17:15:19 -0400 (0:00:00.021) 0:02:40.703 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Friday 10 July 2026 17:15:20 -0400 (0:00:00.814) 0:02:41.518 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Friday 10 July 2026 17:15:20 -0400 (0:00:00.040) 0:02:41.558 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Friday 10 July 2026 17:15:20 -0400 (0:00:00.060) 0:02:41.619 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Friday 10 July 2026 17:15:20 -0400 (0:00:00.063) 0:02:41.682 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Friday 10 July 2026 17:15:20 -0400 (0:00:00.050) 0:02:41.733 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Friday 10 July 2026 17:15:20 -0400 (0:00:00.128) 0:02:41.861 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Friday 10 July 2026 17:15:20 -0400 (0:00:00.034) 0:02:41.896 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __update_kernel_param", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Friday 10 July 2026 17:15:20 -0400 (0:00:00.033) 0:02:41.929 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Friday 10 July 2026 17:15:20 -0400 (0:00:00.020) 0:02:41.949 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Friday 10 July 2026 17:15:20 -0400 (0:00:00.033) 0:02:41.982 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Friday 10 July 2026 17:15:20 -0400 (0:00:00.023) 0:02:42.006 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Friday 10 July 2026 17:15:21 -0400 (0:00:00.019) 0:02:42.026 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Friday 10 July 2026 17:15:21 -0400 (0:00:00.018) 0:02:42.044 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Friday 10 July 2026 17:15:21 -0400 (0:00:00.020) 0:02:42.065 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Friday 10 July 2026 17:15:21 -0400 (0:00:00.019) 0:02:42.084 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Friday 10 July 2026 17:15:21 -0400 (0:00:00.018) 0:02:42.103 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Friday 10 July 2026 17:15:21 -0400 (0:00:00.018) 0:02:42.121 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Friday 10 July 2026 17:15:21 -0400 (0:00:00.560) 0:02:42.681 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Friday 10 July 2026 17:15:21 -0400 (0:00:00.031) 0:02:42.713 *********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Friday 10 July 2026 17:15:24 -0400 (0:00:02.619) 0:02:45.332 *********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Friday 10 July 2026 17:15:24 -0400 (0:00:00.084) 0:02:45.417 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Reload SELinux policy if modules need to be reloaded] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Friday 10 July 2026 17:15:24 -0400 (0:00:00.027) 0:02:45.444 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_modules_needs_reload", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Friday 10 July 2026 17:15:24 -0400 (0:00:00.022) 0:02:45.466 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Friday 10 July 2026 17:15:24 -0400 (0:00:00.021) 0:02:45.487 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Record role success fingerprint] ***** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Friday 10 July 2026 17:15:24 -0400 (0:00:00.024) 0:02:45.512 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Friday 10 July 2026 17:15:24 -0400 (0:00:00.360) 0:02:45.873 *********** 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-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Friday 10 July 2026 17:15:24 -0400 (0:00:00.036) 0:02:45.909 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Friday 10 July 2026 17:15:24 -0400 (0:00:00.031) 0:02:45.940 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Friday 10 July 2026 17:15:24 -0400 (0:00:00.021) 0:02:45.962 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize parsed kube specs list] **** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Friday 10 July 2026 17:15:25 -0400 (0:00:00.088) 0:02:46.050 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Debug0] ******************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Friday 10 July 2026 17:15:25 -0400 (0:00:00.027) 0:02:46.077 *********** ok: [managed-node2] => (item={'state': 'started', 'debug': True, 'log_level': 'debug', 'run_as_user': 'podman_basic_user', 'kube_file_content': [{'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'testfile1'}, 'data': {'testfile1.txt': 'this is a test\n'}}, {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd1'}, 'spec': {'containers': [{'name': 'httpd1', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15001}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile1.txt:Z', 'name': 'testfile1', 'subPath': 'testfile1.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_m7vus7yv_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_m7vus7yv_podman/httpd1-create'}}, {'name': 'testfile1', 'configMap': {'name': 'testfile1'}}]}}]}) => { "__podman_kube_spec_item": { "debug": true, "kube_file_content": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "log_level": "debug", "run_as_user": "podman_basic_user", "state": "started" } } MSG: kube_str ok: [managed-node2] => (item={'state': 'started', 'debug': True, 'log_level': 'debug', 'kube_file_content': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd2'}, 'spec': {'containers': [{'name': 'httpd2', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15002}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_m7vus7yv_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_m7vus7yv_podman/httpd2-create'}}]}}}) => { "__podman_kube_spec_item": { "debug": true, "kube_file_content": { "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_m7vus7yv_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd2-create" }, "name": "create" } ] } }, "log_level": "debug", "state": "started" } } MSG: kube_str ok: [managed-node2] => (item={'state': 'started', 'kube_file_src': '/tmp/lsr_podman_aypk22wy.yml'}) => { "__podman_kube_spec_item": { "kube_file_src": "/tmp/lsr_podman_aypk22wy.yml", "state": "started" } } MSG: kube_str apiVersion: v1 kind: ConfigMap metadata: name: testfile3 data: testfile3.txt: | this is a test ... apiVersion: v1 kind: Pod metadata: labels: app: test io.containers.autoupdate: registry name: httpd3 spec: containers: - name: httpd3 image: quay.io/libpod/testimage:20210610 command: - /bin/busybox-extras - httpd - -f - -p - 80 ports: - containerPort: 80 hostPort: 15003 volumeMounts: - mountPath: /var/www:Z name: www - mountPath: /var/httpd-create:Z name: create - mountPath: /etc/testfile3.txt:Z name: testfile3 subPath: testfile3.txt workingDir: /var/www volumes: - name: www hostPath: path: "/tmp/lsr_m7vus7yv_podman/httpd3" - name: create hostPath: path: "/tmp/lsr_m7vus7yv_podman/httpd3-create" - name: testfile3 configMap: name: testfile3 ... TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:51 Friday 10 July 2026 17:15:25 -0400 (0:00:00.060) 0:02:46.137 *********** included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Friday 10 July 2026 17:15:25 -0400 (0:00:00.209) 0:02:46.347 *********** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Fail if kube spec user does not exist] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Friday 10 July 2026 17:15:25 -0400 (0:00:00.363) 0:02:46.711 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Friday 10 July 2026 17:15:25 -0400 (0:00:00.036) 0:02:46.748 *********** 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.005223", "end": "2026-07-10 17:15:26.122353", "rc": 0, "start": "2026-07-10 17:15:26.117130" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Friday 10 July 2026 17:15:26 -0400 (0:00:00.458) 0:02:47.206 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_m7vus7yv_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_m7vus7yv_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "created", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Friday 10 July 2026 17:15:26 -0400 (0:00:00.204) 0:02:47.410 *********** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Fail if kube spec user does not exist] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Friday 10 July 2026 17:15:26 -0400 (0:00:00.359) 0:02:47.770 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Friday 10 July 2026 17:15:26 -0400 (0:00:00.049) 0:02:47.819 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005133", "end": "2026-07-10 17:15:27.235133", "rc": 0, "start": "2026-07-10 17:15:27.230000" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Friday 10 July 2026 17:15:27 -0400 (0:00:00.485) 0:02:48.305 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_m7vus7yv_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_m7vus7yv_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "created", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" }, { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "kube_file_field": "", "kube_name": "httpd2", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd2-create" }, "name": "create" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_m7vus7yv_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_m7vus7yv_podman/httpd2-create\n name: create\n...\n", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_m7vus7yv_podman/httpd2-create" }, "name": "create" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Friday 10 July 2026 17:15:27 -0400 (0:00:00.144) 0:02:48.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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Friday 10 July 2026 17:15:27 -0400 (0:00:00.033) 0:02:48.483 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Friday 10 July 2026 17:15:27 -0400 (0:00:00.047) 0:02:48.530 *********** fatal: [managed-node2]: FAILED! => {} MSG: The conditional check '__kube_file_dest is not none' failed. The error was: An unhandled exception occurred while templating '{{ __kube_file_field if __kube_file_field and __kube_file_field is abs else __kube_path ~ '/' ~ __kube_file_field if __kube_file_field else __kube_path ~ '/' ~ __kube_primary.metadata.name ~ '.yml' if __kube_primary and __kube_primary.metadata.name is defined else none }}'. Error was a , original message: An unhandled exception occurred while templating '{{ __kube_yamls | selectattr('kind', 'defined') | selectattr('kind', 'match', __primary_types_pattern) | list | first | d(__kube_yamls | first | d(none)) }}'. Error was a , original message: An unhandled exception occurred while templating '{{ [__kube_content] if __kube_content is mapping else __kube_content if __kube_content is iterable and __kube_content is not string and __kube_content is not mapping else __kube_content | from_yaml_all | list if __kube_content is string and __kube_content | length > 0 else lookup('file', __kube_src) | from_yaml_all | list if __kube_src and __kube_src | length > 0 and __kube_src is exists else [] }}'. Error was a , original message: did not find expected in "", line 9, column 1 The error appears to be in '/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml': line 27, column 7, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: block: - name: Get kube service name using systemd-escape ^ here TASK [Show kube files] ********************************************************* task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:492 Friday 10 July 2026 17:15:27 -0400 (0:00:00.067) 0:02:48.598 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -uxo pipefail\nexec 1>&2\nfor file in /etc/containers/ansible-kubernetes.d/*; do\n if [ -f \"$file\" ]; then\n echo \"File: $file\"\n cat \"$file\"\n fi\ndone\n", "delta": "0:00:00.003393", "end": "2026-07-10 17:15:27.868165", "rc": 0, "start": "2026-07-10 17:15:27.864772" } STDERR: + exec + for file in /etc/containers/ansible-kubernetes.d/* + '[' -f '/etc/containers/ansible-kubernetes.d/*' ']' TASK [Dump journal] ************************************************************ task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:506 Friday 10 July 2026 17:15:27 -0400 (0:00:00.352) 0:02:48.951 *********** fatal: [managed-node2]: FAILED! => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.027778", "end": "2026-07-10 17:15:28.290896", "failed_when_result": true, "rc": 0, "start": "2026-07-10 17:15:28.263118" } STDOUT: Jul 10 17:10:16 localhost systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. ░░ Subject: A start job for unit sys-kernel-tracing.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-kernel-tracing.mount has finished successfully. ░░ ░░ The job identifier is 220. Jul 10 17:10:16 localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. ░░ Subject: A start job for unit kmod-static-nodes.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kmod-static-nodes.service has finished successfully. ░░ ░░ The job identifier is 198. Jul 10 17:10:16 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@configfs.service has successfully entered the 'dead' state. Jul 10 17:10:16 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. ░░ Subject: A start job for unit modprobe@configfs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has finished successfully. ░░ ░░ The job identifier is 166. Jul 10 17:10:16 localhost systemd[1]: modprobe@dm_mod.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@dm_mod.service has successfully entered the 'dead' state. Jul 10 17:10:16 localhost systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. ░░ Subject: A start job for unit modprobe@dm_mod.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@dm_mod.service has finished successfully. ░░ ░░ The job identifier is 208. Jul 10 17:10:16 localhost systemd[1]: modprobe@drm.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@drm.service has successfully entered the 'dead' state. Jul 10 17:10:16 localhost systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. ░░ Subject: A start job for unit modprobe@drm.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@drm.service has finished successfully. ░░ ░░ The job identifier is 303. Jul 10 17:10:16 localhost systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@efi_pstore.service has successfully entered the 'dead' state. Jul 10 17:10:16 localhost systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. ░░ Subject: A start job for unit modprobe@efi_pstore.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@efi_pstore.service has finished successfully. ░░ ░░ The job identifier is 197. Jul 10 17:10:16 localhost systemd[1]: modprobe@loop.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@loop.service has successfully entered the 'dead' state. Jul 10 17:10:16 localhost systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop. ░░ Subject: A start job for unit modprobe@loop.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@loop.service has finished successfully. ░░ ░░ The job identifier is 207. Jul 10 17:10:16 localhost systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line. ░░ Subject: A start job for unit systemd-network-generator.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-network-generator.service has finished successfully. ░░ ░░ The job identifier is 199. Jul 10 17:10:16 localhost systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. ░░ Subject: A start job for unit systemd-remount-fs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-remount-fs.service has finished successfully. ░░ ░░ The job identifier is 162. Jul 10 17:10:16 localhost systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc). ░░ Subject: A start job for unit systemd-hwdb-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hwdb-update.service has finished successfully. ░░ ░░ The job identifier is 204. Jul 10 17:10:16 localhost systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage... ░░ Subject: A start job for unit systemd-journal-flush.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-flush.service has begun execution. ░░ ░░ The job identifier is 205. Jul 10 17:10:16 localhost systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). ░░ Subject: A start job for unit systemd-pstore.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pstore.service has finished successfully. ░░ ░░ The job identifier is 196. Jul 10 17:10:16 localhost systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... ░░ Subject: A start job for unit systemd-random-seed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-random-seed.service has begun execution. ░░ ░░ The job identifier is 172. Jul 10 17:10:16 localhost systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-repart.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-repart.service has finished successfully. ░░ ░░ The job identifier is 206. Jul 10 17:10:16 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev-early.service has begun execution. ░░ ░░ The job identifier is 201. Jul 10 17:10:16 localhost systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). ░░ Subject: A start job for unit systemd-tpm2-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tpm2-setup.service has finished successfully. ░░ ░░ The job identifier is 150. Jul 10 17:10:16 localhost systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed. ░░ Subject: A start job for unit systemd-random-seed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-random-seed.service has finished successfully. ░░ ░░ The job identifier is 172. Jul 10 17:10:16 localhost systemd[1]: modprobe@fuse.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@fuse.service has successfully entered the 'dead' state. Jul 10 17:10:16 localhost systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. ░░ Subject: A start job for unit modprobe@fuse.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@fuse.service has finished successfully. ░░ ░░ The job identifier is 214. Jul 10 17:10:16 localhost kernel: fuse: init (API version 7.41) Jul 10 17:10:16 localhost systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. ░░ Subject: A start job for unit systemd-udev-load-credentials.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udev-load-credentials.service has finished successfully. ░░ ░░ The job identifier is 179. Jul 10 17:10:16 localhost systemd-journald[621]: Runtime Journal (/run/log/journal/ec2047bd1ad3b449101b4cd7ad734d48) is 8M, max 68.8M, 60.8M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ Runtime Journal (/run/log/journal/ec2047bd1ad3b449101b4cd7ad734d48) is currently using 8M. ░░ Maximum allowed usage is set to 68.8M. ░░ Leaving at least 34.4M free (of currently available 672.1M of disk space). ░░ Enforced usage limit is thus 68.8M, of which 60.8M are still available. ░░ ░░ The limits controlling how much disk space is used by the journal may ░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, ░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in ░░ /etc/systemd/journald.conf. See journald.conf(5) for details. Jul 10 17:10:16 localhost systemd-journald[621]: Received client request to flush runtime journal. Jul 10 17:10:16 localhost systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage. ░░ Subject: A start job for unit systemd-journal-flush.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-flush.service has finished successfully. ░░ ░░ The job identifier is 205. Jul 10 17:10:16 localhost systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. ░░ Subject: A start job for unit systemd-udev-trigger.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udev-trigger.service has finished successfully. ░░ ░░ The job identifier is 216. Jul 10 17:10:16 localhost systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. ░░ Subject: A start job for unit systemd-sysctl.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysctl.service has finished successfully. ░░ ░░ The job identifier is 222. Jul 10 17:10:16 localhost systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... ░░ Subject: A start job for unit sys-fs-fuse-connections.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-fs-fuse-connections.mount has begun execution. ░░ ░░ The job identifier is 213. Jul 10 17:10:16 localhost systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. ░░ Subject: A start job for unit sys-fs-fuse-connections.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-fs-fuse-connections.mount has finished successfully. ░░ ░░ The job identifier is 213. Jul 10 17:10:16 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully. ░░ ░░ The job identifier is 201. Jul 10 17:10:16 localhost systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-sysusers.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysusers.service has finished successfully. ░░ ░░ The job identifier is 189. Jul 10 17:10:16 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev.service has begun execution. ░░ ░░ The job identifier is 176. Jul 10 17:10:16 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully. ░░ ░░ The job identifier is 176. Jul 10 17:10:16 localhost systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... ░░ Subject: A start job for unit systemd-udevd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has begun execution. ░░ ░░ The job identifier is 178. Jul 10 17:10:16 localhost systemd-udevd[661]: Using default interface naming scheme 'rhel-10.0'. Jul 10 17:10:16 localhost systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. ░░ Subject: A start job for unit systemd-udevd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has finished successfully. ░░ ░░ The job identifier is 178. Jul 10 17:10:16 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... ░░ Subject: A start job for unit modprobe@configfs.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has begun execution. ░░ ░░ The job identifier is 319. Jul 10 17:10:16 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@configfs.service has successfully entered the 'dead' state. Jul 10 17:10:16 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. ░░ Subject: A start job for unit modprobe@configfs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has finished successfully. ░░ ░░ The job identifier is 319. Jul 10 17:10:16 localhost systemd[1]: Condition check resulted in dev-ttyS0.device - /dev/ttyS0 being skipped. ░░ Subject: A start job for unit dev-ttyS0.device has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dev-ttyS0.device has finished successfully. ░░ ░░ The job identifier is 281. Jul 10 17:10:17 localhost systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. ░░ Subject: A start job for unit lvm2-monitor.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit lvm2-monitor.service has finished successfully. ░░ ░░ The job identifier is 218. Jul 10 17:10:17 localhost systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. ░░ Subject: A start job for unit local-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit local-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 163. Jul 10 17:10:17 localhost systemd[1]: Reached target local-fs.target - Local File Systems. ░░ Subject: A start job for unit local-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit local-fs.target has finished successfully. ░░ ░░ The job identifier is 161. Jul 10 17:10:17 localhost systemd[1]: Listening on systemd-bootctl.socket - Boot Entries Service Socket. ░░ Subject: A start job for unit systemd-bootctl.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-bootctl.socket has finished successfully. ░░ ░░ The job identifier is 242. Jul 10 17:10:17 localhost systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management. ░░ Subject: A start job for unit systemd-sysext.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysext.socket has finished successfully. ░░ ░░ The job identifier is 249. Jul 10 17:10:17 localhost systemd[1]: selinux-autorelabel-mark.service - Mark the need to relabel after reboot was skipped because of an unmet condition check (ConditionSecurity=!selinux). ░░ Subject: A start job for unit selinux-autorelabel-mark.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit selinux-autorelabel-mark.service has finished successfully. ░░ ░░ The job identifier is 192. Jul 10 17:10:17 localhost systemd[1]: systemd-binfmt.service - Set Up Additional Binary Formats was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-binfmt.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-binfmt.service has finished successfully. ░░ ░░ The job identifier is 190. Jul 10 17:10:17 localhost systemd[1]: systemd-boot-random-seed.service - Update Boot Loader Random Seed was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-boot-random-seed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-boot-random-seed.service has finished successfully. ░░ ░░ The job identifier is 159. Jul 10 17:10:17 localhost systemd[1]: systemd-confext.service - Merge System Configuration Images into /etc/ was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-confext.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-confext.service has finished successfully. ░░ ░░ The job identifier is 186. Jul 10 17:10:17 localhost systemd[1]: systemd-sysext.service - Merge System Extension Images into /usr/ and /opt/ was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-sysext.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysext.service has finished successfully. ░░ ░░ The job identifier is 184. Jul 10 17:10:17 localhost systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories... ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has begun execution. ░░ ░░ The job identifier is 215. Jul 10 17:10:17 localhost kernel: parport_pc 00:03: reported by Plug and Play ACPI Jul 10 17:10:17 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Jul 10 17:10:17 localhost nfsrahead[691]: skipping non-NFS device 259:0 Jul 10 17:10:17 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer Jul 10 17:10:17 localhost kernel: ppdev: user-space parallel port driver Jul 10 17:10:17 localhost kernel: piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 255 Jul 10 17:10:17 localhost kernel: i2c i2c-0: Failed! (ff) Jul 10 17:10:17 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... ░░ Subject: A start job for unit systemd-vconsole-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-vconsole-setup.service has begun execution. ░░ ░░ The job identifier is 326. Jul 10 17:10:17 localhost systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories. ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has finished successfully. ░░ ░░ The job identifier is 215. Jul 10 17:10:17 localhost systemd[1]: Starting auditd.service - Security Audit Logging Service... ░░ Subject: A start job for unit auditd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has begun execution. ░░ ░░ The job identifier is 253. Jul 10 17:10:17 localhost systemd[1]: ldconfig.service - Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit ldconfig.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit ldconfig.service has finished successfully. ░░ ░░ The job identifier is 223. Jul 10 17:10:17 localhost systemd[1]: systemd-journal-catalog-update.service - Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var). ░░ Subject: A start job for unit systemd-journal-catalog-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-catalog-update.service has finished successfully. ░░ ░░ The job identifier is 202. Jul 10 17:10:17 localhost systemd[1]: systemd-update-done.service - Update is Completed was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-update-done.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-done.service has finished successfully. ░░ ░░ The job identifier is 156. Jul 10 17:10:17 localhost (udev-worker)[669]: Network interface NamePolicy= disabled on kernel command line. Jul 10 17:10:17 localhost auditd[708]: No plugins found, not dispatching events Jul 10 17:10:17 localhost auditd[708]: Init complete, auditd 4.0.3 listening for events (startup state enable) Jul 10 17:10:17 localhost systemd[1]: Started auditd.service - Security Audit Logging Service. ░░ Subject: A start job for unit auditd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has finished successfully. ░░ ░░ The job identifier is 253. Jul 10 17:10:17 localhost systemd[1]: Starting audit-rules.service - Load Audit Rules... ░░ Subject: A start job for unit audit-rules.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit audit-rules.service has begun execution. ░░ ░░ The job identifier is 254. Jul 10 17:10:17 localhost systemd[1]: Starting systemd-update-utmp.service - Record System Boot/Shutdown in UTMP... ░░ Subject: A start job for unit systemd-update-utmp.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has begun execution. ░░ ░░ The job identifier is 268. Jul 10 17:10:17 localhost systemd[1]: Finished systemd-update-utmp.service - Record System Boot/Shutdown in UTMP. ░░ Subject: A start job for unit systemd-update-utmp.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has finished successfully. ░░ ░░ The job identifier is 268. Jul 10 17:10:18 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup. ░░ Subject: A start job for unit systemd-vconsole-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-vconsole-setup.service has finished successfully. ░░ ░░ The job identifier is 326. Jul 10 17:10:18 localhost systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes). ░░ Subject: A start job for unit systemd-firstboot.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-firstboot.service has finished successfully. ░░ ░░ The job identifier is 157. Jul 10 17:10:18 localhost systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). ░░ Subject: A start job for unit first-boot-complete.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit first-boot-complete.target has finished successfully. ░░ ░░ The job identifier is 158. Jul 10 17:10:18 localhost systemd[1]: Reached target sysinit.target - System Initialization. ░░ Subject: A start job for unit sysinit.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sysinit.target has finished successfully. ░░ ░░ The job identifier is 149. Jul 10 17:10:18 localhost systemd[1]: Started dnf-makecache.timer - dnf makecache --timer. ░░ Subject: A start job for unit dnf-makecache.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dnf-makecache.timer has finished successfully. ░░ ░░ The job identifier is 228. Jul 10 17:10:18 localhost systemd[1]: Started fstrim.timer - Discard unused filesystem blocks once a week. ░░ Subject: A start job for unit fstrim.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit fstrim.timer has finished successfully. ░░ ░░ The job identifier is 227. Jul 10 17:10:18 localhost systemd[1]: Started logrotate.timer - Daily rotation of log files. ░░ Subject: A start job for unit logrotate.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.timer has finished successfully. ░░ ░░ The job identifier is 235. Jul 10 17:10:18 localhost systemd[1]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories. ░░ Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-clean.timer has finished successfully. ░░ ░░ The job identifier is 226. Jul 10 17:10:18 localhost systemd[1]: Reached target timers.target - Timer Units. ░░ Subject: A start job for unit timers.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit timers.target has finished successfully. ░░ ░░ The job identifier is 225. Jul 10 17:10:18 localhost systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket. ░░ Subject: A start job for unit dbus.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus.socket has finished successfully. ░░ ░░ The job identifier is 232. Jul 10 17:10:18 localhost systemd[1]: Listening on sshd-unix-local.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local). ░░ Subject: A start job for unit sshd-unix-local.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-unix-local.socket has finished successfully. ░░ ░░ The job identifier is 243. Jul 10 17:10:18 localhost systemd[1]: Listening on sshd-vsock.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_VSOCK). ░░ Subject: A start job for unit sshd-vsock.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-vsock.socket has finished successfully. ░░ ░░ The job identifier is 240. Jul 10 17:10:18 localhost systemd[1]: Reached target ssh-access.target - SSH Access Available. ░░ Subject: A start job for unit ssh-access.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit ssh-access.target has finished successfully. ░░ ░░ The job identifier is 241. Jul 10 17:10:18 localhost systemd[1]: Listening on sssd-kcm.socket - SSSD Kerberos Cache Manager responder socket. ░░ Subject: A start job for unit sssd-kcm.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd-kcm.socket has finished successfully. ░░ ░░ The job identifier is 252. Jul 10 17:10:18 localhost systemd[1]: Listening on systemd-hostnamed.socket - Hostname Service Socket. ░░ Subject: A start job for unit systemd-hostnamed.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.socket has finished successfully. ░░ ░░ The job identifier is 248. Jul 10 17:10:18 localhost systemd[1]: Reached target sockets.target - Socket Units. ░░ Subject: A start job for unit sockets.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sockets.target has finished successfully. ░░ ░░ The job identifier is 239. Jul 10 17:10:18 localhost systemd[1]: Starting dbus-broker.service - D-Bus System Message Bus... ░░ Subject: A start job for unit dbus-broker.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has begun execution. ░░ ░░ The job identifier is 233. Jul 10 17:10:18 localhost systemd[1]: rpmdb-migrate.service - RPM database migration to /usr was skipped because of an unmet condition check (ConditionPathExists=/var/lib/rpm/.migratedb). ░░ Subject: A start job for unit rpmdb-migrate.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpmdb-migrate.service has finished successfully. ░░ ░░ The job identifier is 236. Jul 10 17:10:18 localhost systemd[1]: rpmdb-rebuild.service - RPM database rebuild was skipped because of an unmet condition check (ConditionPathExists=/usr/lib/sysimage/rpm/.rebuilddb). ░░ Subject: A start job for unit rpmdb-rebuild.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpmdb-rebuild.service has finished successfully. ░░ ░░ The job identifier is 237. Jul 10 17:10:18 localhost systemd[1]: Starting systemd-machine-id-commit.service - Save Transient machine-id to Disk... ░░ Subject: A start job for unit systemd-machine-id-commit.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-machine-id-commit.service has begun execution. ░░ ░░ The job identifier is 183. Jul 10 17:10:18 localhost systemd[1]: systemd-pcrphase-sysinit.service - TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki). ░░ Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase-sysinit.service has finished successfully. ░░ ░░ The job identifier is 212. Jul 10 17:10:18 localhost augenrules[712]: /usr/sbin/augenrules: No change Jul 10 17:10:18 localhost augenrules[734]: No rules Jul 10 17:10:18 localhost augenrules[734]: enabled 1 Jul 10 17:10:18 localhost augenrules[734]: failure 1 Jul 10 17:10:18 localhost augenrules[734]: pid 708 Jul 10 17:10:18 localhost augenrules[734]: rate_limit 0 Jul 10 17:10:18 localhost augenrules[734]: backlog_limit 8192 Jul 10 17:10:18 localhost augenrules[734]: lost 0 Jul 10 17:10:18 localhost augenrules[734]: backlog 3 Jul 10 17:10:18 localhost augenrules[734]: backlog_wait_time 60000 Jul 10 17:10:18 localhost augenrules[734]: backlog_wait_time_actual 0 Jul 10 17:10:18 localhost augenrules[734]: enabled 1 Jul 10 17:10:18 localhost augenrules[734]: failure 1 Jul 10 17:10:18 localhost augenrules[734]: pid 708 Jul 10 17:10:18 localhost augenrules[734]: rate_limit 0 Jul 10 17:10:18 localhost augenrules[734]: backlog_limit 8192 Jul 10 17:10:18 localhost augenrules[734]: lost 0 Jul 10 17:10:18 localhost augenrules[734]: backlog 2 Jul 10 17:10:18 localhost augenrules[734]: backlog_wait_time 60000 Jul 10 17:10:18 localhost augenrules[734]: backlog_wait_time_actual 0 Jul 10 17:10:18 localhost augenrules[734]: enabled 1 Jul 10 17:10:18 localhost augenrules[734]: failure 1 Jul 10 17:10:18 localhost augenrules[734]: pid 708 Jul 10 17:10:18 localhost augenrules[734]: rate_limit 0 Jul 10 17:10:18 localhost augenrules[734]: backlog_limit 8192 Jul 10 17:10:18 localhost augenrules[734]: lost 0 Jul 10 17:10:18 localhost augenrules[734]: backlog 4 Jul 10 17:10:18 localhost augenrules[734]: backlog_wait_time 60000 Jul 10 17:10:18 localhost augenrules[734]: backlog_wait_time_actual 0 Jul 10 17:10:18 localhost systemd[1]: audit-rules.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit audit-rules.service has successfully entered the 'dead' state. Jul 10 17:10:18 localhost systemd[1]: Finished audit-rules.service - Load Audit Rules. ░░ Subject: A start job for unit audit-rules.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit audit-rules.service has finished successfully. ░░ ░░ The job identifier is 254. Jul 10 17:10:18 localhost systemd[1]: etc-machine\x2did.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit etc-machine\x2did.mount has successfully entered the 'dead' state. Jul 10 17:10:18 localhost systemd[1]: Finished systemd-machine-id-commit.service - Save Transient machine-id to Disk. ░░ Subject: A start job for unit systemd-machine-id-commit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-machine-id-commit.service has finished successfully. ░░ ░░ The job identifier is 183. Jul 10 17:10:18 localhost systemd[1]: Started dbus-broker.service - D-Bus System Message Bus. ░░ Subject: A start job for unit dbus-broker.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has finished successfully. ░░ ░░ The job identifier is 233. Jul 10 17:10:18 localhost dbus-broker-launch[725]: Ready Jul 10 17:10:18 localhost systemd[1]: Reached target basic.target - Basic System. ░░ Subject: A start job for unit basic.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit basic.target has finished successfully. ░░ ░░ The job identifier is 146. Jul 10 17:10:18 localhost systemd[1]: Starting chronyd.service - NTP client/server... ░░ Subject: A start job for unit chronyd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has begun execution. ░░ ░░ The job identifier is 292. Jul 10 17:10:18 localhost systemd[1]: Starting cloud-init-local.service - Cloud-init: Local Stage (pre-network)... ░░ Subject: A start job for unit cloud-init-local.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has begun execution. ░░ ░░ The job identifier is 300. Jul 10 17:10:18 localhost systemd[1]: Starting dracut-shutdown.service - Restore /run/initramfs on shutdown... ░░ Subject: A start job for unit dracut-shutdown.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has begun execution. ░░ ░░ The job identifier is 217. Jul 10 17:10:19 localhost systemd[1]: Started irqbalance.service - irqbalance daemon. ░░ Subject: A start job for unit irqbalance.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit irqbalance.service has finished successfully. ░░ ░░ The job identifier is 256. Jul 10 17:10:19 localhost systemd[1]: Started rngd.service - Hardware RNG Entropy Gatherer Daemon. ░░ Subject: A start job for unit rngd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rngd.service has finished successfully. ░░ ░░ The job identifier is 271. Jul 10 17:10:19 localhost systemd[1]: ssh-host-keys-migration.service - Update OpenSSH host key permissions was skipped because of an unmet condition check (ConditionPathExists=!/var/lib/.ssh-host-keys-migration). ░░ Subject: A start job for unit ssh-host-keys-migration.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit ssh-host-keys-migration.service has finished successfully. ░░ ░░ The job identifier is 291. Jul 10 17:10:19 localhost systemd[1]: sshd-keygen@ecdsa.service - OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ecdsa.service has finished successfully. ░░ ░░ The job identifier is 287. Jul 10 17:10:19 localhost systemd[1]: sshd-keygen@ed25519.service - OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ed25519.service has finished successfully. ░░ ░░ The job identifier is 290. Jul 10 17:10:19 localhost systemd[1]: sshd-keygen@rsa.service - OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@rsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@rsa.service has finished successfully. ░░ ░░ The job identifier is 289. Jul 10 17:10:19 localhost systemd[1]: Reached target sshd-keygen.target. ░░ Subject: A start job for unit sshd-keygen.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen.target has finished successfully. ░░ ░░ The job identifier is 286. Jul 10 17:10:19 localhost systemd[1]: sssd.service - System Security Services Daemon was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit sssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd.service has finished successfully. ░░ ░░ The job identifier is 282. Jul 10 17:10:19 localhost systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups. ░░ Subject: A start job for unit nss-user-lookup.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nss-user-lookup.target has finished successfully. ░░ ░░ The job identifier is 283. Jul 10 17:10:19 localhost systemd[1]: Starting systemd-logind.service - User Login Management... ░░ Subject: A start job for unit systemd-logind.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has begun execution. ░░ ░░ The job identifier is 302. Jul 10 17:10:19 localhost systemd[1]: Finished dracut-shutdown.service - Restore /run/initramfs on shutdown. ░░ Subject: A start job for unit dracut-shutdown.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has finished successfully. ░░ ░░ The job identifier is 217. Jul 10 17:10:19 localhost systemd-logind[750]: Watching system buttons on /dev/input/event0 (Power Button) Jul 10 17:10:19 localhost systemd-logind[750]: Watching system buttons on /dev/input/event1 (Sleep Button) Jul 10 17:10:19 localhost systemd-logind[750]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Jul 10 17:10:19 localhost systemd-logind[750]: New seat seat0. ░░ Subject: A new seat seat0 is now available ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new seat seat0 has been configured and is now available. Jul 10 17:10:19 localhost systemd[1]: Started systemd-logind.service - User Login Management. ░░ Subject: A start job for unit systemd-logind.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has finished successfully. ░░ ░░ The job identifier is 302. Jul 10 17:10:19 localhost chronyd[744]: chronyd version 4.8 starting (+CMDMON +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +NTS +SECHASH +IPV6 +DEBUG) Jul 10 17:10:19 localhost chronyd[744]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Jul 10 17:10:19 localhost chronyd[744]: Loaded seccomp filter (level 2) Jul 10 17:10:19 localhost systemd[1]: Started chronyd.service - NTP client/server. ░░ Subject: A start job for unit chronyd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has finished successfully. ░░ ░░ The job identifier is 292. Jul 10 17:10:20 localhost rngd[748]: Disabling 7: PKCS11 Entropy generator (pkcs11) Jul 10 17:10:20 localhost rngd[748]: Disabling 5: NIST Network Entropy Beacon (nist) Jul 10 17:10:20 localhost rngd[748]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Jul 10 17:10:20 localhost rngd[748]: Disabling 10: Named pipe entropy input (namedpipe) Jul 10 17:10:20 localhost rngd[748]: Disabling 6: JITTER Entropy generator (jitter) Jul 10 17:10:20 localhost rngd[748]: Disabling 11: Radiacode radiation detector entropy source (radiacode) Jul 10 17:10:20 localhost rngd[748]: Disabling 8: RTLSDR software defined radio generator (rtlsdr) Jul 10 17:10:20 localhost rngd[748]: Initializing available sources Jul 10 17:10:20 localhost rngd[748]: [hwrng ]: Initialization Failed Jul 10 17:10:20 localhost rngd[748]: [rdrand]: Enabling RDSEED rng support Jul 10 17:10:20 localhost rngd[748]: [rdrand]: Initialized Jul 10 17:10:20 localhost rngd[748]: Process privileges have been dropped to 2:2 Jul 10 17:10:23 localhost cloud-init[763]: Cloud-init v. 24.4-7.el10.1 running 'init-local' at Fri, 10 Jul 2026 21:10:23 +0000. Up 20.20 seconds. Jul 10 17:10:23 localhost dhcpcd[766]: dhcpcd-10.0.6 starting Jul 10 17:10:23 localhost kernel: 8021q: 802.1Q VLAN Support v1.8 Jul 10 17:10:23 localhost systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch. ░░ Subject: A start job for unit systemd-rfkill.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-rfkill.socket has finished successfully. ░░ ░░ The job identifier is 329. Jul 10 17:10:23 localhost kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database Jul 10 17:10:23 localhost kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' Jul 10 17:10:23 localhost kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' Jul 10 17:10:23 localhost dhcpcd[769]: DUID 00:01:00:01:31:e4:1c:3f:02:d1:18:bc:2c:f9 Jul 10 17:10:23 localhost dhcpcd[769]: eth0: IAID 18:bc:2c:f9 Jul 10 17:10:24 localhost kernel: faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2 Jul 10 17:10:24 localhost kernel: cfg80211: failed to load regulatory.db Jul 10 17:10:24 localhost dhcpcd[769]: eth0: soliciting a DHCP lease Jul 10 17:10:24 localhost dhcpcd[769]: eth0: offered 10.31.46.91 from 10.31.44.1 Jul 10 17:10:24 localhost dhcpcd[769]: eth0: leased 10.31.46.91 for 3600 seconds Jul 10 17:10:24 localhost dhcpcd[769]: eth0: adding route to 10.31.44.0/22 Jul 10 17:10:24 localhost dhcpcd[769]: eth0: adding default route via 10.31.44.1 Jul 10 17:10:24 localhost dhcpcd[769]: control command: dhcpcd --dumplease --ipv4only eth0 Jul 10 17:10:25 localhost systemd[1]: Starting systemd-hostnamed.service - Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 338. Jul 10 17:10:25 localhost systemd[1]: Started systemd-hostnamed.service - Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 338. Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[791]: Hostname set to (static) Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init-local.service - Cloud-init: Local Stage (pre-network). ░░ Subject: A start job for unit cloud-init-local.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has finished successfully. ░░ ░░ The job identifier is 300. Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network-pre.target - Preparation for Network. ░░ Subject: A start job for unit network-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-pre.target has finished successfully. ░░ ░░ The job identifier is 200. Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager.service - Network Manager... ░░ Subject: A start job for unit NetworkManager.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has begun execution. ░░ ░░ The job identifier is 231. Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7399] NetworkManager (version 1.56.1-1.el10) is starting... (boot:03ecfc4b-af28-4c8c-b243-5ac19c15fcdf) Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7401] Read config: /etc/NetworkManager/NetworkManager.conf, /run/NetworkManager/conf.d/15-carrier-timeout.conf, /etc/NetworkManager/conf.d/30-cloud-init-ip6-addr-gen-mode.conf Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7861] manager[0x5616b7661ae0]: monitoring kernel firmware directory '/lib/firmware'. Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7888] hostname: hostname: using hostnamed Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7888] hostname: static hostname changed from (none) to "ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com" Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7891] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto) Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7897] manager[0x5616b7661ae0]: rfkill: Wi-Fi hardware radio set enabled Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7897] manager[0x5616b7661ae0]: rfkill: WWAN hardware radio set enabled Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7936] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7936] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7937] manager: Networking is enabled by state file Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7942] settings: Loaded settings plugin: keyfile (internal) Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 416. Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 416. Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9005] dhcp: init: Using DHCP client 'internal' Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9008] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1) Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9016] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external') Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9022] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external') Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9028] device (lo): Activation: starting connection 'lo' (d0ff9ffe-7592-436e-896d-f95b4cfe5812) Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9035] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9037] device (eth0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external') Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9063] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager.service - Network Manager. ░░ Subject: A start job for unit NetworkManager.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has finished successfully. ░░ ░░ The job identifier is 231. Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9080] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external') Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network.target - Network. ░░ Subject: A start job for unit network.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network.target has finished successfully. ░░ ░░ The job identifier is 234. Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9082] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external') Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9093] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external') Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9095] device (eth0): carrier: link connected Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9097] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external') Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9102] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full') Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9105] policy: auto-activating connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c) Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-wait-online.service - Network Manager Wait Online... ░░ Subject: A start job for unit NetworkManager-wait-online.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has begun execution. ░░ ░░ The job identifier is 230. Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9161] device (eth0): Activation: starting connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c) Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9168] device (eth0): state change: disconnected -> prepare (reason 'none', managed-type: 'full') Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9171] manager: NetworkManager state is now CONNECTING Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9172] device (eth0): state change: prepare -> config (reason 'none', managed-type: 'full') Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9175] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external') Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9180] device (eth0): state change: config -> ip-config (reason 'none', managed-type: 'full') Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting gssproxy.service - GSSAPI Proxy Daemon... ░░ Subject: A start job for unit gssproxy.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has begun execution. ░░ ░░ The job identifier is 261. Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9185] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9188] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external') Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9195] device (lo): Activation: successful, device activated. Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9215] dhcp4 (eth0): state changed new lease, address=10.31.46.91, acd pending Jul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started gssproxy.service - GSSAPI Proxy Daemon. ░░ Subject: A start job for unit gssproxy.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has finished successfully. ░░ ░░ The job identifier is 261. Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: rpc-gssd.service - RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). ░░ Subject: A start job for unit rpc-gssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-gssd.service has finished successfully. ░░ ░░ The job identifier is 262. Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target nfs-client.target - NFS client services. ░░ Subject: A start job for unit nfs-client.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nfs-client.target has finished successfully. ░░ ░░ The job identifier is 258. Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs-pre.target - Preparation for Remote File Systems. ░░ Subject: A start job for unit remote-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 259. Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-cryptsetup.target - Remote Encrypted Volumes. ░░ Subject: A start job for unit remote-cryptsetup.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-cryptsetup.target has finished successfully. ░░ ░░ The job identifier is 284. Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs.target - Remote File Systems. ░░ Subject: A start job for unit remote-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs.target has finished successfully. ░░ ░░ The job identifier is 257. Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-pcrphase.service - TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki). ░░ Subject: A start job for unit systemd-pcrphase.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase.service has finished successfully. ░░ ░░ The job identifier is 193. Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1056] dhcp4 (eth0): state changed new lease, address=10.31.46.91 Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1070] policy: set 'cloud-init eth0' (eth0) as default for IPv4 routing and DNS Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1132] device (eth0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full') Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1161] device (eth0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full') Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1167] device (eth0): state change: secondaries -> activated (reason 'none', managed-type: 'full') Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1170] manager: NetworkManager state is now CONNECTED_SITE Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1173] device (eth0): Activation: successful, device activated. Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1178] manager: NetworkManager state is now CONNECTED_GLOBAL Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1180] manager: startup complete Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished NetworkManager-wait-online.service - Network Manager Wait Online. ░░ Subject: A start job for unit NetworkManager-wait-online.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has finished successfully. ░░ ░░ The job identifier is 230. Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-init.service - Cloud-init: Network Stage... ░░ Subject: A start job for unit cloud-init.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has begun execution. ░░ ░░ The job identifier is 299. Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com chronyd[744]: Added source 10.11.160.238 Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com chronyd[744]: Added source 10.18.100.10 Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com chronyd[744]: Added source 10.2.32.37 Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com chronyd[744]: Added source 10.2.32.38 Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Cloud-init v. 24.4-7.el10.1 running 'init' at Fri, 10 Jul 2026 21:10:26 +0000. Up 23.40 seconds. Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | eth0 | True | 10.31.46.91 | 255.255.252.0 | global | 02:d1:18:bc:2c:f9 | Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | eth0 | True | fe80::d1:18ff:febc:2cf9/64 | . | link | 02:d1:18:bc:2c:f9 | Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | lo | True | ::1/128 | . | host | . | Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG | Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +-------+-------------+---------+-----------+-------+ Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | Route | Destination | Gateway | Interface | Flags | Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +-------+-------------+---------+-----------+-------+ Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | 0 | fe80::/64 | :: | eth0 | U | Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | 2 | multicast | :: | eth0 | U | Jul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +-------+-------------+---------+-----------+-------+ Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-userdbd.service - User Database Manager... ░░ Subject: A start job for unit systemd-userdbd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-userdbd.service has begun execution. ░░ ░░ The job identifier is 553. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started systemd-userdbd.service - User Database Manager. ░░ Subject: A start job for unit systemd-userdbd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-userdbd.service has finished successfully. ░░ ░░ The job identifier is 553. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Generating public/private rsa key pair. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: The key fingerprint is: Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: SHA256:HVheaXhAUebjlcp/Z/WCnFB8M/3daMjuPKRj7KquR0o root@ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: The key's randomart image is: Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: +---[RSA 3072]----+ Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | .==+. | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | +.=+ o | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . oo= * .| Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . * * ++| Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | S o * o =| Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | E . +.= o| Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . o . o= o =| Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . . =o. +.| Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | .+o..+..o. | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: +----[SHA256]-----+ Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Generating public/private ecdsa key pair. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: The key fingerprint is: Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: SHA256:MwZrkqE3Vy5+BjMfFyQHj6CQupzqyRRiXH4KbQNuYrs root@ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: The key's randomart image is: Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: +---[ECDSA 256]---+ Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | .. . o.o | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | .. . . * | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | o .o . o o | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: |+ =. o = . | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: |+Xo==.O S . | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: |Bo=.+* B = | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: |.o . . + | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: |+ o o | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: |.E | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: +----[SHA256]-----+ Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Generating public/private ed25519 key pair. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: The key fingerprint is: Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: SHA256:gBUM8l7zyJUotBYXxz+8C0Uf36HLtN9xh7nSIXHMyZI root@ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: The key's randomart image is: Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: +--[ED25519 256]--+ Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . +o=+. | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | + *.o... . . | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | * = o+ . B.o.| Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | o + * = EoB .| Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . o S. oo+oo | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . . .++.o| Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . . o.o=| Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . . o..| Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . | Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: +----[SHA256]-----+ Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init.service - Cloud-init: Network Stage. ░░ Subject: A start job for unit cloud-init.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has finished successfully. ░░ ░░ The job identifier is 299. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-config.target - Cloud-config availability. ░░ Subject: A start job for unit cloud-config.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.target has finished successfully. ░░ ░░ The job identifier is 298. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network-online.target - Network is Online. ░░ Subject: A start job for unit network-online.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-online.target has finished successfully. ░░ ░░ The job identifier is 229. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-config.service - Cloud-init: Config Stage... ░░ Subject: A start job for unit cloud-config.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has begun execution. ░░ ░░ The job identifier is 297. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting kdump.service - Crash recovery kernel arming... ░░ Subject: A start job for unit kdump.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has begun execution. ░░ ░░ The job identifier is 295. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting restraintd.service - The restraint harness.... ░░ Subject: A start job for unit restraintd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has begun execution. ░░ ░░ The job identifier is 269. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting rpc-statd-notify.service - Notify NFS peers of a restart... ░░ Subject: A start job for unit rpc-statd-notify.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has begun execution. ░░ ░░ The job identifier is 266. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sm-notify[969]: Version 2.8.3 starting Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting rsyslog.service - System Logging Service... ░░ Subject: A start job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 273. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 285. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-user-sessions.service - Permit User Sessions... ░░ Subject: A start job for unit systemd-user-sessions.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has begun execution. ░░ ░░ The job identifier is 255. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started restraintd.service - The restraint harness.. ░░ Subject: A start job for unit restraintd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has finished successfully. ░░ ░░ The job identifier is 269. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started rpc-statd-notify.service - Notify NFS peers of a restart. ░░ Subject: A start job for unit rpc-statd-notify.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has finished successfully. ░░ ░░ The job identifier is 266. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd[973]: Server listening on 0.0.0.0 port 22. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd[973]: Server listening on :: port 22. Jul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 285. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished systemd-user-sessions.service - Permit User Sessions. ░░ Subject: A start job for unit systemd-user-sessions.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has finished successfully. ░░ ░░ The job identifier is 255. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com rsyslogd[972]: [origin software="rsyslogd" swVersion="8.2604.0-2.el10" x-pid="972" x-info="https://www.rsyslog.com"] start Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com rsyslogd[972]: imjournal: journal files changed, reloading... [v8.2604.0-2.el10 try https://www.rsyslog.com/e/0 ] Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started crond.service - Command Scheduler. ░░ Subject: A start job for unit crond.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit crond.service has finished successfully. ░░ ░░ The job identifier is 272. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started getty@tty1.service - Getty on tty1. ░░ Subject: A start job for unit getty@tty1.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty@tty1.service has finished successfully. ░░ ░░ The job identifier is 275. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com crond[1035]: (CRON) STARTUP (1.7.0) Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com crond[1035]: (CRON) INFO (Syslog will be used instead of sendmail.) Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com crond[1035]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 17% if used.) Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com crond[1035]: (CRON) INFO (running with inotify support) Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1037]: Cloud-init v. 24.4-7.el10.1 running 'modules:config' at Fri, 10 Jul 2026 21:10:28 +0000. Up 25.16 seconds. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started serial-getty@ttyS0.service - Serial Getty on ttyS0. ░░ Subject: A start job for unit serial-getty@ttyS0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit serial-getty@ttyS0.service has finished successfully. ░░ ░░ The job identifier is 279. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target getty.target - Login Prompts. ░░ Subject: A start job for unit getty.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty.target has finished successfully. ░░ ░░ The job identifier is 274. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started rsyslog.service - System Logging Service. ░░ Subject: A start job for unit rsyslog.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has finished successfully. ░░ ░░ The job identifier is 273. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target multi-user.target - Multi-User System. ░░ Subject: A start job for unit multi-user.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit multi-user.target has finished successfully. ░░ ░░ The job identifier is 145. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP... ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has begun execution. ░░ ░░ The job identifier is 267. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP. ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has finished successfully. ░░ ░░ The job identifier is 267. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd[973]: Received signal 15; terminating. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping sshd.service - OpenSSH server daemon... ░░ Subject: A stop job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 558. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: sshd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit sshd.service has successfully entered the 'dead' state. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped sshd.service - OpenSSH server daemon. ░░ Subject: A stop job for unit sshd.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has finished. ░░ ░░ The job identifier is 558 and the job result is done. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 558. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd[1056]: Server listening on 0.0.0.0 port 22. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd[1056]: Server listening on :: port 22. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 558. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-config.service - Cloud-init: Config Stage. ░░ Subject: A start job for unit cloud-config.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has finished successfully. ░░ ░░ The job identifier is 297. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-final.service - Cloud-init: Final Stage... ░░ Subject: A start job for unit cloud-final.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has begun execution. ░░ ░░ The job identifier is 301. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com kdumpctl[985]: kdump: Detected change(s) in the following file(s): /etc/fstab Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com restraintd[976]: Listening on http://localhost:8081 Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1502]: Cloud-init v. 24.4-7.el10.1 running 'modules:final' at Fri, 10 Jul 2026 21:10:28 +0000. Up 25.74 seconds. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1527]: ############################################################# Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1530]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1533]: 256 SHA256:MwZrkqE3Vy5+BjMfFyQHj6CQupzqyRRiXH4KbQNuYrs root@ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com (ECDSA) Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1536]: 256 SHA256:gBUM8l7zyJUotBYXxz+8C0Uf36HLtN9xh7nSIXHMyZI root@ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com (ED25519) Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1538]: 3072 SHA256:HVheaXhAUebjlcp/Z/WCnFB8M/3daMjuPKRj7KquR0o root@ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com (RSA) Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1539]: -----END SSH HOST KEY FINGERPRINTS----- Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1540]: ############################################################# Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1502]: Cloud-init v. 24.4-7.el10.1 finished at Fri, 10 Jul 2026 21:10:28 +0000. Datasource DataSourceEc2Local. Up 25.90 seconds Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-final.service - Cloud-init: Final Stage. ░░ Subject: A start job for unit cloud-final.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has finished successfully. ░░ ░░ The job identifier is 301. Jul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-init.target - Cloud-init target. ░░ Subject: A start job for unit cloud-init.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.target has finished successfully. ░░ ░░ The job identifier is 296. Jul 10 17:10:31 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com kernel: block nvme0n1: the capability attribute has been deprecated. Jul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com kdumpctl[985]: kdump: Detected change in block device driver, new loaded module: nvme Jul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com kdumpctl[985]: kdump: Rebuilding /boot/initramfs-6.12.0-245.el10.x86_64kdump.img Jul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com chronyd[744]: Selected source 10.2.32.38 Jul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[1865]: dracut-107-4.el10 Jul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[1868]: Executing: /usr/bin/dracut --list-modules Jul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[1932]: dracut-107-4.el10 Jul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[1935]: Executing: /usr/bin/dracut --list-modules Jul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2014]: dracut-107-4.el10 Jul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --aggressive-strip --mount "/dev/disk/by-uuid/f6fec858-aa39-4420-aaef-318685ed4a7d /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" --add squash-erofs --squash-compressor lzma --no-hostonly-default-device --add-confdir /lib/kdump/dracut.conf.d -f /boot/initramfs-6.12.0-245.el10.x86_64kdump.img 6.12.0-245.el10.x86_64 Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'connman' will not be installed, because command 'connmand' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'connman' will not be installed, because command 'connmanctl' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'plymouth' will not be installed, because it's in the list to be omitted! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'multipath' will not be installed, because command 'multipath' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'hwdb' will not be installed, because it's in the list to be omitted! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'nvmf' will not be installed, because command 'nvme' could not be found! Jul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'resume' will not be installed, because it's in the list to be omitted! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'squash-squashfs' will not be installed, because command 'mksquashfs' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'squash-squashfs' will not be installed, because command 'unsquashfs' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'busybox' will not be installed, because command 'busybox' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'earlykdump' will not be installed, because it's in the list to be omitted! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'connman' will not be installed, because command 'connmand' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'connman' will not be installed, because command 'connmanctl' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'multipath' will not be installed, because command 'multipath' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'nvmf' will not be installed, because command 'nvme' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'squash-squashfs' will not be installed, because command 'mksquashfs' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'squash-squashfs' will not be installed, because command 'unsquashfs' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'busybox' will not be installed, because command 'busybox' could not be found! Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: bash *** Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd *** Jul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: fips *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: fips-crypto-policies *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-ask-password *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-battery-check *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-initrd *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-journald *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-modules-load *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-pcrphase *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-sysctl *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-sysusers *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-tmpfiles *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-udevd *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: rngd *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: i18n *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: drm *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: prefixdevname *** Jul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: kernel-modules *** Jul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Jul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: kernel-modules-extra *** Jul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: kernel-modules-extra: configuration source "/run/depmod.d" does not exist Jul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: kernel-modules-extra: configuration source "/lib/depmod.d" does not exist Jul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: kernel-modules-extra: parsing configuration file "/etc/depmod.d/dist.conf" Jul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: kernel-modules-extra: /etc/depmod.d/dist.conf: added "updates extra built-in weak-updates" to the list of search directories Jul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: nvdimm *** Jul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: tpm2-tss *** Jul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: fstab-sys *** Jul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: rootfs-block *** Jul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: squash-erofs *** Jul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: terminfo *** Jul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: udev-rules *** Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: dracut-systemd *** Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: usrmount *** Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: base *** Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: fs-lib *** Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: kdumpbase *** Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: memstrack *** Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: microcode_ctl-fw_dir_override *** Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl module: mangling fw_dir Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: intel: caveats check for kernel version "6.12.0-245.el10.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: configuration "intel-06-4f-01" is ignored Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8f-08"... Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: configuration "intel-06-8f-08" is ignored Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: openssl *** Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: shell-interpreter *** Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: shutdown *** Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: squash-lib *** Jul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including modules done *** Jul 10 17:10:38 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Installing kernel module dependencies *** Jul 10 17:10:38 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Installing kernel module dependencies done *** Jul 10 17:10:38 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Resolving executable dependencies *** Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Resolving executable dependencies done *** Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Hardlinking files *** Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Mode: real Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Method: sha256 Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Files: 577 Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Linked: 24 files Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Compared: 0 xattrs Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Compared: 43 files Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Saved: 14.28 MiB Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Duration: 0.135299 seconds Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Hardlinking files done *** Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Generating early-microcode cpio image *** Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Constructing GenuineIntel.bin *** Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Constructing GenuineIntel.bin *** Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Store current command line parameters *** Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Stored kernel commandline: Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: No dracut internal kernel commandline stored in the initramfs Jul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Squashing the files inside the initramfs *** Jul 10 17:10:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Squashing the files inside the initramfs done *** Jul 10 17:10:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Creating image file '/boot/initramfs-6.12.0-245.el10.x86_64kdump.img.tmp' *** Jul 10 17:10:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Creating initramfs image file '/boot/initramfs-6.12.0-245.el10.x86_64kdump.img.tmp' done *** Jul 10 17:10:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Moving image file '/boot/initramfs-6.12.0-245.el10.x86_64kdump.img.tmp' to '/boot/initramfs-6.12.0-245.el10.x86_64kdump.img' *** Jul 10 17:10:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Moving image file '/boot/initramfs-6.12.0-245.el10.x86_64kdump.img.tmp' to '/boot/initramfs-6.12.0-245.el10.x86_64kdump.img' done *** Jul 10 17:10:55 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com kdumpctl[985]: kdump: kexec: loaded kdump kernel Jul 10 17:10:55 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com kdumpctl[985]: kdump: Starting kdump: [OK] Jul 10 17:10:55 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished kdump.service - Crash recovery kernel arming. ░░ Subject: A start job for unit kdump.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has finished successfully. ░░ ░░ The job identifier is 295. Jul 10 17:10:55 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 2.082s (kernel) + 6.311s (initrd) + 44.041s (userspace) = 52.435s. ░░ Subject: System start-up is now complete ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ All system services necessary queued for starting at boot have been ░░ started. Note that this does not mean that the machine is now idle as services ░░ might still be busy with completing start-up. ░░ ░░ Kernel start-up required 2082609 microseconds. ░░ ░░ Initrd start-up required 6311259 microseconds. ░░ ░░ Userspace start-up required 44041165 microseconds. Jul 10 17:10:55 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Jul 10 17:11:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com chronyd[744]: Selected source 142.248.192.33 (2.centos.pool.ntp.org) Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5417]: Accepted publickey for root from 10.30.33.122 port 56694 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: New session 1 of user root. ░░ Subject: A new session 1 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 1 has been created for the user root. ░░ ░░ The leading process of the session is 5417. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created slice user-0.slice - User Slice of UID 0. ░░ Subject: A start job for unit user-0.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-0.slice has finished successfully. ░░ ░░ The job identifier is 560. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0... ░░ Subject: A start job for unit user-runtime-dir@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has begun execution. ░░ ░░ The job identifier is 559. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0. ░░ Subject: A start job for unit user-runtime-dir@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has finished successfully. ░░ ░░ The job identifier is 559. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting user@0.service - User Manager for UID 0... ░░ Subject: A start job for unit user@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has begun execution. ░░ ░░ The job identifier is 639. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: New session 2 of user root. ░░ Subject: A new session 2 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 2 has been created for the user root. ░░ ░░ The leading process of the session is 5422. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com (systemd)[5422]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Queued start job for default target default.target. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Created slice app.slice - User Application Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 5. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes was skipped because of an unmet condition check (ConditionUser=!@system). ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 9. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 10. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Reached target paths.target - Paths. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 11. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Reached target timers.target - Timers. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 8. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Starting dbus.socket - D-Bus User Message Bus Socket... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 4. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 12. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 12. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Listening on dbus.socket - D-Bus User Message Bus Socket. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 4. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Reached target sockets.target - Sockets. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 3. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Reached target basic.target - Basic System. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 2. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Reached target default.target - Main User Target. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 1. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Startup finished in 118ms. ░░ Subject: User manager start-up is now complete ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The user manager instance for user 0 has been started. All services queued ░░ for starting have been started. Note that other services might still be starting ░░ up or be started at any later time. ░░ ░░ Startup of the manager took 118777 microseconds. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started user@0.service - User Manager for UID 0. ░░ Subject: A start job for unit user@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has finished successfully. ░░ ░░ The job identifier is 639. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-1.scope - Session 1 of User root. ░░ Subject: A start job for unit session-1.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-1.scope has finished successfully. ░░ ░░ The job identifier is 720. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5417]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5433]: Received disconnect from 10.30.33.122 port 56694:11: disconnected by user Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5433]: Disconnected from user root 10.30.33.122 port 56694 Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5417]: pam_unix(sshd:session): session closed for user root Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-1.scope has successfully entered the 'dead' state. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: Session 1 logged out. Waiting for processes to exit. Jul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: Removed session 1. ░░ Subject: Session 1 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 1 has been terminated. Jul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5470]: Accepted publickey for root from 10.31.8.159 port 54912 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5471]: Accepted publickey for root from 10.31.8.159 port 54914 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: New session 3 of user root. ░░ Subject: A new session 3 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 3 has been created for the user root. ░░ ░░ The leading process of the session is 5470. Jul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-3.scope - Session 3 of User root. ░░ Subject: A start job for unit session-3.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-3.scope has finished successfully. ░░ ░░ The job identifier is 802. Jul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: New session 4 of user root. ░░ Subject: A new session 4 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 4 has been created for the user root. ░░ ░░ The leading process of the session is 5471. Jul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-4.scope - Session 4 of User root. ░░ Subject: A start job for unit session-4.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-4.scope has finished successfully. ░░ ░░ The job identifier is 884. Jul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5470]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5471]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5477]: Received disconnect from 10.31.8.159 port 54914:11: disconnected by user Jul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5477]: Disconnected from user root 10.31.8.159 port 54914 Jul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5471]: pam_unix(sshd:session): session closed for user root Jul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-4.scope has successfully entered the 'dead' state. Jul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: Session 4 logged out. Waiting for processes to exit. Jul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: Removed session 4. ░░ Subject: Session 4 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 4 has been terminated. Jul 10 17:11:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sudo[5974]: root : PWD=/root ; USER=root ; COMMAND=/bin/true Jul 10 17:11:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sudo[5974]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:11:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sudo[5974]: pam_unix(sudo:session): session closed for user root Jul 10 17:11:58 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com unknown: Running test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1) with reboot count 0 and test restart count 0. (Be aware the test name is sanitized!) Jul 10 17:11:59 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-hostnamed.service - Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 966. Jul 10 17:11:59 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started systemd-hostnamed.service - Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 966. Jul 10 17:11:59 managed-node2 systemd-hostnamed[8202]: Hostname set to (static) Jul 10 17:11:59 managed-node2 NetworkManager[798]: [1783717919.9435] hostname: static hostname changed from "ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com" to "managed-node2" Jul 10 17:11:59 managed-node2 systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 1044. Jul 10 17:11:59 managed-node2 systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 1044. Jul 10 17:11:59 managed-node2 irqbalance[747]: Cannot change IRQ 29 affinity: Permission denied Jul 10 17:11:59 managed-node2 irqbalance[747]: IRQ 29 affinity is now unmanaged Jul 10 17:12:01 managed-node2 unknown: Leaving test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1). (Be aware the test name is sanitized!) Jul 10 17:12:09 managed-node2 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Jul 10 17:12:29 managed-node2 systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Jul 10 17:12:36 managed-node2 sshd-session[8911]: Accepted publickey for root from 10.31.45.141 port 39298 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jul 10 17:12:36 managed-node2 systemd-logind[750]: New session 5 of user root. ░░ Subject: A new session 5 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 5 has been created for the user root. ░░ ░░ The leading process of the session is 8911. Jul 10 17:12:36 managed-node2 systemd[1]: Started session-5.scope - Session 5 of User root. ░░ Subject: A start job for unit session-5.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-5.scope has finished successfully. ░░ ░░ The job identifier is 1123. Jul 10 17:12:36 managed-node2 sshd-session[8911]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:12:36 managed-node2 sshd-session[8914]: Received disconnect from 10.31.45.141 port 39298:11: disconnected by user Jul 10 17:12:36 managed-node2 sshd-session[8914]: Disconnected from user root 10.31.45.141 port 39298 Jul 10 17:12:36 managed-node2 sshd-session[8911]: pam_unix(sshd:session): session closed for user root Jul 10 17:12:36 managed-node2 systemd[1]: session-5.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-5.scope has successfully entered the 'dead' state. Jul 10 17:12:36 managed-node2 systemd-logind[750]: Session 5 logged out. Waiting for processes to exit. Jul 10 17:12:36 managed-node2 systemd-logind[750]: Removed session 5. ░░ Subject: Session 5 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 5 has been terminated. Jul 10 17:12:36 managed-node2 sshd-session[8939]: Accepted publickey for root from 10.31.45.141 port 39304 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jul 10 17:12:36 managed-node2 systemd-logind[750]: New session 6 of user root. ░░ Subject: A new session 6 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 6 has been created for the user root. ░░ ░░ The leading process of the session is 8939. Jul 10 17:12:36 managed-node2 systemd[1]: Started session-6.scope - Session 6 of User root. ░░ Subject: A start job for unit session-6.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-6.scope has finished successfully. ░░ ░░ The job identifier is 1205. Jul 10 17:12:36 managed-node2 sshd-session[8939]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:12:36 managed-node2 sshd-session[8942]: Received disconnect from 10.31.45.141 port 39304:11: disconnected by user Jul 10 17:12:36 managed-node2 sshd-session[8942]: Disconnected from user root 10.31.45.141 port 39304 Jul 10 17:12:36 managed-node2 sshd-session[8939]: pam_unix(sshd:session): session closed for user root Jul 10 17:12:36 managed-node2 systemd[1]: session-6.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-6.scope has successfully entered the 'dead' state. Jul 10 17:12:36 managed-node2 systemd-logind[750]: Session 6 logged out. Waiting for processes to exit. Jul 10 17:12:36 managed-node2 systemd-logind[750]: Removed session 6. ░░ Subject: Session 6 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 6 has been terminated. Jul 10 17:12:39 managed-node2 sshd-session[8969]: Accepted publickey for root from 10.31.45.141 port 39310 ssh2: ECDSA SHA256:/ca53NQth/f0SGVEpYbn3aqGgKT95hjQGpTFVFfFyL0 Jul 10 17:12:39 managed-node2 systemd-logind[750]: New session 7 of user root. ░░ Subject: A new session 7 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 7 has been created for the user root. ░░ ░░ The leading process of the session is 8969. Jul 10 17:12:39 managed-node2 systemd[1]: Started session-7.scope - Session 7 of User root. ░░ Subject: A start job for unit session-7.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-7.scope has finished successfully. ░░ ░░ The job identifier is 1287. Jul 10 17:12:39 managed-node2 sshd-session[8969]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:12:39 managed-node2 irqbalance[747]: Cannot change IRQ 28 affinity: Permission denied Jul 10 17:12:39 managed-node2 irqbalance[747]: IRQ 28 affinity is now unmanaged Jul 10 17:12:40 managed-node2 python3.12[9146]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:12:41 managed-node2 python3.12[9324]: ansible-tempfile Invoked with state=directory prefix=lsr_ suffix=_podman path=None Jul 10 17:12:42 managed-node2 python3.12[9473]: ansible-file Invoked with path=/tmp/lsr_m7vus7yv_podman mode=0777 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False state=None _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:12:42 managed-node2 python3.12[9622]: ansible-user Invoked with name=podman_basic_user uid=3001 state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on managed-node2 update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Jul 10 17:12:42 managed-node2 useradd[9624]: new group: name=podman_basic_user, GID=3001 Jul 10 17:12:42 managed-node2 useradd[9624]: new user: name=podman_basic_user, UID=3001, GID=3001, home=/home/podman_basic_user, shell=/bin/bash, from=/dev/pts/0 Jul 10 17:12:44 managed-node2 python3.12[9773]: ansible-file Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd1 state=directory mode=0755 owner=podman_basic_user recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:12:44 managed-node2 python3.12[9922]: ansible-file Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd2 state=directory mode=0755 owner=root recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:12:45 managed-node2 python3.12[10071]: ansible-file Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd3 state=directory mode=0755 owner=root recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:12:45 managed-node2 python3.12[10220]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd1/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Jul 10 17:12:45 managed-node2 python3.12[10340]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_m7vus7yv_podman/httpd1/index.txt mode=0644 owner=podman_basic_user src=/root/.ansible/tmp/ansible-tmp-1783717965.093838-9764-67241112685305/.source.txt _original_basename=.s_ud9dzo follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:12:45 managed-node2 python3.12[10489]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd2/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Jul 10 17:12:46 managed-node2 python3.12[10609]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_m7vus7yv_podman/httpd2/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1783717965.6859484-9764-19510407089556/.source.txt _original_basename=.ywjd9uaf follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:12:46 managed-node2 python3.12[10758]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd3/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Jul 10 17:12:46 managed-node2 python3.12[10878]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_m7vus7yv_podman/httpd3/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1783717966.272573-9764-247571992199554/.source.txt _original_basename=.k1oiea68 follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:12:47 managed-node2 python3.12[11076]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:12:47 managed-node2 python3.12[11227]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:12:47 managed-node2 python3.12[11227]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:12:47-04:00 Jul 10 17:12:48 managed-node2 python3.12[11376]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:12:48 managed-node2 python3.12[11525]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:12:48 managed-node2 python3.12[11674]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:12:50 managed-node2 sudo[11973]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lyuzmetdheyfqoxowyphilcfeyewrtos ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1783717970.0128076-9902-157656233172537/AnsiballZ_setup.py' Jul 10 17:12:50 managed-node2 sudo[11973]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:12:50 managed-node2 python3.12[11976]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:12:50 managed-node2 sudo[11973]: pam_unix(sudo:session): session closed for user root Jul 10 17:12:50 managed-node2 sudo[12053]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zbppxqjbdqckwavaokfdpbwidxnacbhh ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1783717970.0128076-9902-157656233172537/AnsiballZ_dnf.py' Jul 10 17:12:50 managed-node2 sudo[12053]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:12:50 managed-node2 python3.12[12056]: ansible-ansible.legacy.dnf Invoked with name=['iptables-nft', 'podman', 'shadow-utils-subid'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:12:56 managed-node2 rpm[12056]: Transaction ID 6a516058 started Jul 10 17:12:56 managed-node2 rpm[12056]: install: libgpg-error-1.50-2.el10.x86_64: success Jul 10 17:12:57 managed-node2 setsebool[12114]: The virt_use_nfs policy boolean was changed to 1 by root Jul 10 17:12:57 managed-node2 setsebool[12114]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root Jul 10 17:13:03 managed-node2 kernel: SELinux: Converting 421 SID table entries... Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability network_peer_controls=1 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability open_perms=1 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability extended_socket_class=1 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability always_check_network=0 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability ioctl_skip_cloexec=0 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability userspace_initial_context=0 Jul 10 17:13:04 managed-node2 rpm[12056]: install: container-selinux-4:2.249.0-1.el10.noarch: success Jul 10 17:13:04 managed-node2 rpm[12056]: install: libassuan-2.5.6-6.el10.x86_64: success Jul 10 17:13:04 managed-node2 rpm[12056]: install: protobuf-c-1.5.0-6.el10.x86_64: success Jul 10 17:13:10 managed-node2 kernel: SELinux: Converting 422 SID table entries... Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability network_peer_controls=1 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability open_perms=1 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability extended_socket_class=1 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability always_check_network=0 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability ioctl_skip_cloexec=0 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability userspace_initial_context=0 Jul 10 17:13:16 managed-node2 kernel: SELinux: Converting 422 SID table entries... Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability network_peer_controls=1 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability open_perms=1 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability extended_socket_class=1 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability always_check_network=0 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability ioctl_skip_cloexec=0 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability userspace_initial_context=0 Jul 10 17:13:16 managed-node2 rpm[12056]: install: passt-selinux-0^20260611.ga9c61ff-1.el10.noarch: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: passt-0^20260611.ga9c61ff-1.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: libgcrypt-1.11.0-7.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: libksba-1.6.7-2.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: podman-sequoia-0.4.0~pqc.3-1.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: libnet-1.3-7.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: criu-4.2-6.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: criu-libs-4.2-6.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: crun-1.28-1.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: conmon-3:2.2.1-4.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: catatonit-5:0.2.1-4.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: aardvark-dns-2:2.0.0-1.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: netavark-2:2.0.0-1.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: containers-common-6:6.0-2.el10.noarch: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: containers-common-extra-6:6.0-2.el10.noarch: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: shadow-utils-subid-2:4.15.0-13.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: npth-1.6-21.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: gnupg2-2.4.5-5.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: gpgme-1.23.2-6.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: podman-7:6.0.0-1.el10.x86_64: success Jul 10 17:13:19 managed-node2 systemd[1]: Started run-p12891-i12892.service - [systemd-run] /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-p12891-i12892.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-p12891-i12892.service has finished successfully. ░░ ░░ The job identifier is 1369. Jul 10 17:13:19 managed-node2 systemd[1]: Reload requested from client PID 12895 ('systemctl') (unit session-7.scope)... Jul 10 17:13:19 managed-node2 systemd[1]: Reloading... Jul 10 17:13:19 managed-node2 systemd-rc-local-generator[12951]: /etc/rc.d/rc.local is not marked executable, skipping. Jul 10 17:13:19 managed-node2 systemd[1]: Reloading finished in 207 ms. Jul 10 17:13:19 managed-node2 systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1447. Jul 10 17:13:19 managed-node2 systemd[1]: Queuing reload/restart jobs for marked units… Jul 10 17:13:19 managed-node2 systemd[1]: Reloading user@0.service - User Manager for UID 0... ░░ Subject: A reload job for unit user@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A reload job for unit user@0.service has begun execution. ░░ ░░ The job identifier is 1525. Jul 10 17:13:19 managed-node2 systemd[5422]: Received SIGRTMIN+25 from PID 1 (systemd). Jul 10 17:13:19 managed-node2 systemd[5422]: Reexecuting. Jul 10 17:13:19 managed-node2 systemd[1]: Reloaded user@0.service - User Manager for UID 0. ░░ Subject: A reload job for unit user@0.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A reload job for unit user@0.service has finished. ░░ ░░ The job identifier is 1525 and the job result is done. Jul 10 17:13:19 managed-node2 systemd[1]: Started run-p12979-i12980.service - [systemd-run] systemd-stdio-bridge "-punix:path=\${XDG_RUNTIME_DIR}/bus". ░░ Subject: A start job for unit run-p12979-i12980.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-p12979-i12980.service has finished successfully. ░░ ░░ The job identifier is 1526. Jul 10 17:13:19 managed-node2 systemd[1]: Started session-8.scope - Session 8 of User root. ░░ Subject: A start job for unit session-8.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-8.scope has finished successfully. ░░ ░░ The job identifier is 1604. Jul 10 17:13:19 managed-node2 (o-bridge)[12980]: pam_unix(login:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:13:19 managed-node2 systemd[5422]: Created slice session.slice - User Core Session Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 14. Jul 10 17:13:19 managed-node2 systemd[5422]: Starting dbus-broker.service - D-Bus User Message Bus... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 13. Jul 10 17:13:19 managed-node2 systemd[5422]: Started dbus-broker.service - D-Bus User Message Bus. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 13. Jul 10 17:13:19 managed-node2 dbus-broker-launch[12983]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored Jul 10 17:13:19 managed-node2 dbus-broker-launch[12983]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored Jul 10 17:13:19 managed-node2 dbus-broker-launch[12983]: Ready Jul 10 17:13:19 managed-node2 systemd[5422]: Queuing reload/restart jobs for marked units… Jul 10 17:13:19 managed-node2 systemd[1]: run-p12979-i12980.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-p12979-i12980.service has successfully entered the 'dead' state. Jul 10 17:13:19 managed-node2 (sd-pam)[12982]: pam_unix(login:session): session closed for user root Jul 10 17:13:19 managed-node2 systemd[1]: session-8.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-8.scope has successfully entered the 'dead' state. Jul 10 17:13:19 managed-node2 rpm[12056]: Transaction ID 6a516058 finished: 0 Jul 10 17:13:20 managed-node2 sudo[12053]: pam_unix(sudo:session): session closed for user root Jul 10 17:13:20 managed-node2 python3.12[13398]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:13:21 managed-node2 python3.12[13558]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 10 17:13:21 managed-node2 systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Jul 10 17:13:21 managed-node2 systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1447. Jul 10 17:13:21 managed-node2 systemd[1]: run-p12891-i12892.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-p12891-i12892.service has successfully entered the 'dead' state. Jul 10 17:13:21 managed-node2 python3.12[13712]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:22 managed-node2 python3.12[13863]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:13:23 managed-node2 python3.12[14015]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:13:23 managed-node2 python3.12[14015]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:23-04:00 Jul 10 17:13:23 managed-node2 python3.12[14164]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:23 managed-node2 python3.12[14313]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:24 managed-node2 python3.12[14462]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:13:24 managed-node2 python3.12[14612]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:13:25 managed-node2 python3.12[14689]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:13:26 managed-node2 python3.12[14839]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Jul 10 17:13:27 managed-node2 python3.12[14990]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jul 10 17:13:27 managed-node2 systemd[1]: Reload requested from client PID 14993 ('systemctl') (unit session-7.scope)... Jul 10 17:13:27 managed-node2 systemd[1]: Reloading... Jul 10 17:13:27 managed-node2 systemd-rc-local-generator[15040]: /etc/rc.d/rc.local is not marked executable, skipping. Jul 10 17:13:27 managed-node2 systemd[1]: Reloading finished in 203 ms. Jul 10 17:13:27 managed-node2 systemd[1]: Started firewalld.service - firewalld - dynamic firewall daemon. ░░ Subject: A start job for unit firewalld.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit firewalld.service has finished successfully. ░░ ░░ The job identifier is 1686. Jul 10 17:13:27 managed-node2 python3.12[15207]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:13:29 managed-node2 python3.12[15398]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None Jul 10 17:13:30 managed-node2 python3.12[15547]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:13:30 managed-node2 python3.12[15547]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:30-04:00 Jul 10 17:13:31 managed-node2 python3.12[15696]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:13:31 managed-node2 python3.12[15848]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:13:31 managed-node2 python3.12[15848]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:31-04:00 Jul 10 17:13:32 managed-node2 python3.12[15997]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:32 managed-node2 python3.12[16146]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:33 managed-node2 python3.12[16295]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:13:33 managed-node2 python3.12[16372]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:13:34 managed-node2 python3.12[16522]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:13:34 managed-node2 python3.12[16599]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:13:35 managed-node2 python3.12[16749]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:13:35 managed-node2 python3.12[16826]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:13:36 managed-node2 rpm[16826]: Transaction ID 6a516080 started Jul 10 17:13:36 managed-node2 dbus-broker-launch[725]: Noticed file-system modification, trigger reload. ░░ Subject: A configuration directory was written to ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ A write was detected to one of the directories containing D-Bus configuration ░░ files, triggering a configuration reload. ░░ ░░ This functionality exists for backwards compatibility to pick up changes to ░░ D-Bus configuration without an explicit reolad request. Typically when ░░ installing or removing third-party software causes D-Bus configuration files ░░ to be added or removed. ░░ ░░ It is worth noting that this may cause partial configuration to be loaded in ░░ case dispatching this notification races with the writing of the configuration ░░ files. However, a future notification will then cause the configuration to be ░░ reladed again. Jul 10 17:13:36 managed-node2 dbus-broker-launch[725]: Noticed file-system modification, trigger reload. ░░ Subject: A configuration directory was written to ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ A write was detected to one of the directories containing D-Bus configuration ░░ files, triggering a configuration reload. ░░ ░░ This functionality exists for backwards compatibility to pick up changes to ░░ D-Bus configuration without an explicit reolad request. Typically when ░░ installing or removing third-party software causes D-Bus configuration files ░░ to be added or removed. ░░ ░░ It is worth noting that this may cause partial configuration to be loaded in ░░ case dispatching this notification races with the writing of the configuration ░░ files. However, a future notification will then cause the configuration to be ░░ reladed again. Jul 10 17:13:36 managed-node2 rpm[16826]: install: policycoreutils-python-utils-3.10-3.el10.noarch: success Jul 10 17:13:36 managed-node2 systemd[1]: Started run-p16832-i16833.service - [systemd-run] /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-p16832-i16833.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-p16832-i16833.service has finished successfully. ░░ ░░ The job identifier is 1770. Jul 10 17:13:36 managed-node2 rpm[16826]: Transaction ID 6a516080 finished: 0 Jul 10 17:13:36 managed-node2 systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1848. Jul 10 17:13:36 managed-node2 systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Jul 10 17:13:36 managed-node2 systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1848. Jul 10 17:13:36 managed-node2 systemd[1]: run-p16832-i16833.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-p16832-i16833.service has successfully entered the 'dead' state. Jul 10 17:13:37 managed-node2 python3.12[16988]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:13:37 managed-node2 python3.12[17170]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:13:39 managed-node2 python3.12[17320]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True Jul 10 17:13:39 managed-node2 kernel: SELinux: Converting 500 SID table entries... Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability network_peer_controls=1 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability open_perms=1 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability extended_socket_class=1 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability always_check_network=0 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability ioctl_skip_cloexec=0 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability userspace_initial_context=0 Jul 10 17:13:40 managed-node2 python3.12[17473]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked Jul 10 17:13:42 managed-node2 python3.12[17622]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:13:42 managed-node2 python3.12[17622]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:42-04:00 Jul 10 17:13:44 managed-node2 python3.12[17771]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:45 managed-node2 python3.12[17922]: ansible-stat Invoked with path=/etc/containers/ansible-kubernetes.d/nopull.yml follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:45 managed-node2 python3.12[18071]: ansible-file Invoked with path=/etc/containers/ansible-kubernetes.d state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:13:46 managed-node2 python3.12[18220]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/ansible-kubernetes.d/nopull.yml follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Jul 10 17:13:46 managed-node2 python3.12[18340]: ansible-ansible.legacy.copy Invoked with dest=/etc/containers/ansible-kubernetes.d/nopull.yml owner=root group=0 mode=0644 src=/root/.ansible/tmp/ansible-tmp-1783718025.9904127-11202-147595413855522/.source.yml _original_basename=.85rvw__f follow=False checksum=4811b1d29c774e289cb599267b3a9ecfdefb464d backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:13:47 managed-node2 python3.12[18489]: ansible-containers.podman.podman_play Invoked with state=created kube_file=/etc/containers/ansible-kubernetes.d/nopull.yml executable=podman annotation=None kube_file_content=None authfile=None build=None cert_dir=None configmap=None context_dir=None seccomp_profile_root=None username=None password=NOT_LOGGING_PARAMETER log_driver=None log_opt=None network=None tls_verify=None debug=None quiet=None recreate=None userns=None log_level=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None Jul 10 17:13:47 managed-node2 kernel: evm: overlay not supported Jul 10 17:13:47 managed-node2 systemd[1]: var-lib-containers-storage-overlay-metacopy\x2dcheck1857727294-merged.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay-metacopy\x2dcheck1857727294-merged.mount has successfully entered the 'dead' state. Jul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.138419706 -0400 EDT m=+0.065216666 system refresh Jul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.141681042 -0400 EDT m=+0.068478003 network create 096992e4a4a82ddf05c9f559c2bfff81b1bff0feaad46e7ed7372f3571ce1f43 (name=podman-default-kube-network, type=bridge) Jul 10 17:13:47 managed-node2 systemd[1]: Created slice machine.slice - Slice /machine. ░░ Subject: A start job for unit machine.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit machine.slice has finished successfully. ░░ ░░ The job identifier is 1927. Jul 10 17:13:47 managed-node2 systemd[1]: Created slice machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice - cgroup machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice. ░░ Subject: A start job for unit machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice has finished successfully. ░░ ░░ The job identifier is 1926. Jul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.189025412 -0400 EDT m=+0.115822359 container create 0455d68a5d6baeb84465cf5b2000b1eb3c52b2884021417bcaaedf3dbd612603 (image=, name=8793a7c082a0-infra, pod_id=8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735) Jul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.193133022 -0400 EDT m=+0.119929972 pod create 8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735 (image=, name=nopull, app=test, io.containers.autoupdate=registry) Jul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.917512417 -0400 EDT m=+0.844309367 container create b3931e681a766065d3a4c049f7825061ebc9c30f71dbf6a4fb7eb774613489d7 (image=quay.io/libpod/testimage:20210610, name=nopull-nopull, pod_id=8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735, io.containers.autoupdate=registry, created_at=2021-06-10T18:55:36Z, created_by=test/system/build-testimage, io.buildah.version=1.21.0, app=test) Jul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.896401005 -0400 EDT m=+0.823197971 image pull 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f quay.io/libpod/testimage:20210610 Jul 10 17:13:48 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:13:48 managed-node2 python3.12[18674]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:13:48 managed-node2 python3.12[18674]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:48-04:00 Jul 10 17:13:49 managed-node2 python3.12[18872]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:13:49 managed-node2 python3.12[19023]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:13:49 managed-node2 python3.12[19023]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:49-04:00 Jul 10 17:13:51 managed-node2 python3.12[19321]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:13:51 managed-node2 python3.12[19476]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 10 17:13:52 managed-node2 python3.12[19626]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:53 managed-node2 python3.12[19777]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:13:53 managed-node2 python3.12[19929]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:13:53 managed-node2 python3.12[19929]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:53-04:00 Jul 10 17:13:54 managed-node2 python3.12[20078]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:13:55 managed-node2 python3.12[20155]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:13:56 managed-node2 python3.12[20305]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Jul 10 17:13:56 managed-node2 python3.12[20456]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jul 10 17:13:56 managed-node2 python3.12[20607]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:13:57 managed-node2 python3.12[20757]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None Jul 10 17:13:58 managed-node2 python3.12[20906]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:13:58 managed-node2 python3.12[20906]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:58-04:00 Jul 10 17:13:59 managed-node2 python3.12[21055]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:13:59 managed-node2 python3.12[21207]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:13:59 managed-node2 python3.12[21207]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:59-04:00 Jul 10 17:14:00 managed-node2 python3.12[21356]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:00 managed-node2 python3.12[21433]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:01 managed-node2 python3.12[21583]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:01 managed-node2 python3.12[21660]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:02 managed-node2 python3.12[21810]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:02 managed-node2 python3.12[21887]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:03 managed-node2 python3.12[22037]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:05 managed-node2 python3.12[22215]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True Jul 10 17:14:05 managed-node2 python3.12[22364]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked Jul 10 17:14:08 managed-node2 python3.12[22513]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:14:08 managed-node2 python3.12[22513]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:08-04:00 Jul 10 17:14:10 managed-node2 python3.12[22662]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:14:11 managed-node2 python3.12[22813]: ansible-containers.podman.podman_image Invoked with name=quay.io/linux-system-roles/this_is_a_bogus_image:latest force=True tag=latest pull=True push=False state=present executable=podman build={'force_rm': False, 'format': 'oci', 'cache': True, 'rm': True, 'annotation': None, 'file': None, 'container_file': None, 'volume': None, 'extra_args': None, 'target': None} push_args={'ssh': None, 'compress': None, 'format': None, 'remove_signatures': None, 'sign_by': None, 'dest': None, 'extra_args': None, 'transport': None} arch=None platform=None pull_extra_args=None path=None validate_certs=None auth_file=None username=None password=NOT_LOGGING_PARAMETER ca_cert_dir=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None Jul 10 17:14:11 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:14:11 managed-node2 podman[22822]: 2026-07-10 17:14:11.49947903 -0400 EDT m=+0.158265824 image pull-error quay.io/linux-system-roles/this_is_a_bogus_image:latest unable to copy from source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: initializing source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: reading manifest latest in quay.io/linux-system-roles/this_is_a_bogus_image: unauthorized: access to the requested resource is not authorized Jul 10 17:14:11 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:14:11 managed-node2 python3.12[22978]: ansible-stat Invoked with path=/etc/containers/ansible-kubernetes.d/bogus.yml follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:14:12 managed-node2 python3.12[23127]: ansible-file Invoked with path=/etc/containers/ansible-kubernetes.d state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:14:12 managed-node2 python3.12[23276]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/ansible-kubernetes.d/bogus.yml follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Jul 10 17:14:12 managed-node2 python3.12[23396]: ansible-ansible.legacy.copy Invoked with dest=/etc/containers/ansible-kubernetes.d/bogus.yml owner=root group=0 mode=0644 src=/root/.ansible/tmp/ansible-tmp-1783718052.3210554-12397-45378068890242/.source.yml _original_basename=.xeo538s0 follow=False checksum=761582558b17bc57295ca927c1e894ff8d4f12fc backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:14:13 managed-node2 python3.12[23545]: ansible-containers.podman.podman_play Invoked with state=created kube_file=/etc/containers/ansible-kubernetes.d/bogus.yml executable=podman annotation=None kube_file_content=None authfile=None build=None cert_dir=None configmap=None context_dir=None seccomp_profile_root=None username=None password=NOT_LOGGING_PARAMETER log_driver=None log_opt=None network=None tls_verify=None debug=None quiet=None recreate=None userns=None log_level=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None Jul 10 17:14:13 managed-node2 podman[23552]: 2026-07-10 17:14:13.27128904 -0400 EDT m=+0.014545220 network create 096992e4a4a82ddf05c9f559c2bfff81b1bff0feaad46e7ed7372f3571ce1f43 (name=podman-default-kube-network, type=bridge) Jul 10 17:14:13 managed-node2 systemd[1]: Created slice machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice - cgroup machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice. ░░ Subject: A start job for unit machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice has finished successfully. ░░ ░░ The job identifier is 1932. Jul 10 17:14:13 managed-node2 podman[23552]: 2026-07-10 17:14:13.303403955 -0400 EDT m=+0.046660124 container create 0ed21562296b47560368b145f59b8da7f54b8180649678486cad764326dba5c2 (image=, name=fcab9e83a5d4-infra, pod_id=fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea) Jul 10 17:14:13 managed-node2 podman[23552]: 2026-07-10 17:14:13.307359942 -0400 EDT m=+0.050616112 pod create fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea (image=, name=bogus, app=test, io.containers.autoupdate=registry) Jul 10 17:14:13 managed-node2 podman[23552]: 2026-07-10 17:14:13.455275776 -0400 EDT m=+0.198532008 image pull-error quay.io/linux-system-roles/this_is_a_bogus_image:latest unable to copy from source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: initializing source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: reading manifest latest in quay.io/linux-system-roles/this_is_a_bogus_image: unauthorized: access to the requested resource is not authorized Jul 10 17:14:13 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:14:14 managed-node2 python3.12[23757]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:14:14 managed-node2 python3.12[23908]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:14:14 managed-node2 python3.12[23908]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:14-04:00 Jul 10 17:14:16 managed-node2 python3.12[24206]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:14:16 managed-node2 python3.12[24361]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 10 17:14:17 managed-node2 python3.12[24511]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:14:18 managed-node2 python3.12[24662]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:14:18 managed-node2 python3.12[24814]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:14:18 managed-node2 python3.12[24814]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:18-04:00 Jul 10 17:14:19 managed-node2 python3.12[24963]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:19 managed-node2 python3.12[25040]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:20 managed-node2 python3.12[25190]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Jul 10 17:14:21 managed-node2 python3.12[25341]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jul 10 17:14:21 managed-node2 python3.12[25492]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:14:22 managed-node2 python3.12[25642]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None Jul 10 17:14:23 managed-node2 python3.12[25791]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:14:23 managed-node2 python3.12[25791]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:23-04:00 Jul 10 17:14:23 managed-node2 python3.12[25940]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:14:24 managed-node2 python3.12[26092]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:14:24 managed-node2 python3.12[26092]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:24-04:00 Jul 10 17:14:24 managed-node2 python3.12[26241]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:25 managed-node2 python3.12[26318]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:26 managed-node2 python3.12[26468]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:26 managed-node2 python3.12[26545]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:27 managed-node2 python3.12[26695]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:27 managed-node2 python3.12[26772]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:28 managed-node2 python3.12[26922]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:29 managed-node2 python3.12[27100]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True Jul 10 17:14:30 managed-node2 python3.12[27249]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked Jul 10 17:14:33 managed-node2 python3.12[27398]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:14:33 managed-node2 python3.12[27398]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:33-04:00 Jul 10 17:14:33 managed-node2 python3.12[27547]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-escape --template podman-kube@.service /etc/containers/ansible-kubernetes.d/nopull.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:14:35 managed-node2 python3.12[27697]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:14:36 managed-node2 python3.12[27848]: ansible-systemd Invoked with name=podman-kube@-etc-containers-ansible\x2dkubernetes.d-nopull.yml.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None Jul 10 17:14:36 managed-node2 python3.12[27999]: ansible-stat Invoked with path=/etc/containers/ansible-kubernetes.d/nopull.yml follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:14:37 managed-node2 python3.12[28150]: ansible-containers.podman.podman_play Invoked with state=absent kube_file=/etc/containers/ansible-kubernetes.d/nopull.yml executable=podman annotation=None kube_file_content=None authfile=None build=None cert_dir=None configmap=None context_dir=None seccomp_profile_root=None username=None password=NOT_LOGGING_PARAMETER log_driver=None log_opt=None network=None tls_verify=None debug=None quiet=None recreate=None userns=None log_level=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None Jul 10 17:14:37 managed-node2 python3.12[28150]: ansible-containers.podman.podman_play version: 6.0.0, kube file /etc/containers/ansible-kubernetes.d/nopull.yml Jul 10 17:14:37 managed-node2 podman[28158]: 2026-07-10 17:14:37.060927413 -0400 EDT m=+0.019534438 pod stop 8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735 (image=, name=nopull, app=test, io.containers.autoupdate=registry) Jul 10 17:14:37 managed-node2 systemd[1]: Removed slice machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice - cgroup machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice. ░░ Subject: A stop job for unit machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice has finished. ░░ ░░ The job identifier is 1938 and the job result is done. Jul 10 17:14:37 managed-node2 podman[28158]: 2026-07-10 17:14:37.090343282 -0400 EDT m=+0.048950297 container remove b3931e681a766065d3a4c049f7825061ebc9c30f71dbf6a4fb7eb774613489d7 (image=quay.io/libpod/testimage:20210610, name=nopull-nopull, pod_id=8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735, io.buildah.version=1.21.0, io.containers.autoupdate=registry, app=test, created_at=2021-06-10T18:55:36Z, created_by=test/system/build-testimage) Jul 10 17:14:37 managed-node2 podman[28158]: 2026-07-10 17:14:37.109887589 -0400 EDT m=+0.068494604 container remove 0455d68a5d6baeb84465cf5b2000b1eb3c52b2884021417bcaaedf3dbd612603 (image=, name=8793a7c082a0-infra, pod_id=8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735) Jul 10 17:14:37 managed-node2 podman[28158]: 2026-07-10 17:14:37.116567724 -0400 EDT m=+0.075174744 pod remove 8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735 (image=, name=nopull, app=test, io.containers.autoupdate=registry) Jul 10 17:14:37 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:14:37 managed-node2 python3.12[28316]: ansible-ansible.legacy.command Invoked with _raw_params=podman kube down --force /etc/containers/ansible-kubernetes.d/nopull.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:14:37 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:14:37 managed-node2 python3.12[28472]: ansible-file Invoked with path=/etc/containers/ansible-kubernetes.d/nopull.yml state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:14:38 managed-node2 python3.12[28621]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune -f _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:14:38 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:14:38 managed-node2 python3.12[28777]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:14:38 managed-node2 python3.12[28777]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:38-04:00 Jul 10 17:14:39 managed-node2 python3.12[28975]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:14:39 managed-node2 python3.12[29126]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:14:39 managed-node2 python3.12[29126]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:39-04:00 Jul 10 17:14:41 managed-node2 python3.12[29424]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:14:41 managed-node2 python3.12[29579]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 10 17:14:42 managed-node2 python3.12[29729]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:14:43 managed-node2 python3.12[29880]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:14:44 managed-node2 python3.12[30032]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:14:44 managed-node2 python3.12[30032]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:44-04:00 Jul 10 17:14:44 managed-node2 python3.12[30181]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:45 managed-node2 python3.12[30258]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:46 managed-node2 python3.12[30408]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Jul 10 17:14:46 managed-node2 python3.12[30559]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jul 10 17:14:47 managed-node2 python3.12[30710]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:14:47 managed-node2 python3.12[30860]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None Jul 10 17:14:48 managed-node2 python3.12[31009]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:14:48 managed-node2 python3.12[31009]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:48-04:00 Jul 10 17:14:49 managed-node2 python3.12[31158]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:14:49 managed-node2 python3.12[31310]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:14:49 managed-node2 python3.12[31310]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:49-04:00 Jul 10 17:14:50 managed-node2 python3.12[31459]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:50 managed-node2 python3.12[31536]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:51 managed-node2 python3.12[31686]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:51 managed-node2 python3.12[31763]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:52 managed-node2 python3.12[31913]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:52 managed-node2 python3.12[31990]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:53 managed-node2 python3.12[32140]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:55 managed-node2 python3.12[32318]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True Jul 10 17:14:55 managed-node2 python3.12[32467]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked Jul 10 17:14:58 managed-node2 python3.12[32616]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:14:58 managed-node2 python3.12[32616]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:58-04:00 Jul 10 17:14:59 managed-node2 python3.12[32765]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-escape --template podman-kube@.service /etc/containers/ansible-kubernetes.d/bogus.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:00 managed-node2 python3.12[32915]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:15:01 managed-node2 python3.12[33066]: ansible-systemd Invoked with name=podman-kube@-etc-containers-ansible\x2dkubernetes.d-bogus.yml.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None Jul 10 17:15:02 managed-node2 python3.12[33217]: ansible-stat Invoked with path=/etc/containers/ansible-kubernetes.d/bogus.yml follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:15:02 managed-node2 python3.12[33368]: ansible-containers.podman.podman_play Invoked with state=absent kube_file=/etc/containers/ansible-kubernetes.d/bogus.yml executable=podman annotation=None kube_file_content=None authfile=None build=None cert_dir=None configmap=None context_dir=None seccomp_profile_root=None username=None password=NOT_LOGGING_PARAMETER log_driver=None log_opt=None network=None tls_verify=None debug=None quiet=None recreate=None userns=None log_level=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None Jul 10 17:15:02 managed-node2 python3.12[33368]: ansible-containers.podman.podman_play version: 6.0.0, kube file /etc/containers/ansible-kubernetes.d/bogus.yml Jul 10 17:15:02 managed-node2 podman[33376]: 2026-07-10 17:15:02.650405601 -0400 EDT m=+0.018388244 pod stop fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea (image=, name=bogus, app=test, io.containers.autoupdate=registry) Jul 10 17:15:02 managed-node2 systemd[1]: Removed slice machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice - cgroup machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice. ░░ Subject: A stop job for unit machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice has finished. ░░ ░░ The job identifier is 1940 and the job result is done. Jul 10 17:15:02 managed-node2 podman[33376]: 2026-07-10 17:15:02.680261094 -0400 EDT m=+0.048243724 container remove 0ed21562296b47560368b145f59b8da7f54b8180649678486cad764326dba5c2 (image=, name=fcab9e83a5d4-infra, pod_id=fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea) Jul 10 17:15:02 managed-node2 podman[33376]: 2026-07-10 17:15:02.687060865 -0400 EDT m=+0.055043498 pod remove fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea (image=, name=bogus, app=test, io.containers.autoupdate=registry) Jul 10 17:15:02 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:15:03 managed-node2 python3.12[33533]: ansible-ansible.legacy.command Invoked with _raw_params=podman kube down --force /etc/containers/ansible-kubernetes.d/bogus.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:03 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:15:03 managed-node2 python3.12[33689]: ansible-file Invoked with path=/etc/containers/ansible-kubernetes.d/bogus.yml state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:15:03 managed-node2 python3.12[33838]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune -f _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:03 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:15:04 managed-node2 python3.12[33994]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:15:04 managed-node2 python3.12[33994]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:04-04:00 Jul 10 17:15:05 managed-node2 python3.12[34192]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:15:05 managed-node2 python3.12[34343]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:15:05 managed-node2 python3.12[34343]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:05-04:00 Jul 10 17:15:07 managed-node2 python3.12[34641]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:07 managed-node2 python3.12[34796]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 10 17:15:08 managed-node2 python3.12[34946]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:15:09 managed-node2 python3.12[35097]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:15:10 managed-node2 python3.12[35249]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:15:10 managed-node2 python3.12[35249]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:10-04:00 Jul 10 17:15:11 managed-node2 python3.12[35398]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:15:11 managed-node2 python3.12[35475]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:15:12 managed-node2 python3.12[35625]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Jul 10 17:15:13 managed-node2 python3.12[35776]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jul 10 17:15:13 managed-node2 python3.12[35927]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:14 managed-node2 python3.12[36077]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None Jul 10 17:15:14 managed-node2 python3.12[36226]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:15:14 managed-node2 python3.12[36226]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:14-04:00 Jul 10 17:15:15 managed-node2 python3.12[36375]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:15:15 managed-node2 python3.12[36527]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:15:15 managed-node2 python3.12[36527]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:15-04:00 Jul 10 17:15:16 managed-node2 python3.12[36676]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:15:16 managed-node2 python3.12[36753]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:15:17 managed-node2 python3.12[36903]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:15:18 managed-node2 python3.12[36980]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:15:18 managed-node2 python3.12[37130]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:15:19 managed-node2 python3.12[37207]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:15:20 managed-node2 python3.12[37357]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:15:21 managed-node2 python3.12[37535]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True Jul 10 17:15:21 managed-node2 python3.12[37684]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked Jul 10 17:15:24 managed-node2 python3.12[37833]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:15:24 managed-node2 python3.12[37833]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:24-04:00 Jul 10 17:15:26 managed-node2 python3.12[38132]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-escape --template podman-kube@.service /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:27 managed-node2 python3.12[38432]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-escape --template podman-kube@.service /etc/containers/ansible-kubernetes.d/httpd2.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:27 managed-node2 python3.12[38582]: ansible-ansible.legacy.command Invoked with executable=/bin/bash _raw_params=set -uxo pipefail exec 1>&2 for file in /etc/containers/ansible-kubernetes.d/*; do if [ -f "$file" ]; then echo "File: $file" cat "$file" fi done _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None creates=None removes=None stdin=None Jul 10 17:15:28 managed-node2 python3.12[38733]: ansible-ansible.legacy.command Invoked with _raw_params=journalctl -ex _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Clean up storage.conf] *************************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:515 Friday 10 July 2026 17:15:28 -0400 (0:00:00.438) 0:02:49.390 *********** ok: [managed-node2] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:522 Friday 10 July 2026 17:15:28 -0400 (0:00:00.337) 0:02:49.727 *********** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_m7vus7yv_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:529 Friday 10 July 2026 17:15:29 -0400 (0:00:00.358) 0:02:50.086 *********** changed: [managed-node2 -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_aypk22wy.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=363 changed=24 unreachable=0 failed=1 skipped=529 rescued=2 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-07-10T21:14:13.506997+00:00Z", "host": "managed-node2", "message": "Output: \nError=Trying to pull quay.io/linux-system-roles/this_is_a_bogus_image:latest...\nError: unable to copy from source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: initializing source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: reading manifest latest in quay.io/linux-system-roles/this_is_a_bogus_image: unauthorized: access to the requested resource is not authorized\n", "start_time": "2026-07-10T21:14:12.913234+00:00Z", "task_name": "Update containers/pods", "task_path": "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73" }, { "ansible_version": "2.17.14", "end_time": "2026-07-10T21:15:27.572164+00:00Z", "host": "managed-node2", "message": "The conditional check '__kube_file_dest is not none' failed. The error was: An unhandled exception occurred while templating '{{ __kube_file_field if __kube_file_field and __kube_file_field is abs else __kube_path ~ '/' ~ __kube_file_field if __kube_file_field else __kube_path ~ '/' ~ __kube_primary.metadata.name ~ '.yml' if __kube_primary and __kube_primary.metadata.name is defined else none }}'. Error was a , original message: An unhandled exception occurred while templating '{{ __kube_yamls | selectattr('kind', 'defined') | selectattr('kind', 'match', __primary_types_pattern) | list | first | d(__kube_yamls | first | d(none)) }}'. Error was a , original message: An unhandled exception occurred while templating '{{ [__kube_content] if __kube_content is mapping else __kube_content if __kube_content is iterable and __kube_content is not string and __kube_content is not mapping else __kube_content | from_yaml_all | list if __kube_content is string and __kube_content | length > 0 else lookup('file', __kube_src) | from_yaml_all | list if __kube_src and __kube_src | length > 0 and __kube_src is exists else [] }}'. Error was a , original message: did not find expected \n in \"\", line 9, column 1\n\nThe error appears to be in '/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml': line 27, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n block:\n - name: Get kube service name using systemd-escape\n ^ here\n", "start_time": "2026-07-10T21:15:27.519023+00:00Z", "task_name": "Get kube service name using systemd-escape", "task_path": "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27" }, { "ansible_version": "2.17.14", "delta": "0:00:00.027778", "end_time": "2026-07-10 17:15:28.290896", "host": "managed-node2", "message": "", "rc": 0, "start_time": "2026-07-10 17:15:28.263118", "stdout": "Jul 10 17:10:16 localhost systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.\n\u2591\u2591 Subject: A start job for unit sys-kernel-tracing.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-kernel-tracing.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 220.\nJul 10 17:10:16 localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.\n\u2591\u2591 Subject: A start job for unit kmod-static-nodes.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit kmod-static-nodes.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 198.\nJul 10 17:10:16 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@configfs.service has successfully entered the 'dead' state.\nJul 10 17:10:16 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 166.\nJul 10 17:10:16 localhost systemd[1]: modprobe@dm_mod.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@dm_mod.service has successfully entered the 'dead' state.\nJul 10 17:10:16 localhost systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.\n\u2591\u2591 Subject: A start job for unit modprobe@dm_mod.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@dm_mod.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 208.\nJul 10 17:10:16 localhost systemd[1]: modprobe@drm.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@drm.service has successfully entered the 'dead' state.\nJul 10 17:10:16 localhost systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.\n\u2591\u2591 Subject: A start job for unit modprobe@drm.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@drm.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 303.\nJul 10 17:10:16 localhost systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@efi_pstore.service has successfully entered the 'dead' state.\nJul 10 17:10:16 localhost systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.\n\u2591\u2591 Subject: A start job for unit modprobe@efi_pstore.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@efi_pstore.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 197.\nJul 10 17:10:16 localhost systemd[1]: modprobe@loop.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@loop.service has successfully entered the 'dead' state.\nJul 10 17:10:16 localhost systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.\n\u2591\u2591 Subject: A start job for unit modprobe@loop.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@loop.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 207.\nJul 10 17:10:16 localhost systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line.\n\u2591\u2591 Subject: A start job for unit systemd-network-generator.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-network-generator.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 199.\nJul 10 17:10:16 localhost systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.\n\u2591\u2591 Subject: A start job for unit systemd-remount-fs.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-remount-fs.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 162.\nJul 10 17:10:16 localhost systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).\n\u2591\u2591 Subject: A start job for unit systemd-hwdb-update.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hwdb-update.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 204.\nJul 10 17:10:16 localhost systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage...\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 205.\nJul 10 17:10:16 localhost systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).\n\u2591\u2591 Subject: A start job for unit systemd-pstore.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-pstore.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 196.\nJul 10 17:10:16 localhost systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...\n\u2591\u2591 Subject: A start job for unit systemd-random-seed.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-random-seed.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 172.\nJul 10 17:10:16 localhost systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-repart.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-repart.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 206.\nJul 10 17:10:16 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev-early.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 201.\nJul 10 17:10:16 localhost systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\n\u2591\u2591 Subject: A start job for unit systemd-tpm2-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tpm2-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 150.\nJul 10 17:10:16 localhost systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.\n\u2591\u2591 Subject: A start job for unit systemd-random-seed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-random-seed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 172.\nJul 10 17:10:16 localhost systemd[1]: modprobe@fuse.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@fuse.service has successfully entered the 'dead' state.\nJul 10 17:10:16 localhost systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.\n\u2591\u2591 Subject: A start job for unit modprobe@fuse.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@fuse.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 214.\nJul 10 17:10:16 localhost kernel: fuse: init (API version 7.41)\nJul 10 17:10:16 localhost systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.\n\u2591\u2591 Subject: A start job for unit systemd-udev-load-credentials.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-load-credentials.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 179.\nJul 10 17:10:16 localhost systemd-journald[621]: Runtime Journal (/run/log/journal/ec2047bd1ad3b449101b4cd7ad734d48) is 8M, max 68.8M, 60.8M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/ec2047bd1ad3b449101b4cd7ad734d48) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 68.8M.\n\u2591\u2591 Leaving at least 34.4M free (of currently available 672.1M of disk space).\n\u2591\u2591 Enforced usage limit is thus 68.8M, of which 60.8M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nJul 10 17:10:16 localhost systemd-journald[621]: Received client request to flush runtime journal.\nJul 10 17:10:16 localhost systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage.\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 205.\nJul 10 17:10:16 localhost systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.\n\u2591\u2591 Subject: A start job for unit systemd-udev-trigger.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-trigger.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 216.\nJul 10 17:10:16 localhost systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.\n\u2591\u2591 Subject: A start job for unit systemd-sysctl.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysctl.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 222.\nJul 10 17:10:16 localhost systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...\n\u2591\u2591 Subject: A start job for unit sys-fs-fuse-connections.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-fs-fuse-connections.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 213.\nJul 10 17:10:16 localhost systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.\n\u2591\u2591 Subject: A start job for unit sys-fs-fuse-connections.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-fs-fuse-connections.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 213.\nJul 10 17:10:16 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 201.\nJul 10 17:10:16 localhost systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-sysusers.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysusers.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 189.\nJul 10 17:10:16 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 176.\nJul 10 17:10:16 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 176.\nJul 10 17:10:16 localhost systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 178.\nJul 10 17:10:16 localhost systemd-udevd[661]: Using default interface naming scheme 'rhel-10.0'.\nJul 10 17:10:16 localhost systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 178.\nJul 10 17:10:16 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 319.\nJul 10 17:10:16 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@configfs.service has successfully entered the 'dead' state.\nJul 10 17:10:16 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 319.\nJul 10 17:10:16 localhost systemd[1]: Condition check resulted in dev-ttyS0.device - /dev/ttyS0 being skipped.\n\u2591\u2591 Subject: A start job for unit dev-ttyS0.device has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dev-ttyS0.device has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 281.\nJul 10 17:10:17 localhost systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.\n\u2591\u2591 Subject: A start job for unit lvm2-monitor.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit lvm2-monitor.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 218.\nJul 10 17:10:17 localhost systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.\n\u2591\u2591 Subject: A start job for unit local-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit local-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 163.\nJul 10 17:10:17 localhost systemd[1]: Reached target local-fs.target - Local File Systems.\n\u2591\u2591 Subject: A start job for unit local-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit local-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 161.\nJul 10 17:10:17 localhost systemd[1]: Listening on systemd-bootctl.socket - Boot Entries Service Socket.\n\u2591\u2591 Subject: A start job for unit systemd-bootctl.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-bootctl.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 242.\nJul 10 17:10:17 localhost systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management.\n\u2591\u2591 Subject: A start job for unit systemd-sysext.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysext.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 249.\nJul 10 17:10:17 localhost systemd[1]: selinux-autorelabel-mark.service - Mark the need to relabel after reboot was skipped because of an unmet condition check (ConditionSecurity=!selinux).\n\u2591\u2591 Subject: A start job for unit selinux-autorelabel-mark.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit selinux-autorelabel-mark.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 192.\nJul 10 17:10:17 localhost systemd[1]: systemd-binfmt.service - Set Up Additional Binary Formats was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-binfmt.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-binfmt.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 190.\nJul 10 17:10:17 localhost systemd[1]: systemd-boot-random-seed.service - Update Boot Loader Random Seed was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-boot-random-seed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-boot-random-seed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 159.\nJul 10 17:10:17 localhost systemd[1]: systemd-confext.service - Merge System Configuration Images into /etc/ was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-confext.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-confext.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 186.\nJul 10 17:10:17 localhost systemd[1]: systemd-sysext.service - Merge System Extension Images into /usr/ and /opt/ was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-sysext.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysext.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 184.\nJul 10 17:10:17 localhost systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 215.\nJul 10 17:10:17 localhost kernel: parport_pc 00:03: reported by Plug and Play ACPI\nJul 10 17:10:17 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5\nJul 10 17:10:17 localhost nfsrahead[691]: skipping non-NFS device 259:0\nJul 10 17:10:17 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer\nJul 10 17:10:17 localhost kernel: ppdev: user-space parallel port driver\nJul 10 17:10:17 localhost kernel: piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 255\nJul 10 17:10:17 localhost kernel: i2c i2c-0: Failed! (ff)\nJul 10 17:10:17 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 326.\nJul 10 17:10:17 localhost systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 215.\nJul 10 17:10:17 localhost systemd[1]: Starting auditd.service - Security Audit Logging Service...\n\u2591\u2591 Subject: A start job for unit auditd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit auditd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 253.\nJul 10 17:10:17 localhost systemd[1]: ldconfig.service - Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit ldconfig.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit ldconfig.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 223.\nJul 10 17:10:17 localhost systemd[1]: systemd-journal-catalog-update.service - Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).\n\u2591\u2591 Subject: A start job for unit systemd-journal-catalog-update.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-catalog-update.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 202.\nJul 10 17:10:17 localhost systemd[1]: systemd-update-done.service - Update is Completed was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-update-done.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-done.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 156.\nJul 10 17:10:17 localhost (udev-worker)[669]: Network interface NamePolicy= disabled on kernel command line.\nJul 10 17:10:17 localhost auditd[708]: No plugins found, not dispatching events\nJul 10 17:10:17 localhost auditd[708]: Init complete, auditd 4.0.3 listening for events (startup state enable)\nJul 10 17:10:17 localhost systemd[1]: Started auditd.service - Security Audit Logging Service.\n\u2591\u2591 Subject: A start job for unit auditd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit auditd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 253.\nJul 10 17:10:17 localhost systemd[1]: Starting audit-rules.service - Load Audit Rules...\n\u2591\u2591 Subject: A start job for unit audit-rules.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit audit-rules.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 254.\nJul 10 17:10:17 localhost systemd[1]: Starting systemd-update-utmp.service - Record System Boot/Shutdown in UTMP...\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 268.\nJul 10 17:10:17 localhost systemd[1]: Finished systemd-update-utmp.service - Record System Boot/Shutdown in UTMP.\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 268.\nJul 10 17:10:18 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 326.\nJul 10 17:10:18 localhost systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).\n\u2591\u2591 Subject: A start job for unit systemd-firstboot.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-firstboot.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 157.\nJul 10 17:10:18 localhost systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).\n\u2591\u2591 Subject: A start job for unit first-boot-complete.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit first-boot-complete.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 158.\nJul 10 17:10:18 localhost systemd[1]: Reached target sysinit.target - System Initialization.\n\u2591\u2591 Subject: A start job for unit sysinit.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysinit.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 149.\nJul 10 17:10:18 localhost systemd[1]: Started dnf-makecache.timer - dnf makecache --timer.\n\u2591\u2591 Subject: A start job for unit dnf-makecache.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dnf-makecache.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 228.\nJul 10 17:10:18 localhost systemd[1]: Started fstrim.timer - Discard unused filesystem blocks once a week.\n\u2591\u2591 Subject: A start job for unit fstrim.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit fstrim.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 227.\nJul 10 17:10:18 localhost systemd[1]: Started logrotate.timer - Daily rotation of log files.\n\u2591\u2591 Subject: A start job for unit logrotate.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit logrotate.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 235.\nJul 10 17:10:18 localhost systemd[1]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-clean.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 226.\nJul 10 17:10:18 localhost systemd[1]: Reached target timers.target - Timer Units.\n\u2591\u2591 Subject: A start job for unit timers.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit timers.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 225.\nJul 10 17:10:18 localhost systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.\n\u2591\u2591 Subject: A start job for unit dbus.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 232.\nJul 10 17:10:18 localhost systemd[1]: Listening on sshd-unix-local.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).\n\u2591\u2591 Subject: A start job for unit sshd-unix-local.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-unix-local.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 243.\nJul 10 17:10:18 localhost systemd[1]: Listening on sshd-vsock.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_VSOCK).\n\u2591\u2591 Subject: A start job for unit sshd-vsock.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-vsock.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 240.\nJul 10 17:10:18 localhost systemd[1]: Reached target ssh-access.target - SSH Access Available.\n\u2591\u2591 Subject: A start job for unit ssh-access.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit ssh-access.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 241.\nJul 10 17:10:18 localhost systemd[1]: Listening on sssd-kcm.socket - SSSD Kerberos Cache Manager responder socket.\n\u2591\u2591 Subject: A start job for unit sssd-kcm.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sssd-kcm.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 252.\nJul 10 17:10:18 localhost systemd[1]: Listening on systemd-hostnamed.socket - Hostname Service Socket.\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 248.\nJul 10 17:10:18 localhost systemd[1]: Reached target sockets.target - Socket Units.\n\u2591\u2591 Subject: A start job for unit sockets.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sockets.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 239.\nJul 10 17:10:18 localhost systemd[1]: Starting dbus-broker.service - D-Bus System Message Bus...\n\u2591\u2591 Subject: A start job for unit dbus-broker.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus-broker.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 233.\nJul 10 17:10:18 localhost systemd[1]: rpmdb-migrate.service - RPM database migration to /usr was skipped because of an unmet condition check (ConditionPathExists=/var/lib/rpm/.migratedb).\n\u2591\u2591 Subject: A start job for unit rpmdb-migrate.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpmdb-migrate.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 236.\nJul 10 17:10:18 localhost systemd[1]: rpmdb-rebuild.service - RPM database rebuild was skipped because of an unmet condition check (ConditionPathExists=/usr/lib/sysimage/rpm/.rebuilddb).\n\u2591\u2591 Subject: A start job for unit rpmdb-rebuild.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpmdb-rebuild.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 237.\nJul 10 17:10:18 localhost systemd[1]: Starting systemd-machine-id-commit.service - Save Transient machine-id to Disk...\n\u2591\u2591 Subject: A start job for unit systemd-machine-id-commit.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-machine-id-commit.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 183.\nJul 10 17:10:18 localhost systemd[1]: systemd-pcrphase-sysinit.service - TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\n\u2591\u2591 Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-pcrphase-sysinit.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 212.\nJul 10 17:10:18 localhost augenrules[712]: /usr/sbin/augenrules: No change\nJul 10 17:10:18 localhost augenrules[734]: No rules\nJul 10 17:10:18 localhost augenrules[734]: enabled 1\nJul 10 17:10:18 localhost augenrules[734]: failure 1\nJul 10 17:10:18 localhost augenrules[734]: pid 708\nJul 10 17:10:18 localhost augenrules[734]: rate_limit 0\nJul 10 17:10:18 localhost augenrules[734]: backlog_limit 8192\nJul 10 17:10:18 localhost augenrules[734]: lost 0\nJul 10 17:10:18 localhost augenrules[734]: backlog 3\nJul 10 17:10:18 localhost augenrules[734]: backlog_wait_time 60000\nJul 10 17:10:18 localhost augenrules[734]: backlog_wait_time_actual 0\nJul 10 17:10:18 localhost augenrules[734]: enabled 1\nJul 10 17:10:18 localhost augenrules[734]: failure 1\nJul 10 17:10:18 localhost augenrules[734]: pid 708\nJul 10 17:10:18 localhost augenrules[734]: rate_limit 0\nJul 10 17:10:18 localhost augenrules[734]: backlog_limit 8192\nJul 10 17:10:18 localhost augenrules[734]: lost 0\nJul 10 17:10:18 localhost augenrules[734]: backlog 2\nJul 10 17:10:18 localhost augenrules[734]: backlog_wait_time 60000\nJul 10 17:10:18 localhost augenrules[734]: backlog_wait_time_actual 0\nJul 10 17:10:18 localhost augenrules[734]: enabled 1\nJul 10 17:10:18 localhost augenrules[734]: failure 1\nJul 10 17:10:18 localhost augenrules[734]: pid 708\nJul 10 17:10:18 localhost augenrules[734]: rate_limit 0\nJul 10 17:10:18 localhost augenrules[734]: backlog_limit 8192\nJul 10 17:10:18 localhost augenrules[734]: lost 0\nJul 10 17:10:18 localhost augenrules[734]: backlog 4\nJul 10 17:10:18 localhost augenrules[734]: backlog_wait_time 60000\nJul 10 17:10:18 localhost augenrules[734]: backlog_wait_time_actual 0\nJul 10 17:10:18 localhost systemd[1]: audit-rules.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit audit-rules.service has successfully entered the 'dead' state.\nJul 10 17:10:18 localhost systemd[1]: Finished audit-rules.service - Load Audit Rules.\n\u2591\u2591 Subject: A start job for unit audit-rules.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit audit-rules.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 254.\nJul 10 17:10:18 localhost systemd[1]: etc-machine\\x2did.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit etc-machine\\x2did.mount has successfully entered the 'dead' state.\nJul 10 17:10:18 localhost systemd[1]: Finished systemd-machine-id-commit.service - Save Transient machine-id to Disk.\n\u2591\u2591 Subject: A start job for unit systemd-machine-id-commit.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-machine-id-commit.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 183.\nJul 10 17:10:18 localhost systemd[1]: Started dbus-broker.service - D-Bus System Message Bus.\n\u2591\u2591 Subject: A start job for unit dbus-broker.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus-broker.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 233.\nJul 10 17:10:18 localhost dbus-broker-launch[725]: Ready\nJul 10 17:10:18 localhost systemd[1]: Reached target basic.target - Basic System.\n\u2591\u2591 Subject: A start job for unit basic.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit basic.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 146.\nJul 10 17:10:18 localhost systemd[1]: Starting chronyd.service - NTP client/server...\n\u2591\u2591 Subject: A start job for unit chronyd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit chronyd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 292.\nJul 10 17:10:18 localhost systemd[1]: Starting cloud-init-local.service - Cloud-init: Local Stage (pre-network)...\n\u2591\u2591 Subject: A start job for unit cloud-init-local.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init-local.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 300.\nJul 10 17:10:18 localhost systemd[1]: Starting dracut-shutdown.service - Restore /run/initramfs on shutdown...\n\u2591\u2591 Subject: A start job for unit dracut-shutdown.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-shutdown.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 217.\nJul 10 17:10:19 localhost systemd[1]: Started irqbalance.service - irqbalance daemon.\n\u2591\u2591 Subject: A start job for unit irqbalance.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit irqbalance.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 256.\nJul 10 17:10:19 localhost systemd[1]: Started rngd.service - Hardware RNG Entropy Gatherer Daemon.\n\u2591\u2591 Subject: A start job for unit rngd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rngd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 271.\nJul 10 17:10:19 localhost systemd[1]: ssh-host-keys-migration.service - Update OpenSSH host key permissions was skipped because of an unmet condition check (ConditionPathExists=!/var/lib/.ssh-host-keys-migration).\n\u2591\u2591 Subject: A start job for unit ssh-host-keys-migration.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit ssh-host-keys-migration.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 291.\nJul 10 17:10:19 localhost systemd[1]: sshd-keygen@ecdsa.service - OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@ecdsa.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 287.\nJul 10 17:10:19 localhost systemd[1]: sshd-keygen@ed25519.service - OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@ed25519.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 290.\nJul 10 17:10:19 localhost systemd[1]: sshd-keygen@rsa.service - OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@rsa.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@rsa.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 289.\nJul 10 17:10:19 localhost systemd[1]: Reached target sshd-keygen.target.\n\u2591\u2591 Subject: A start job for unit sshd-keygen.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 286.\nJul 10 17:10:19 localhost systemd[1]: sssd.service - System Security Services Daemon was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit sssd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sssd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 282.\nJul 10 17:10:19 localhost systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.\n\u2591\u2591 Subject: A start job for unit nss-user-lookup.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nss-user-lookup.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 283.\nJul 10 17:10:19 localhost systemd[1]: Starting systemd-logind.service - User Login Management...\n\u2591\u2591 Subject: A start job for unit systemd-logind.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-logind.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 302.\nJul 10 17:10:19 localhost systemd[1]: Finished dracut-shutdown.service - Restore /run/initramfs on shutdown.\n\u2591\u2591 Subject: A start job for unit dracut-shutdown.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-shutdown.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 217.\nJul 10 17:10:19 localhost systemd-logind[750]: Watching system buttons on /dev/input/event0 (Power Button)\nJul 10 17:10:19 localhost systemd-logind[750]: Watching system buttons on /dev/input/event1 (Sleep Button)\nJul 10 17:10:19 localhost systemd-logind[750]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)\nJul 10 17:10:19 localhost systemd-logind[750]: New seat seat0.\n\u2591\u2591 Subject: A new seat seat0 is now available\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new seat seat0 has been configured and is now available.\nJul 10 17:10:19 localhost systemd[1]: Started systemd-logind.service - User Login Management.\n\u2591\u2591 Subject: A start job for unit systemd-logind.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-logind.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 302.\nJul 10 17:10:19 localhost chronyd[744]: chronyd version 4.8 starting (+CMDMON +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +NTS +SECHASH +IPV6 +DEBUG)\nJul 10 17:10:19 localhost chronyd[744]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift\nJul 10 17:10:19 localhost chronyd[744]: Loaded seccomp filter (level 2)\nJul 10 17:10:19 localhost systemd[1]: Started chronyd.service - NTP client/server.\n\u2591\u2591 Subject: A start job for unit chronyd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit chronyd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 292.\nJul 10 17:10:20 localhost rngd[748]: Disabling 7: PKCS11 Entropy generator (pkcs11)\nJul 10 17:10:20 localhost rngd[748]: Disabling 5: NIST Network Entropy Beacon (nist)\nJul 10 17:10:20 localhost rngd[748]: Disabling 9: Qrypt quantum entropy beacon (qrypt)\nJul 10 17:10:20 localhost rngd[748]: Disabling 10: Named pipe entropy input (namedpipe)\nJul 10 17:10:20 localhost rngd[748]: Disabling 6: JITTER Entropy generator (jitter)\nJul 10 17:10:20 localhost rngd[748]: Disabling 11: Radiacode radiation detector entropy source (radiacode)\nJul 10 17:10:20 localhost rngd[748]: Disabling 8: RTLSDR software defined radio generator (rtlsdr)\nJul 10 17:10:20 localhost rngd[748]: Initializing available sources\nJul 10 17:10:20 localhost rngd[748]: [hwrng ]: Initialization Failed\nJul 10 17:10:20 localhost rngd[748]: [rdrand]: Enabling RDSEED rng support\nJul 10 17:10:20 localhost rngd[748]: [rdrand]: Initialized\nJul 10 17:10:20 localhost rngd[748]: Process privileges have been dropped to 2:2\nJul 10 17:10:23 localhost cloud-init[763]: Cloud-init v. 24.4-7.el10.1 running 'init-local' at Fri, 10 Jul 2026 21:10:23 +0000. Up 20.20 seconds.\nJul 10 17:10:23 localhost dhcpcd[766]: dhcpcd-10.0.6 starting\nJul 10 17:10:23 localhost kernel: 8021q: 802.1Q VLAN Support v1.8\nJul 10 17:10:23 localhost systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch.\n\u2591\u2591 Subject: A start job for unit systemd-rfkill.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-rfkill.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 329.\nJul 10 17:10:23 localhost kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database\nJul 10 17:10:23 localhost kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'\nJul 10 17:10:23 localhost kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'\nJul 10 17:10:23 localhost dhcpcd[769]: DUID 00:01:00:01:31:e4:1c:3f:02:d1:18:bc:2c:f9\nJul 10 17:10:23 localhost dhcpcd[769]: eth0: IAID 18:bc:2c:f9\nJul 10 17:10:24 localhost kernel: faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2\nJul 10 17:10:24 localhost kernel: cfg80211: failed to load regulatory.db\nJul 10 17:10:24 localhost dhcpcd[769]: eth0: soliciting a DHCP lease\nJul 10 17:10:24 localhost dhcpcd[769]: eth0: offered 10.31.46.91 from 10.31.44.1\nJul 10 17:10:24 localhost dhcpcd[769]: eth0: leased 10.31.46.91 for 3600 seconds\nJul 10 17:10:24 localhost dhcpcd[769]: eth0: adding route to 10.31.44.0/22\nJul 10 17:10:24 localhost dhcpcd[769]: eth0: adding default route via 10.31.44.1\nJul 10 17:10:24 localhost dhcpcd[769]: control command: dhcpcd --dumplease --ipv4only eth0\nJul 10 17:10:25 localhost systemd[1]: Starting systemd-hostnamed.service - Hostname Service...\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 338.\nJul 10 17:10:25 localhost systemd[1]: Started systemd-hostnamed.service - Hostname Service.\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 338.\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[791]: Hostname set to (static)\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init-local.service - Cloud-init: Local Stage (pre-network).\n\u2591\u2591 Subject: A start job for unit cloud-init-local.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init-local.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 300.\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network-pre.target - Preparation for Network.\n\u2591\u2591 Subject: A start job for unit network-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 200.\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager.service - Network Manager...\n\u2591\u2591 Subject: A start job for unit NetworkManager.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 231.\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7399] NetworkManager (version 1.56.1-1.el10) is starting... (boot:03ecfc4b-af28-4c8c-b243-5ac19c15fcdf)\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7401] Read config: /etc/NetworkManager/NetworkManager.conf, /run/NetworkManager/conf.d/15-carrier-timeout.conf, /etc/NetworkManager/conf.d/30-cloud-init-ip6-addr-gen-mode.conf\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7861] manager[0x5616b7661ae0]: monitoring kernel firmware directory '/lib/firmware'.\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7888] hostname: hostname: using hostnamed\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7888] hostname: static hostname changed from (none) to \"ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com\"\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7891] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto)\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7897] manager[0x5616b7661ae0]: rfkill: Wi-Fi hardware radio set enabled\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7897] manager[0x5616b7661ae0]: rfkill: WWAN hardware radio set enabled\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7936] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7936] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7937] manager: Networking is enabled by state file\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.7942] settings: Loaded settings plugin: keyfile (internal)\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 416.\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 416.\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9005] dhcp: init: Using DHCP client 'internal'\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9008] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9016] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9022] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9028] device (lo): Activation: starting connection 'lo' (d0ff9ffe-7592-436e-896d-f95b4cfe5812)\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9035] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9037] device (eth0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9063] bus-manager: acquired D-Bus service \"org.freedesktop.NetworkManager\"\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager.service - Network Manager.\n\u2591\u2591 Subject: A start job for unit NetworkManager.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 231.\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9080] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network.target - Network.\n\u2591\u2591 Subject: A start job for unit network.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 234.\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9082] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9093] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9095] device (eth0): carrier: link connected\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9097] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9102] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9105] policy: auto-activating connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c)\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-wait-online.service - Network Manager Wait Online...\n\u2591\u2591 Subject: A start job for unit NetworkManager-wait-online.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-wait-online.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 230.\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9161] device (eth0): Activation: starting connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c)\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9168] device (eth0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9171] manager: NetworkManager state is now CONNECTING\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9172] device (eth0): state change: prepare -> config (reason 'none', managed-type: 'full')\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9175] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9180] device (eth0): state change: config -> ip-config (reason 'none', managed-type: 'full')\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting gssproxy.service - GSSAPI Proxy Daemon...\n\u2591\u2591 Subject: A start job for unit gssproxy.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit gssproxy.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 261.\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9185] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds)\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9188] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9195] device (lo): Activation: successful, device activated.\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717825.9215] dhcp4 (eth0): state changed new lease, address=10.31.46.91, acd pending\nJul 10 17:10:25 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started gssproxy.service - GSSAPI Proxy Daemon.\n\u2591\u2591 Subject: A start job for unit gssproxy.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit gssproxy.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 261.\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: rpc-gssd.service - RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).\n\u2591\u2591 Subject: A start job for unit rpc-gssd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-gssd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 262.\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target nfs-client.target - NFS client services.\n\u2591\u2591 Subject: A start job for unit nfs-client.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nfs-client.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 258.\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs-pre.target - Preparation for Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 259.\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-cryptsetup.target - Remote Encrypted Volumes.\n\u2591\u2591 Subject: A start job for unit remote-cryptsetup.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-cryptsetup.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 284.\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs.target - Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 257.\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-pcrphase.service - TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\n\u2591\u2591 Subject: A start job for unit systemd-pcrphase.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-pcrphase.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 193.\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1056] dhcp4 (eth0): state changed new lease, address=10.31.46.91\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1070] policy: set 'cloud-init eth0' (eth0) as default for IPv4 routing and DNS\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1132] device (eth0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1161] device (eth0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1167] device (eth0): state change: secondaries -> activated (reason 'none', managed-type: 'full')\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1170] manager: NetworkManager state is now CONNECTED_SITE\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1173] device (eth0): Activation: successful, device activated.\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1178] manager: NetworkManager state is now CONNECTED_GLOBAL\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com NetworkManager[798]: [1783717826.1180] manager: startup complete\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished NetworkManager-wait-online.service - Network Manager Wait Online.\n\u2591\u2591 Subject: A start job for unit NetworkManager-wait-online.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-wait-online.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 230.\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-init.service - Cloud-init: Network Stage...\n\u2591\u2591 Subject: A start job for unit cloud-init.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 299.\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com chronyd[744]: Added source 10.11.160.238\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com chronyd[744]: Added source 10.18.100.10\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com chronyd[744]: Added source 10.2.32.37\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com chronyd[744]: Added source 10.2.32.38\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Cloud-init v. 24.4-7.el10.1 running 'init' at Fri, 10 Jul 2026 21:10:26 +0000. Up 23.40 seconds.\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | eth0 | True | 10.31.46.91 | 255.255.252.0 | global | 02:d1:18:bc:2c:f9 |\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | eth0 | True | fe80::d1:18ff:febc:2cf9/64 | . | link | 02:d1:18:bc:2c:f9 |\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | lo | True | ::1/128 | . | host | . |\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG |\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U |\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +-------+-------------+---------+-----------+-------+\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | Route | Destination | Gateway | Interface | Flags |\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +-------+-------------+---------+-----------+-------+\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | 0 | fe80::/64 | :: | eth0 | U |\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: | 2 | multicast | :: | eth0 | U |\nJul 10 17:10:26 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: ci-info: +-------+-------------+---------+-----------+-------+\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-userdbd.service - User Database Manager...\n\u2591\u2591 Subject: A start job for unit systemd-userdbd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-userdbd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 553.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started systemd-userdbd.service - User Database Manager.\n\u2591\u2591 Subject: A start job for unit systemd-userdbd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-userdbd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 553.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Generating public/private rsa key pair.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: The key fingerprint is:\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: SHA256:HVheaXhAUebjlcp/Z/WCnFB8M/3daMjuPKRj7KquR0o root@ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: The key's randomart image is:\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: +---[RSA 3072]----+\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | .==+. |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | +.=+ o |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . oo= * .|\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . * * ++|\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | S o * o =|\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | E . +.= o|\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . o . o= o =|\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . . =o. +.|\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | .+o..+..o. |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: +----[SHA256]-----+\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Generating public/private ecdsa key pair.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: The key fingerprint is:\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: SHA256:MwZrkqE3Vy5+BjMfFyQHj6CQupzqyRRiXH4KbQNuYrs root@ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: The key's randomart image is:\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: +---[ECDSA 256]---+\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | .. . o.o |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | .. . . * |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | o .o . o o |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: |+ =. o = . |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: |+Xo==.O S . |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: |Bo=.+* B = |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: |.o . . + |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: |+ o o |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: |.E |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: +----[SHA256]-----+\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Generating public/private ed25519 key pair.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: The key fingerprint is:\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: SHA256:gBUM8l7zyJUotBYXxz+8C0Uf36HLtN9xh7nSIXHMyZI root@ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: The key's randomart image is:\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: +--[ED25519 256]--+\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . +o=+. |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | + *.o... . . |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | * = o+ . B.o.|\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | o + * = EoB .|\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . o S. oo+oo |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . . .++.o|\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . . o.o=|\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . . o..|\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: | . |\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: +----[SHA256]-----+\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init.service - Cloud-init: Network Stage.\n\u2591\u2591 Subject: A start job for unit cloud-init.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 299.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-config.target - Cloud-config availability.\n\u2591\u2591 Subject: A start job for unit cloud-config.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 298.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network-online.target - Network is Online.\n\u2591\u2591 Subject: A start job for unit network-online.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network-online.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 229.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-config.service - Cloud-init: Config Stage...\n\u2591\u2591 Subject: A start job for unit cloud-config.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 297.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting kdump.service - Crash recovery kernel arming...\n\u2591\u2591 Subject: A start job for unit kdump.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit kdump.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 295.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting restraintd.service - The restraint harness....\n\u2591\u2591 Subject: A start job for unit restraintd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit restraintd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 269.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting rpc-statd-notify.service - Notify NFS peers of a restart...\n\u2591\u2591 Subject: A start job for unit rpc-statd-notify.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-statd-notify.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 266.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sm-notify[969]: Version 2.8.3 starting\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting rsyslog.service - System Logging Service...\n\u2591\u2591 Subject: A start job for unit rsyslog.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rsyslog.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 273.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - OpenSSH server daemon...\n\u2591\u2591 Subject: A start job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 285.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-user-sessions.service - Permit User Sessions...\n\u2591\u2591 Subject: A start job for unit systemd-user-sessions.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-user-sessions.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 255.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started restraintd.service - The restraint harness..\n\u2591\u2591 Subject: A start job for unit restraintd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit restraintd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 269.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started rpc-statd-notify.service - Notify NFS peers of a restart.\n\u2591\u2591 Subject: A start job for unit rpc-statd-notify.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-statd-notify.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 266.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd[973]: Server listening on 0.0.0.0 port 22.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd[973]: Server listening on :: port 22.\nJul 10 17:10:27 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - OpenSSH server daemon.\n\u2591\u2591 Subject: A start job for unit sshd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 285.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished systemd-user-sessions.service - Permit User Sessions.\n\u2591\u2591 Subject: A start job for unit systemd-user-sessions.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-user-sessions.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 255.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com rsyslogd[972]: [origin software=\"rsyslogd\" swVersion=\"8.2604.0-2.el10\" x-pid=\"972\" x-info=\"https://www.rsyslog.com\"] start\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com rsyslogd[972]: imjournal: journal files changed, reloading... [v8.2604.0-2.el10 try https://www.rsyslog.com/e/0 ]\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started crond.service - Command Scheduler.\n\u2591\u2591 Subject: A start job for unit crond.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit crond.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 272.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started getty@tty1.service - Getty on tty1.\n\u2591\u2591 Subject: A start job for unit getty@tty1.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit getty@tty1.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 275.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com crond[1035]: (CRON) STARTUP (1.7.0)\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com crond[1035]: (CRON) INFO (Syslog will be used instead of sendmail.)\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com crond[1035]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 17% if used.)\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com crond[1035]: (CRON) INFO (running with inotify support)\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1037]: Cloud-init v. 24.4-7.el10.1 running 'modules:config' at Fri, 10 Jul 2026 21:10:28 +0000. Up 25.16 seconds.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started serial-getty@ttyS0.service - Serial Getty on ttyS0.\n\u2591\u2591 Subject: A start job for unit serial-getty@ttyS0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit serial-getty@ttyS0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 279.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target getty.target - Login Prompts.\n\u2591\u2591 Subject: A start job for unit getty.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit getty.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 274.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started rsyslog.service - System Logging Service.\n\u2591\u2591 Subject: A start job for unit rsyslog.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rsyslog.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 273.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target multi-user.target - Multi-User System.\n\u2591\u2591 Subject: A start job for unit multi-user.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit multi-user.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 145.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP...\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp-runlevel.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp-runlevel.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 267.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP.\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp-runlevel.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp-runlevel.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 267.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd[973]: Received signal 15; terminating.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping sshd.service - OpenSSH server daemon...\n\u2591\u2591 Subject: A stop job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 558.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: sshd.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit sshd.service has successfully entered the 'dead' state.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped sshd.service - OpenSSH server daemon.\n\u2591\u2591 Subject: A stop job for unit sshd.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sshd.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 558 and the job result is done.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - OpenSSH server daemon...\n\u2591\u2591 Subject: A start job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 558.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd[1056]: Server listening on 0.0.0.0 port 22.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd[1056]: Server listening on :: port 22.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - OpenSSH server daemon.\n\u2591\u2591 Subject: A start job for unit sshd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 558.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-config.service - Cloud-init: Config Stage.\n\u2591\u2591 Subject: A start job for unit cloud-config.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 297.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-final.service - Cloud-init: Final Stage...\n\u2591\u2591 Subject: A start job for unit cloud-final.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-final.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 301.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com kdumpctl[985]: kdump: Detected change(s) in the following file(s): /etc/fstab\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com restraintd[976]: Listening on http://localhost:8081\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1502]: Cloud-init v. 24.4-7.el10.1 running 'modules:final' at Fri, 10 Jul 2026 21:10:28 +0000. Up 25.74 seconds.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1527]: #############################################################\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1530]: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1533]: 256 SHA256:MwZrkqE3Vy5+BjMfFyQHj6CQupzqyRRiXH4KbQNuYrs root@ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com (ECDSA)\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1536]: 256 SHA256:gBUM8l7zyJUotBYXxz+8C0Uf36HLtN9xh7nSIXHMyZI root@ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com (ED25519)\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1538]: 3072 SHA256:HVheaXhAUebjlcp/Z/WCnFB8M/3daMjuPKRj7KquR0o root@ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com (RSA)\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1539]: -----END SSH HOST KEY FINGERPRINTS-----\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1540]: #############################################################\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com cloud-init[1502]: Cloud-init v. 24.4-7.el10.1 finished at Fri, 10 Jul 2026 21:10:28 +0000. Datasource DataSourceEc2Local. Up 25.90 seconds\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-final.service - Cloud-init: Final Stage.\n\u2591\u2591 Subject: A start job for unit cloud-final.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-final.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 301.\nJul 10 17:10:28 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-init.target - Cloud-init target.\n\u2591\u2591 Subject: A start job for unit cloud-init.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 296.\nJul 10 17:10:31 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com kernel: block nvme0n1: the capability attribute has been deprecated.\nJul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com kdumpctl[985]: kdump: Detected change in block device driver, new loaded module: nvme\nJul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com kdumpctl[985]: kdump: Rebuilding /boot/initramfs-6.12.0-245.el10.x86_64kdump.img\nJul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com chronyd[744]: Selected source 10.2.32.38\nJul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[1865]: dracut-107-4.el10\nJul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[1868]: Executing: /usr/bin/dracut --list-modules\nJul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[1932]: dracut-107-4.el10\nJul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[1935]: Executing: /usr/bin/dracut --list-modules\nJul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2014]: dracut-107-4.el10\nJul 10 17:10:32 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --aggressive-strip --mount \"/dev/disk/by-uuid/f6fec858-aa39-4420-aaef-318685ed4a7d /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota\" --add squash-erofs --squash-compressor lzma --no-hostonly-default-device --add-confdir /lib/kdump/dracut.conf.d -f /boot/initramfs-6.12.0-245.el10.x86_64kdump.img 6.12.0-245.el10.x86_64\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'connman' will not be installed, because command 'connmand' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'connman' will not be installed, because command 'connmanctl' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'plymouth' will not be installed, because it's in the list to be omitted!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'multipath' will not be installed, because command 'multipath' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'hwdb' will not be installed, because it's in the list to be omitted!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'nvmf' will not be installed, because command 'nvme' could not be found!\nJul 10 17:10:33 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'resume' will not be installed, because it's in the list to be omitted!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'squash-squashfs' will not be installed, because command 'mksquashfs' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'squash-squashfs' will not be installed, because command 'unsquashfs' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'busybox' will not be installed, because command 'busybox' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'earlykdump' will not be installed, because it's in the list to be omitted!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'connman' will not be installed, because command 'connmand' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'connman' will not be installed, because command 'connmanctl' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'multipath' will not be installed, because command 'multipath' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'nvmf' will not be installed, because command 'nvme' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'squash-squashfs' will not be installed, because command 'mksquashfs' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'squash-squashfs' will not be installed, because command 'unsquashfs' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Module 'busybox' will not be installed, because command 'busybox' could not be found!\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: bash ***\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd ***\nJul 10 17:10:34 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: fips ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: fips-crypto-policies ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-ask-password ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-battery-check ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-initrd ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-journald ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-modules-load ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-pcrphase ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-sysctl ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-sysusers ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-tmpfiles ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: systemd-udevd ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: rngd ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: i18n ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: drm ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: prefixdevname ***\nJul 10 17:10:35 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: kernel-modules ***\nJul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.\nJul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: kernel-modules-extra ***\nJul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: kernel-modules-extra: configuration source \"/run/depmod.d\" does not exist\nJul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: kernel-modules-extra: configuration source \"/lib/depmod.d\" does not exist\nJul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: kernel-modules-extra: parsing configuration file \"/etc/depmod.d/dist.conf\"\nJul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: kernel-modules-extra: /etc/depmod.d/dist.conf: added \"updates extra built-in weak-updates\" to the list of search directories\nJul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: nvdimm ***\nJul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: tpm2-tss ***\nJul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: fstab-sys ***\nJul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: rootfs-block ***\nJul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: squash-erofs ***\nJul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: terminfo ***\nJul 10 17:10:36 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: udev-rules ***\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: dracut-systemd ***\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: usrmount ***\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: base ***\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: fs-lib ***\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: kdumpbase ***\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: memstrack ***\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: microcode_ctl-fw_dir_override ***\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl module: mangling fw_dir\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: reset fw_dir to \"/lib/firmware/updates /lib/firmware\"\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel\"...\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: intel: caveats check for kernel version \"6.12.0-245.el10.x86_64\" passed, adding \"/usr/share/microcode_ctl/ucode_with_caveats/intel\" to fw_dir variable\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01\"...\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: configuration \"intel-06-4f-01\" is ignored\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8f-08\"...\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: configuration \"intel-06-8f-08\" is ignored\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: microcode_ctl: final fw_dir: \"/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware\"\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: openssl ***\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: shell-interpreter ***\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: shutdown ***\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including module: squash-lib ***\nJul 10 17:10:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Including modules done ***\nJul 10 17:10:38 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Installing kernel module dependencies ***\nJul 10 17:10:38 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Installing kernel module dependencies done ***\nJul 10 17:10:38 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Resolving executable dependencies ***\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Resolving executable dependencies done ***\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Hardlinking files ***\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Mode: real\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Method: sha256\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Files: 577\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Linked: 24 files\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Compared: 0 xattrs\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Compared: 43 files\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Saved: 14.28 MiB\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Duration: 0.135299 seconds\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Hardlinking files done ***\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Generating early-microcode cpio image ***\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Constructing GenuineIntel.bin ***\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Constructing GenuineIntel.bin ***\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Store current command line parameters ***\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: Stored kernel commandline:\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: No dracut internal kernel commandline stored in the initramfs\nJul 10 17:10:39 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Squashing the files inside the initramfs ***\nJul 10 17:10:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Squashing the files inside the initramfs done ***\nJul 10 17:10:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Creating image file '/boot/initramfs-6.12.0-245.el10.x86_64kdump.img.tmp' ***\nJul 10 17:10:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Creating initramfs image file '/boot/initramfs-6.12.0-245.el10.x86_64kdump.img.tmp' done ***\nJul 10 17:10:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Moving image file '/boot/initramfs-6.12.0-245.el10.x86_64kdump.img.tmp' to '/boot/initramfs-6.12.0-245.el10.x86_64kdump.img' ***\nJul 10 17:10:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com dracut[2017]: *** Moving image file '/boot/initramfs-6.12.0-245.el10.x86_64kdump.img.tmp' to '/boot/initramfs-6.12.0-245.el10.x86_64kdump.img' done ***\nJul 10 17:10:55 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com kdumpctl[985]: kdump: kexec: loaded kdump kernel\nJul 10 17:10:55 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com kdumpctl[985]: kdump: Starting kdump: [OK]\nJul 10 17:10:55 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished kdump.service - Crash recovery kernel arming.\n\u2591\u2591 Subject: A start job for unit kdump.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit kdump.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 295.\nJul 10 17:10:55 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 2.082s (kernel) + 6.311s (initrd) + 44.041s (userspace) = 52.435s.\n\u2591\u2591 Subject: System start-up is now complete\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 All system services necessary queued for starting at boot have been\n\u2591\u2591 started. Note that this does not mean that the machine is now idle as services\n\u2591\u2591 might still be busy with completing start-up.\n\u2591\u2591 \n\u2591\u2591 Kernel start-up required 2082609 microseconds.\n\u2591\u2591 \n\u2591\u2591 Initrd start-up required 6311259 microseconds.\n\u2591\u2591 \n\u2591\u2591 Userspace start-up required 44041165 microseconds.\nJul 10 17:10:55 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-hostnamed.service has successfully entered the 'dead' state.\nJul 10 17:11:37 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com chronyd[744]: Selected source 142.248.192.33 (2.centos.pool.ntp.org)\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5417]: Accepted publickey for root from 10.30.33.122 port 56694 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: New session 1 of user root.\n\u2591\u2591 Subject: A new session 1 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 1 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 5417.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created slice user-0.slice - User Slice of UID 0.\n\u2591\u2591 Subject: A start job for unit user-0.slice has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-0.slice has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 560.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0...\n\u2591\u2591 Subject: A start job for unit user-runtime-dir@0.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-runtime-dir@0.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 559.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0.\n\u2591\u2591 Subject: A start job for unit user-runtime-dir@0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-runtime-dir@0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 559.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting user@0.service - User Manager for UID 0...\n\u2591\u2591 Subject: A start job for unit user@0.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user@0.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 639.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: New session 2 of user root.\n\u2591\u2591 Subject: A new session 2 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 2 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 5422.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com (systemd)[5422]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Queued start job for default target default.target.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Created slice app.slice - User Application Slice.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 5.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes was skipped because of an unmet condition check (ConditionUser=!@system).\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 9.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 10.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Reached target paths.target - Paths.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 11.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Reached target timers.target - Timers.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 8.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Starting dbus.socket - D-Bus User Message Bus Socket...\n\u2591\u2591 Subject: A start job for unit UNIT has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 4.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories...\n\u2591\u2591 Subject: A start job for unit UNIT has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 12.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 12.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Listening on dbus.socket - D-Bus User Message Bus Socket.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 4.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Reached target sockets.target - Sockets.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 3.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Reached target basic.target - Basic System.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 2.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Reached target default.target - Main User Target.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[5422]: Startup finished in 118ms.\n\u2591\u2591 Subject: User manager start-up is now complete\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The user manager instance for user 0 has been started. All services queued\n\u2591\u2591 for starting have been started. Note that other services might still be starting\n\u2591\u2591 up or be started at any later time.\n\u2591\u2591 \n\u2591\u2591 Startup of the manager took 118777 microseconds.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started user@0.service - User Manager for UID 0.\n\u2591\u2591 Subject: A start job for unit user@0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user@0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 639.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-1.scope - Session 1 of User root.\n\u2591\u2591 Subject: A start job for unit session-1.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-1.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 720.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5417]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5433]: Received disconnect from 10.30.33.122 port 56694:11: disconnected by user\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5433]: Disconnected from user root 10.30.33.122 port 56694\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5417]: pam_unix(sshd:session): session closed for user root\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit session-1.scope has successfully entered the 'dead' state.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: Session 1 logged out. Waiting for processes to exit.\nJul 10 17:11:45 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: Removed session 1.\n\u2591\u2591 Subject: Session 1 has been terminated\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A session with the ID 1 has been terminated.\nJul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5470]: Accepted publickey for root from 10.31.8.159 port 54912 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nJul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5471]: Accepted publickey for root from 10.31.8.159 port 54914 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nJul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: New session 3 of user root.\n\u2591\u2591 Subject: A new session 3 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 3 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 5470.\nJul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-3.scope - Session 3 of User root.\n\u2591\u2591 Subject: A start job for unit session-3.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-3.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 802.\nJul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: New session 4 of user root.\n\u2591\u2591 Subject: A new session 4 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 4 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 5471.\nJul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-4.scope - Session 4 of User root.\n\u2591\u2591 Subject: A start job for unit session-4.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-4.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 884.\nJul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5470]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nJul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5471]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nJul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5477]: Received disconnect from 10.31.8.159 port 54914:11: disconnected by user\nJul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5477]: Disconnected from user root 10.31.8.159 port 54914\nJul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sshd-session[5471]: pam_unix(sshd:session): session closed for user root\nJul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit session-4.scope has successfully entered the 'dead' state.\nJul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: Session 4 logged out. Waiting for processes to exit.\nJul 10 17:11:52 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd-logind[750]: Removed session 4.\n\u2591\u2591 Subject: Session 4 has been terminated\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A session with the ID 4 has been terminated.\nJul 10 17:11:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sudo[5974]: root : PWD=/root ; USER=root ; COMMAND=/bin/true\nJul 10 17:11:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sudo[5974]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)\nJul 10 17:11:54 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com sudo[5974]: pam_unix(sudo:session): session closed for user root\nJul 10 17:11:58 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com unknown: Running test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1) with reboot count 0 and test restart count 0. (Be aware the test name is sanitized!)\nJul 10 17:11:59 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-hostnamed.service - Hostname Service...\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 966.\nJul 10 17:11:59 ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started systemd-hostnamed.service - Hostname Service.\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 966.\nJul 10 17:11:59 managed-node2 systemd-hostnamed[8202]: Hostname set to (static)\nJul 10 17:11:59 managed-node2 NetworkManager[798]: [1783717919.9435] hostname: static hostname changed from \"ip-10-31-46-91.testing-farm.us-east-1.aws.redhat.com\" to \"managed-node2\"\nJul 10 17:11:59 managed-node2 systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1044.\nJul 10 17:11:59 managed-node2 systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1044.\nJul 10 17:11:59 managed-node2 irqbalance[747]: Cannot change IRQ 29 affinity: Permission denied\nJul 10 17:11:59 managed-node2 irqbalance[747]: IRQ 29 affinity is now unmanaged\nJul 10 17:12:01 managed-node2 unknown: Leaving test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1). (Be aware the test name is sanitized!)\nJul 10 17:12:09 managed-node2 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.\nJul 10 17:12:29 managed-node2 systemd[1]: systemd-hostnamed.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-hostnamed.service has successfully entered the 'dead' state.\nJul 10 17:12:36 managed-node2 sshd-session[8911]: Accepted publickey for root from 10.31.45.141 port 39298 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE\nJul 10 17:12:36 managed-node2 systemd-logind[750]: New session 5 of user root.\n\u2591\u2591 Subject: A new session 5 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 5 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 8911.\nJul 10 17:12:36 managed-node2 systemd[1]: Started session-5.scope - Session 5 of User root.\n\u2591\u2591 Subject: A start job for unit session-5.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-5.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1123.\nJul 10 17:12:36 managed-node2 sshd-session[8911]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nJul 10 17:12:36 managed-node2 sshd-session[8914]: Received disconnect from 10.31.45.141 port 39298:11: disconnected by user\nJul 10 17:12:36 managed-node2 sshd-session[8914]: Disconnected from user root 10.31.45.141 port 39298\nJul 10 17:12:36 managed-node2 sshd-session[8911]: pam_unix(sshd:session): session closed for user root\nJul 10 17:12:36 managed-node2 systemd[1]: session-5.scope: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit session-5.scope has successfully entered the 'dead' state.\nJul 10 17:12:36 managed-node2 systemd-logind[750]: Session 5 logged out. Waiting for processes to exit.\nJul 10 17:12:36 managed-node2 systemd-logind[750]: Removed session 5.\n\u2591\u2591 Subject: Session 5 has been terminated\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A session with the ID 5 has been terminated.\nJul 10 17:12:36 managed-node2 sshd-session[8939]: Accepted publickey for root from 10.31.45.141 port 39304 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE\nJul 10 17:12:36 managed-node2 systemd-logind[750]: New session 6 of user root.\n\u2591\u2591 Subject: A new session 6 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 6 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 8939.\nJul 10 17:12:36 managed-node2 systemd[1]: Started session-6.scope - Session 6 of User root.\n\u2591\u2591 Subject: A start job for unit session-6.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-6.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1205.\nJul 10 17:12:36 managed-node2 sshd-session[8939]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nJul 10 17:12:36 managed-node2 sshd-session[8942]: Received disconnect from 10.31.45.141 port 39304:11: disconnected by user\nJul 10 17:12:36 managed-node2 sshd-session[8942]: Disconnected from user root 10.31.45.141 port 39304\nJul 10 17:12:36 managed-node2 sshd-session[8939]: pam_unix(sshd:session): session closed for user root\nJul 10 17:12:36 managed-node2 systemd[1]: session-6.scope: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit session-6.scope has successfully entered the 'dead' state.\nJul 10 17:12:36 managed-node2 systemd-logind[750]: Session 6 logged out. Waiting for processes to exit.\nJul 10 17:12:36 managed-node2 systemd-logind[750]: Removed session 6.\n\u2591\u2591 Subject: Session 6 has been terminated\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A session with the ID 6 has been terminated.\nJul 10 17:12:39 managed-node2 sshd-session[8969]: Accepted publickey for root from 10.31.45.141 port 39310 ssh2: ECDSA SHA256:/ca53NQth/f0SGVEpYbn3aqGgKT95hjQGpTFVFfFyL0\nJul 10 17:12:39 managed-node2 systemd-logind[750]: New session 7 of user root.\n\u2591\u2591 Subject: A new session 7 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 7 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 8969.\nJul 10 17:12:39 managed-node2 systemd[1]: Started session-7.scope - Session 7 of User root.\n\u2591\u2591 Subject: A start job for unit session-7.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-7.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1287.\nJul 10 17:12:39 managed-node2 sshd-session[8969]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nJul 10 17:12:39 managed-node2 irqbalance[747]: Cannot change IRQ 28 affinity: Permission denied\nJul 10 17:12:39 managed-node2 irqbalance[747]: IRQ 28 affinity is now unmanaged\nJul 10 17:12:40 managed-node2 python3.12[9146]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:12:41 managed-node2 python3.12[9324]: ansible-tempfile Invoked with state=directory prefix=lsr_ suffix=_podman path=None\nJul 10 17:12:42 managed-node2 python3.12[9473]: ansible-file Invoked with path=/tmp/lsr_m7vus7yv_podman mode=0777 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False state=None _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJul 10 17:12:42 managed-node2 python3.12[9622]: ansible-user Invoked with name=podman_basic_user uid=3001 state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on managed-node2 update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None\nJul 10 17:12:42 managed-node2 useradd[9624]: new group: name=podman_basic_user, GID=3001\nJul 10 17:12:42 managed-node2 useradd[9624]: new user: name=podman_basic_user, UID=3001, GID=3001, home=/home/podman_basic_user, shell=/bin/bash, from=/dev/pts/0\nJul 10 17:12:44 managed-node2 python3.12[9773]: ansible-file Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd1 state=directory mode=0755 owner=podman_basic_user recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJul 10 17:12:44 managed-node2 python3.12[9922]: ansible-file Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd2 state=directory mode=0755 owner=root recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJul 10 17:12:45 managed-node2 python3.12[10071]: ansible-file Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd3 state=directory mode=0755 owner=root recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJul 10 17:12:45 managed-node2 python3.12[10220]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd1/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True\nJul 10 17:12:45 managed-node2 python3.12[10340]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_m7vus7yv_podman/httpd1/index.txt mode=0644 owner=podman_basic_user src=/root/.ansible/tmp/ansible-tmp-1783717965.093838-9764-67241112685305/.source.txt _original_basename=.s_ud9dzo follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJul 10 17:12:45 managed-node2 python3.12[10489]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd2/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True\nJul 10 17:12:46 managed-node2 python3.12[10609]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_m7vus7yv_podman/httpd2/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1783717965.6859484-9764-19510407089556/.source.txt _original_basename=.ywjd9uaf follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJul 10 17:12:46 managed-node2 python3.12[10758]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd3/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True\nJul 10 17:12:46 managed-node2 python3.12[10878]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_m7vus7yv_podman/httpd3/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1783717966.272573-9764-247571992199554/.source.txt _original_basename=.k1oiea68 follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJul 10 17:12:47 managed-node2 python3.12[11076]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:12:47 managed-node2 python3.12[11227]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10\nJul 10 17:12:47 managed-node2 python3.12[11227]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:12:47-04:00\nJul 10 17:12:48 managed-node2 python3.12[11376]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:12:48 managed-node2 python3.12[11525]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:12:48 managed-node2 python3.12[11674]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:12:50 managed-node2 sudo[11973]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lyuzmetdheyfqoxowyphilcfeyewrtos ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1783717970.0128076-9902-157656233172537/AnsiballZ_setup.py'\nJul 10 17:12:50 managed-node2 sudo[11973]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)\nJul 10 17:12:50 managed-node2 python3.12[11976]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:12:50 managed-node2 sudo[11973]: pam_unix(sudo:session): session closed for user root\nJul 10 17:12:50 managed-node2 sudo[12053]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zbppxqjbdqckwavaokfdpbwidxnacbhh ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1783717970.0128076-9902-157656233172537/AnsiballZ_dnf.py'\nJul 10 17:12:50 managed-node2 sudo[12053]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)\nJul 10 17:12:50 managed-node2 python3.12[12056]: ansible-ansible.legacy.dnf Invoked with name=['iptables-nft', 'podman', 'shadow-utils-subid'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:12:56 managed-node2 rpm[12056]: Transaction ID 6a516058 started\nJul 10 17:12:56 managed-node2 rpm[12056]: install: libgpg-error-1.50-2.el10.x86_64: success\nJul 10 17:12:57 managed-node2 setsebool[12114]: The virt_use_nfs policy boolean was changed to 1 by root\nJul 10 17:12:57 managed-node2 setsebool[12114]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root\nJul 10 17:13:03 managed-node2 kernel: SELinux: Converting 421 SID table entries...\nJul 10 17:13:03 managed-node2 kernel: SELinux: policy capability network_peer_controls=1\nJul 10 17:13:03 managed-node2 kernel: SELinux: policy capability open_perms=1\nJul 10 17:13:03 managed-node2 kernel: SELinux: policy capability extended_socket_class=1\nJul 10 17:13:03 managed-node2 kernel: SELinux: policy capability always_check_network=0\nJul 10 17:13:03 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1\nJul 10 17:13:03 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1\nJul 10 17:13:03 managed-node2 kernel: SELinux: policy capability genfs_seclabel_symlinks=1\nJul 10 17:13:03 managed-node2 kernel: SELinux: policy capability ioctl_skip_cloexec=0\nJul 10 17:13:03 managed-node2 kernel: SELinux: policy capability userspace_initial_context=0\nJul 10 17:13:04 managed-node2 rpm[12056]: install: container-selinux-4:2.249.0-1.el10.noarch: success\nJul 10 17:13:04 managed-node2 rpm[12056]: install: libassuan-2.5.6-6.el10.x86_64: success\nJul 10 17:13:04 managed-node2 rpm[12056]: install: protobuf-c-1.5.0-6.el10.x86_64: success\nJul 10 17:13:10 managed-node2 kernel: SELinux: Converting 422 SID table entries...\nJul 10 17:13:10 managed-node2 kernel: SELinux: policy capability network_peer_controls=1\nJul 10 17:13:10 managed-node2 kernel: SELinux: policy capability open_perms=1\nJul 10 17:13:10 managed-node2 kernel: SELinux: policy capability extended_socket_class=1\nJul 10 17:13:10 managed-node2 kernel: SELinux: policy capability always_check_network=0\nJul 10 17:13:10 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1\nJul 10 17:13:10 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1\nJul 10 17:13:10 managed-node2 kernel: SELinux: policy capability genfs_seclabel_symlinks=1\nJul 10 17:13:10 managed-node2 kernel: SELinux: policy capability ioctl_skip_cloexec=0\nJul 10 17:13:10 managed-node2 kernel: SELinux: policy capability userspace_initial_context=0\nJul 10 17:13:16 managed-node2 kernel: SELinux: Converting 422 SID table entries...\nJul 10 17:13:16 managed-node2 kernel: SELinux: policy capability network_peer_controls=1\nJul 10 17:13:16 managed-node2 kernel: SELinux: policy capability open_perms=1\nJul 10 17:13:16 managed-node2 kernel: SELinux: policy capability extended_socket_class=1\nJul 10 17:13:16 managed-node2 kernel: SELinux: policy capability always_check_network=0\nJul 10 17:13:16 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1\nJul 10 17:13:16 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1\nJul 10 17:13:16 managed-node2 kernel: SELinux: policy capability genfs_seclabel_symlinks=1\nJul 10 17:13:16 managed-node2 kernel: SELinux: policy capability ioctl_skip_cloexec=0\nJul 10 17:13:16 managed-node2 kernel: SELinux: policy capability userspace_initial_context=0\nJul 10 17:13:16 managed-node2 rpm[12056]: install: passt-selinux-0^20260611.ga9c61ff-1.el10.noarch: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: passt-0^20260611.ga9c61ff-1.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: libgcrypt-1.11.0-7.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: libksba-1.6.7-2.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: podman-sequoia-0.4.0~pqc.3-1.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: libnet-1.3-7.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: criu-4.2-6.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: criu-libs-4.2-6.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: crun-1.28-1.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: conmon-3:2.2.1-4.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: catatonit-5:0.2.1-4.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: aardvark-dns-2:2.0.0-1.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: netavark-2:2.0.0-1.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: containers-common-6:6.0-2.el10.noarch: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: containers-common-extra-6:6.0-2.el10.noarch: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: shadow-utils-subid-2:4.15.0-13.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: npth-1.6-21.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: gnupg2-2.4.5-5.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: gpgme-1.23.2-6.el10.x86_64: success\nJul 10 17:13:16 managed-node2 rpm[12056]: install: podman-7:6.0.0-1.el10.x86_64: success\nJul 10 17:13:19 managed-node2 systemd[1]: Started run-p12891-i12892.service - [systemd-run] /usr/bin/systemctl start man-db-cache-update.\n\u2591\u2591 Subject: A start job for unit run-p12891-i12892.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit run-p12891-i12892.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1369.\nJul 10 17:13:19 managed-node2 systemd[1]: Reload requested from client PID 12895 ('systemctl') (unit session-7.scope)...\nJul 10 17:13:19 managed-node2 systemd[1]: Reloading...\nJul 10 17:13:19 managed-node2 systemd-rc-local-generator[12951]: /etc/rc.d/rc.local is not marked executable, skipping.\nJul 10 17:13:19 managed-node2 systemd[1]: Reloading finished in 207 ms.\nJul 10 17:13:19 managed-node2 systemd[1]: Starting man-db-cache-update.service...\n\u2591\u2591 Subject: A start job for unit man-db-cache-update.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit man-db-cache-update.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1447.\nJul 10 17:13:19 managed-node2 systemd[1]: Queuing reload/restart jobs for marked units\u2026\nJul 10 17:13:19 managed-node2 systemd[1]: Reloading user@0.service - User Manager for UID 0...\n\u2591\u2591 Subject: A reload job for unit user@0.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A reload job for unit user@0.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1525.\nJul 10 17:13:19 managed-node2 systemd[5422]: Received SIGRTMIN+25 from PID 1 (systemd).\nJul 10 17:13:19 managed-node2 systemd[5422]: Reexecuting.\nJul 10 17:13:19 managed-node2 systemd[1]: Reloaded user@0.service - User Manager for UID 0.\n\u2591\u2591 Subject: A reload job for unit user@0.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A reload job for unit user@0.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1525 and the job result is done.\nJul 10 17:13:19 managed-node2 systemd[1]: Started run-p12979-i12980.service - [systemd-run] systemd-stdio-bridge \"-punix:path=\\${XDG_RUNTIME_DIR}/bus\".\n\u2591\u2591 Subject: A start job for unit run-p12979-i12980.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit run-p12979-i12980.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1526.\nJul 10 17:13:19 managed-node2 systemd[1]: Started session-8.scope - Session 8 of User root.\n\u2591\u2591 Subject: A start job for unit session-8.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-8.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1604.\nJul 10 17:13:19 managed-node2 (o-bridge)[12980]: pam_unix(login:session): session opened for user root(uid=0) by root(uid=0)\nJul 10 17:13:19 managed-node2 systemd[5422]: Created slice session.slice - User Core Session Slice.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 14.\nJul 10 17:13:19 managed-node2 systemd[5422]: Starting dbus-broker.service - D-Bus User Message Bus...\n\u2591\u2591 Subject: A start job for unit UNIT has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 13.\nJul 10 17:13:19 managed-node2 systemd[5422]: Started dbus-broker.service - D-Bus User Message Bus.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 13.\nJul 10 17:13:19 managed-node2 dbus-broker-launch[12983]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored\nJul 10 17:13:19 managed-node2 dbus-broker-launch[12983]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored\nJul 10 17:13:19 managed-node2 dbus-broker-launch[12983]: Ready\nJul 10 17:13:19 managed-node2 systemd[5422]: Queuing reload/restart jobs for marked units\u2026\nJul 10 17:13:19 managed-node2 systemd[1]: run-p12979-i12980.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit run-p12979-i12980.service has successfully entered the 'dead' state.\nJul 10 17:13:19 managed-node2 (sd-pam)[12982]: pam_unix(login:session): session closed for user root\nJul 10 17:13:19 managed-node2 systemd[1]: session-8.scope: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit session-8.scope has successfully entered the 'dead' state.\nJul 10 17:13:19 managed-node2 rpm[12056]: Transaction ID 6a516058 finished: 0\nJul 10 17:13:20 managed-node2 sudo[12053]: pam_unix(sudo:session): session closed for user root\nJul 10 17:13:20 managed-node2 python3.12[13398]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:13:21 managed-node2 python3.12[13558]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None\nJul 10 17:13:21 managed-node2 systemd[1]: man-db-cache-update.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit man-db-cache-update.service has successfully entered the 'dead' state.\nJul 10 17:13:21 managed-node2 systemd[1]: Finished man-db-cache-update.service.\n\u2591\u2591 Subject: A start job for unit man-db-cache-update.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit man-db-cache-update.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1447.\nJul 10 17:13:21 managed-node2 systemd[1]: run-p12891-i12892.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit run-p12891-i12892.service has successfully entered the 'dead' state.\nJul 10 17:13:21 managed-node2 python3.12[13712]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:13:22 managed-node2 python3.12[13863]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:13:23 managed-node2 python3.12[14015]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10\nJul 10 17:13:23 managed-node2 python3.12[14015]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:23-04:00\nJul 10 17:13:23 managed-node2 python3.12[14164]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:13:23 managed-node2 python3.12[14313]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:13:24 managed-node2 python3.12[14462]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:13:24 managed-node2 python3.12[14612]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:13:25 managed-node2 python3.12[14689]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:13:26 managed-node2 python3.12[14839]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None\nJul 10 17:13:27 managed-node2 python3.12[14990]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None\nJul 10 17:13:27 managed-node2 systemd[1]: Reload requested from client PID 14993 ('systemctl') (unit session-7.scope)...\nJul 10 17:13:27 managed-node2 systemd[1]: Reloading...\nJul 10 17:13:27 managed-node2 systemd-rc-local-generator[15040]: /etc/rc.d/rc.local is not marked executable, skipping.\nJul 10 17:13:27 managed-node2 systemd[1]: Reloading finished in 203 ms.\nJul 10 17:13:27 managed-node2 systemd[1]: Started firewalld.service - firewalld - dynamic firewall daemon.\n\u2591\u2591 Subject: A start job for unit firewalld.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit firewalld.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1686.\nJul 10 17:13:27 managed-node2 python3.12[15207]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:13:29 managed-node2 python3.12[15398]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None\nJul 10 17:13:30 managed-node2 python3.12[15547]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10\nJul 10 17:13:30 managed-node2 python3.12[15547]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:30-04:00\nJul 10 17:13:31 managed-node2 python3.12[15696]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:13:31 managed-node2 python3.12[15848]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10\nJul 10 17:13:31 managed-node2 python3.12[15848]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:31-04:00\nJul 10 17:13:32 managed-node2 python3.12[15997]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:13:32 managed-node2 python3.12[16146]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:13:33 managed-node2 python3.12[16295]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:13:33 managed-node2 python3.12[16372]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:13:34 managed-node2 python3.12[16522]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:13:34 managed-node2 python3.12[16599]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:13:35 managed-node2 python3.12[16749]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:13:35 managed-node2 python3.12[16826]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:13:36 managed-node2 rpm[16826]: Transaction ID 6a516080 started\nJul 10 17:13:36 managed-node2 dbus-broker-launch[725]: Noticed file-system modification, trigger reload.\n\u2591\u2591 Subject: A configuration directory was written to\n\u2591\u2591 Defined-By: dbus-broker\n\u2591\u2591 Support: https://groups.google.com/forum/#!forum/bus1-devel\n\u2591\u2591 \n\u2591\u2591 A write was detected to one of the directories containing D-Bus configuration\n\u2591\u2591 files, triggering a configuration reload.\n\u2591\u2591 \n\u2591\u2591 This functionality exists for backwards compatibility to pick up changes to\n\u2591\u2591 D-Bus configuration without an explicit reolad request. Typically when\n\u2591\u2591 installing or removing third-party software causes D-Bus configuration files\n\u2591\u2591 to be added or removed.\n\u2591\u2591 \n\u2591\u2591 It is worth noting that this may cause partial configuration to be loaded in\n\u2591\u2591 case dispatching this notification races with the writing of the configuration\n\u2591\u2591 files. However, a future notification will then cause the configuration to be\n\u2591\u2591 reladed again.\nJul 10 17:13:36 managed-node2 dbus-broker-launch[725]: Noticed file-system modification, trigger reload.\n\u2591\u2591 Subject: A configuration directory was written to\n\u2591\u2591 Defined-By: dbus-broker\n\u2591\u2591 Support: https://groups.google.com/forum/#!forum/bus1-devel\n\u2591\u2591 \n\u2591\u2591 A write was detected to one of the directories containing D-Bus configuration\n\u2591\u2591 files, triggering a configuration reload.\n\u2591\u2591 \n\u2591\u2591 This functionality exists for backwards compatibility to pick up changes to\n\u2591\u2591 D-Bus configuration without an explicit reolad request. Typically when\n\u2591\u2591 installing or removing third-party software causes D-Bus configuration files\n\u2591\u2591 to be added or removed.\n\u2591\u2591 \n\u2591\u2591 It is worth noting that this may cause partial configuration to be loaded in\n\u2591\u2591 case dispatching this notification races with the writing of the configuration\n\u2591\u2591 files. However, a future notification will then cause the configuration to be\n\u2591\u2591 reladed again.\nJul 10 17:13:36 managed-node2 rpm[16826]: install: policycoreutils-python-utils-3.10-3.el10.noarch: success\nJul 10 17:13:36 managed-node2 systemd[1]: Started run-p16832-i16833.service - [systemd-run] /usr/bin/systemctl start man-db-cache-update.\n\u2591\u2591 Subject: A start job for unit run-p16832-i16833.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit run-p16832-i16833.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1770.\nJul 10 17:13:36 managed-node2 rpm[16826]: Transaction ID 6a516080 finished: 0\nJul 10 17:13:36 managed-node2 systemd[1]: Starting man-db-cache-update.service...\n\u2591\u2591 Subject: A start job for unit man-db-cache-update.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit man-db-cache-update.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1848.\nJul 10 17:13:36 managed-node2 systemd[1]: man-db-cache-update.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit man-db-cache-update.service has successfully entered the 'dead' state.\nJul 10 17:13:36 managed-node2 systemd[1]: Finished man-db-cache-update.service.\n\u2591\u2591 Subject: A start job for unit man-db-cache-update.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit man-db-cache-update.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1848.\nJul 10 17:13:36 managed-node2 systemd[1]: run-p16832-i16833.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit run-p16832-i16833.service has successfully entered the 'dead' state.\nJul 10 17:13:37 managed-node2 python3.12[16988]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:13:37 managed-node2 python3.12[17170]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:13:39 managed-node2 python3.12[17320]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True\nJul 10 17:13:39 managed-node2 kernel: SELinux: Converting 500 SID table entries...\nJul 10 17:13:39 managed-node2 kernel: SELinux: policy capability network_peer_controls=1\nJul 10 17:13:39 managed-node2 kernel: SELinux: policy capability open_perms=1\nJul 10 17:13:39 managed-node2 kernel: SELinux: policy capability extended_socket_class=1\nJul 10 17:13:39 managed-node2 kernel: SELinux: policy capability always_check_network=0\nJul 10 17:13:39 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1\nJul 10 17:13:39 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1\nJul 10 17:13:39 managed-node2 kernel: SELinux: policy capability genfs_seclabel_symlinks=1\nJul 10 17:13:39 managed-node2 kernel: SELinux: policy capability ioctl_skip_cloexec=0\nJul 10 17:13:39 managed-node2 kernel: SELinux: policy capability userspace_initial_context=0\nJul 10 17:13:40 managed-node2 python3.12[17473]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked\nJul 10 17:13:42 managed-node2 python3.12[17622]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10\nJul 10 17:13:42 managed-node2 python3.12[17622]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:42-04:00\nJul 10 17:13:44 managed-node2 python3.12[17771]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:13:45 managed-node2 python3.12[17922]: ansible-stat Invoked with path=/etc/containers/ansible-kubernetes.d/nopull.yml follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:13:45 managed-node2 python3.12[18071]: ansible-file Invoked with path=/etc/containers/ansible-kubernetes.d state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None\nJul 10 17:13:46 managed-node2 python3.12[18220]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/ansible-kubernetes.d/nopull.yml follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True\nJul 10 17:13:46 managed-node2 python3.12[18340]: ansible-ansible.legacy.copy Invoked with dest=/etc/containers/ansible-kubernetes.d/nopull.yml owner=root group=0 mode=0644 src=/root/.ansible/tmp/ansible-tmp-1783718025.9904127-11202-147595413855522/.source.yml _original_basename=.85rvw__f follow=False checksum=4811b1d29c774e289cb599267b3a9ecfdefb464d backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None\nJul 10 17:13:47 managed-node2 python3.12[18489]: ansible-containers.podman.podman_play Invoked with state=created kube_file=/etc/containers/ansible-kubernetes.d/nopull.yml executable=podman annotation=None kube_file_content=None authfile=None build=None cert_dir=None configmap=None context_dir=None seccomp_profile_root=None username=None password=NOT_LOGGING_PARAMETER log_driver=None log_opt=None network=None tls_verify=None debug=None quiet=None recreate=None userns=None log_level=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None\nJul 10 17:13:47 managed-node2 kernel: evm: overlay not supported\nJul 10 17:13:47 managed-node2 systemd[1]: var-lib-containers-storage-overlay-metacopy\\x2dcheck1857727294-merged.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit var-lib-containers-storage-overlay-metacopy\\x2dcheck1857727294-merged.mount has successfully entered the 'dead' state.\nJul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.138419706 -0400 EDT m=+0.065216666 system refresh\nJul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.141681042 -0400 EDT m=+0.068478003 network create 096992e4a4a82ddf05c9f559c2bfff81b1bff0feaad46e7ed7372f3571ce1f43 (name=podman-default-kube-network, type=bridge)\nJul 10 17:13:47 managed-node2 systemd[1]: Created slice machine.slice - Slice /machine.\n\u2591\u2591 Subject: A start job for unit machine.slice has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit machine.slice has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1927.\nJul 10 17:13:47 managed-node2 systemd[1]: Created slice machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice - cgroup machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice.\n\u2591\u2591 Subject: A start job for unit machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1926.\nJul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.189025412 -0400 EDT m=+0.115822359 container create 0455d68a5d6baeb84465cf5b2000b1eb3c52b2884021417bcaaedf3dbd612603 (image=, name=8793a7c082a0-infra, pod_id=8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735)\nJul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.193133022 -0400 EDT m=+0.119929972 pod create 8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735 (image=, name=nopull, app=test, io.containers.autoupdate=registry)\nJul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.917512417 -0400 EDT m=+0.844309367 container create b3931e681a766065d3a4c049f7825061ebc9c30f71dbf6a4fb7eb774613489d7 (image=quay.io/libpod/testimage:20210610, name=nopull-nopull, pod_id=8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735, io.containers.autoupdate=registry, created_at=2021-06-10T18:55:36Z, created_by=test/system/build-testimage, io.buildah.version=1.21.0, app=test)\nJul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.896401005 -0400 EDT m=+0.823197971 image pull 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f quay.io/libpod/testimage:20210610\nJul 10 17:13:48 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.\nJul 10 17:13:48 managed-node2 python3.12[18674]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:podman ansible_version=2.17.14 CentOS-10\nJul 10 17:13:48 managed-node2 python3.12[18674]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:48-04:00\nJul 10 17:13:49 managed-node2 python3.12[18872]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:13:49 managed-node2 python3.12[19023]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10\nJul 10 17:13:49 managed-node2 python3.12[19023]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:49-04:00\nJul 10 17:13:51 managed-node2 python3.12[19321]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:13:51 managed-node2 python3.12[19476]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None\nJul 10 17:13:52 managed-node2 python3.12[19626]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:13:53 managed-node2 python3.12[19777]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:13:53 managed-node2 python3.12[19929]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10\nJul 10 17:13:53 managed-node2 python3.12[19929]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:53-04:00\nJul 10 17:13:54 managed-node2 python3.12[20078]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:13:55 managed-node2 python3.12[20155]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:13:56 managed-node2 python3.12[20305]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None\nJul 10 17:13:56 managed-node2 python3.12[20456]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None\nJul 10 17:13:56 managed-node2 python3.12[20607]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:13:57 managed-node2 python3.12[20757]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None\nJul 10 17:13:58 managed-node2 python3.12[20906]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10\nJul 10 17:13:58 managed-node2 python3.12[20906]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:58-04:00\nJul 10 17:13:59 managed-node2 python3.12[21055]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:13:59 managed-node2 python3.12[21207]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10\nJul 10 17:13:59 managed-node2 python3.12[21207]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:59-04:00\nJul 10 17:14:00 managed-node2 python3.12[21356]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:14:00 managed-node2 python3.12[21433]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:14:01 managed-node2 python3.12[21583]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:14:01 managed-node2 python3.12[21660]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:14:02 managed-node2 python3.12[21810]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:14:02 managed-node2 python3.12[21887]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:14:03 managed-node2 python3.12[22037]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:14:05 managed-node2 python3.12[22215]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True\nJul 10 17:14:05 managed-node2 python3.12[22364]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked\nJul 10 17:14:08 managed-node2 python3.12[22513]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10\nJul 10 17:14:08 managed-node2 python3.12[22513]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:08-04:00\nJul 10 17:14:10 managed-node2 python3.12[22662]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:14:11 managed-node2 python3.12[22813]: ansible-containers.podman.podman_image Invoked with name=quay.io/linux-system-roles/this_is_a_bogus_image:latest force=True tag=latest pull=True push=False state=present executable=podman build={'force_rm': False, 'format': 'oci', 'cache': True, 'rm': True, 'annotation': None, 'file': None, 'container_file': None, 'volume': None, 'extra_args': None, 'target': None} push_args={'ssh': None, 'compress': None, 'format': None, 'remove_signatures': None, 'sign_by': None, 'dest': None, 'extra_args': None, 'transport': None} arch=None platform=None pull_extra_args=None path=None validate_certs=None auth_file=None username=None password=NOT_LOGGING_PARAMETER ca_cert_dir=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None\nJul 10 17:14:11 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.\nJul 10 17:14:11 managed-node2 podman[22822]: 2026-07-10 17:14:11.49947903 -0400 EDT m=+0.158265824 image pull-error quay.io/linux-system-roles/this_is_a_bogus_image:latest unable to copy from source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: initializing source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: reading manifest latest in quay.io/linux-system-roles/this_is_a_bogus_image: unauthorized: access to the requested resource is not authorized\nJul 10 17:14:11 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.\nJul 10 17:14:11 managed-node2 python3.12[22978]: ansible-stat Invoked with path=/etc/containers/ansible-kubernetes.d/bogus.yml follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:14:12 managed-node2 python3.12[23127]: ansible-file Invoked with path=/etc/containers/ansible-kubernetes.d state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None\nJul 10 17:14:12 managed-node2 python3.12[23276]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/ansible-kubernetes.d/bogus.yml follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True\nJul 10 17:14:12 managed-node2 python3.12[23396]: ansible-ansible.legacy.copy Invoked with dest=/etc/containers/ansible-kubernetes.d/bogus.yml owner=root group=0 mode=0644 src=/root/.ansible/tmp/ansible-tmp-1783718052.3210554-12397-45378068890242/.source.yml _original_basename=.xeo538s0 follow=False checksum=761582558b17bc57295ca927c1e894ff8d4f12fc backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None\nJul 10 17:14:13 managed-node2 python3.12[23545]: ansible-containers.podman.podman_play Invoked with state=created kube_file=/etc/containers/ansible-kubernetes.d/bogus.yml executable=podman annotation=None kube_file_content=None authfile=None build=None cert_dir=None configmap=None context_dir=None seccomp_profile_root=None username=None password=NOT_LOGGING_PARAMETER log_driver=None log_opt=None network=None tls_verify=None debug=None quiet=None recreate=None userns=None log_level=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None\nJul 10 17:14:13 managed-node2 podman[23552]: 2026-07-10 17:14:13.27128904 -0400 EDT m=+0.014545220 network create 096992e4a4a82ddf05c9f559c2bfff81b1bff0feaad46e7ed7372f3571ce1f43 (name=podman-default-kube-network, type=bridge)\nJul 10 17:14:13 managed-node2 systemd[1]: Created slice machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice - cgroup machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice.\n\u2591\u2591 Subject: A start job for unit machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1932.\nJul 10 17:14:13 managed-node2 podman[23552]: 2026-07-10 17:14:13.303403955 -0400 EDT m=+0.046660124 container create 0ed21562296b47560368b145f59b8da7f54b8180649678486cad764326dba5c2 (image=, name=fcab9e83a5d4-infra, pod_id=fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea)\nJul 10 17:14:13 managed-node2 podman[23552]: 2026-07-10 17:14:13.307359942 -0400 EDT m=+0.050616112 pod create fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea (image=, name=bogus, app=test, io.containers.autoupdate=registry)\nJul 10 17:14:13 managed-node2 podman[23552]: 2026-07-10 17:14:13.455275776 -0400 EDT m=+0.198532008 image pull-error quay.io/linux-system-roles/this_is_a_bogus_image:latest unable to copy from source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: initializing source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: reading manifest latest in quay.io/linux-system-roles/this_is_a_bogus_image: unauthorized: access to the requested resource is not authorized\nJul 10 17:14:13 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.\nJul 10 17:14:14 managed-node2 python3.12[23757]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:14:14 managed-node2 python3.12[23908]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10\nJul 10 17:14:14 managed-node2 python3.12[23908]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:14-04:00\nJul 10 17:14:16 managed-node2 python3.12[24206]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:14:16 managed-node2 python3.12[24361]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None\nJul 10 17:14:17 managed-node2 python3.12[24511]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:14:18 managed-node2 python3.12[24662]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:14:18 managed-node2 python3.12[24814]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10\nJul 10 17:14:18 managed-node2 python3.12[24814]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:18-04:00\nJul 10 17:14:19 managed-node2 python3.12[24963]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:14:19 managed-node2 python3.12[25040]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:14:20 managed-node2 python3.12[25190]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None\nJul 10 17:14:21 managed-node2 python3.12[25341]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None\nJul 10 17:14:21 managed-node2 python3.12[25492]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:14:22 managed-node2 python3.12[25642]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None\nJul 10 17:14:23 managed-node2 python3.12[25791]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10\nJul 10 17:14:23 managed-node2 python3.12[25791]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:23-04:00\nJul 10 17:14:23 managed-node2 python3.12[25940]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:14:24 managed-node2 python3.12[26092]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10\nJul 10 17:14:24 managed-node2 python3.12[26092]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:24-04:00\nJul 10 17:14:24 managed-node2 python3.12[26241]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:14:25 managed-node2 python3.12[26318]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:14:26 managed-node2 python3.12[26468]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:14:26 managed-node2 python3.12[26545]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:14:27 managed-node2 python3.12[26695]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:14:27 managed-node2 python3.12[26772]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:14:28 managed-node2 python3.12[26922]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:14:29 managed-node2 python3.12[27100]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True\nJul 10 17:14:30 managed-node2 python3.12[27249]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked\nJul 10 17:14:33 managed-node2 python3.12[27398]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10\nJul 10 17:14:33 managed-node2 python3.12[27398]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:33-04:00\nJul 10 17:14:33 managed-node2 python3.12[27547]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-escape --template podman-kube@.service /etc/containers/ansible-kubernetes.d/nopull.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:14:35 managed-node2 python3.12[27697]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:14:36 managed-node2 python3.12[27848]: ansible-systemd Invoked with name=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None\nJul 10 17:14:36 managed-node2 python3.12[27999]: ansible-stat Invoked with path=/etc/containers/ansible-kubernetes.d/nopull.yml follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:14:37 managed-node2 python3.12[28150]: ansible-containers.podman.podman_play Invoked with state=absent kube_file=/etc/containers/ansible-kubernetes.d/nopull.yml executable=podman annotation=None kube_file_content=None authfile=None build=None cert_dir=None configmap=None context_dir=None seccomp_profile_root=None username=None password=NOT_LOGGING_PARAMETER log_driver=None log_opt=None network=None tls_verify=None debug=None quiet=None recreate=None userns=None log_level=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None\nJul 10 17:14:37 managed-node2 python3.12[28150]: ansible-containers.podman.podman_play version: 6.0.0, kube file /etc/containers/ansible-kubernetes.d/nopull.yml\nJul 10 17:14:37 managed-node2 podman[28158]: 2026-07-10 17:14:37.060927413 -0400 EDT m=+0.019534438 pod stop 8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735 (image=, name=nopull, app=test, io.containers.autoupdate=registry)\nJul 10 17:14:37 managed-node2 systemd[1]: Removed slice machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice - cgroup machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice.\n\u2591\u2591 Subject: A stop job for unit machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1938 and the job result is done.\nJul 10 17:14:37 managed-node2 podman[28158]: 2026-07-10 17:14:37.090343282 -0400 EDT m=+0.048950297 container remove b3931e681a766065d3a4c049f7825061ebc9c30f71dbf6a4fb7eb774613489d7 (image=quay.io/libpod/testimage:20210610, name=nopull-nopull, pod_id=8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735, io.buildah.version=1.21.0, io.containers.autoupdate=registry, app=test, created_at=2021-06-10T18:55:36Z, created_by=test/system/build-testimage)\nJul 10 17:14:37 managed-node2 podman[28158]: 2026-07-10 17:14:37.109887589 -0400 EDT m=+0.068494604 container remove 0455d68a5d6baeb84465cf5b2000b1eb3c52b2884021417bcaaedf3dbd612603 (image=, name=8793a7c082a0-infra, pod_id=8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735)\nJul 10 17:14:37 managed-node2 podman[28158]: 2026-07-10 17:14:37.116567724 -0400 EDT m=+0.075174744 pod remove 8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735 (image=, name=nopull, app=test, io.containers.autoupdate=registry)\nJul 10 17:14:37 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.\nJul 10 17:14:37 managed-node2 python3.12[28316]: ansible-ansible.legacy.command Invoked with _raw_params=podman kube down --force /etc/containers/ansible-kubernetes.d/nopull.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:14:37 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.\nJul 10 17:14:37 managed-node2 python3.12[28472]: ansible-file Invoked with path=/etc/containers/ansible-kubernetes.d/nopull.yml state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJul 10 17:14:38 managed-node2 python3.12[28621]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune -f _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:14:38 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.\nJul 10 17:14:38 managed-node2 python3.12[28777]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:podman ansible_version=2.17.14 CentOS-10\nJul 10 17:14:38 managed-node2 python3.12[28777]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:38-04:00\nJul 10 17:14:39 managed-node2 python3.12[28975]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:14:39 managed-node2 python3.12[29126]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10\nJul 10 17:14:39 managed-node2 python3.12[29126]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:39-04:00\nJul 10 17:14:41 managed-node2 python3.12[29424]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:14:41 managed-node2 python3.12[29579]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None\nJul 10 17:14:42 managed-node2 python3.12[29729]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:14:43 managed-node2 python3.12[29880]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:14:44 managed-node2 python3.12[30032]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10\nJul 10 17:14:44 managed-node2 python3.12[30032]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:44-04:00\nJul 10 17:14:44 managed-node2 python3.12[30181]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:14:45 managed-node2 python3.12[30258]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:14:46 managed-node2 python3.12[30408]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None\nJul 10 17:14:46 managed-node2 python3.12[30559]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None\nJul 10 17:14:47 managed-node2 python3.12[30710]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:14:47 managed-node2 python3.12[30860]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None\nJul 10 17:14:48 managed-node2 python3.12[31009]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10\nJul 10 17:14:48 managed-node2 python3.12[31009]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:48-04:00\nJul 10 17:14:49 managed-node2 python3.12[31158]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:14:49 managed-node2 python3.12[31310]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10\nJul 10 17:14:49 managed-node2 python3.12[31310]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:49-04:00\nJul 10 17:14:50 managed-node2 python3.12[31459]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:14:50 managed-node2 python3.12[31536]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:14:51 managed-node2 python3.12[31686]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:14:51 managed-node2 python3.12[31763]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:14:52 managed-node2 python3.12[31913]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:14:52 managed-node2 python3.12[31990]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:14:53 managed-node2 python3.12[32140]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:14:55 managed-node2 python3.12[32318]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True\nJul 10 17:14:55 managed-node2 python3.12[32467]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked\nJul 10 17:14:58 managed-node2 python3.12[32616]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10\nJul 10 17:14:58 managed-node2 python3.12[32616]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:58-04:00\nJul 10 17:14:59 managed-node2 python3.12[32765]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-escape --template podman-kube@.service /etc/containers/ansible-kubernetes.d/bogus.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:15:00 managed-node2 python3.12[32915]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:15:01 managed-node2 python3.12[33066]: ansible-systemd Invoked with name=podman-kube@-etc-containers-ansible\\x2dkubernetes.d-bogus.yml.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None\nJul 10 17:15:02 managed-node2 python3.12[33217]: ansible-stat Invoked with path=/etc/containers/ansible-kubernetes.d/bogus.yml follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:15:02 managed-node2 python3.12[33368]: ansible-containers.podman.podman_play Invoked with state=absent kube_file=/etc/containers/ansible-kubernetes.d/bogus.yml executable=podman annotation=None kube_file_content=None authfile=None build=None cert_dir=None configmap=None context_dir=None seccomp_profile_root=None username=None password=NOT_LOGGING_PARAMETER log_driver=None log_opt=None network=None tls_verify=None debug=None quiet=None recreate=None userns=None log_level=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None\nJul 10 17:15:02 managed-node2 python3.12[33368]: ansible-containers.podman.podman_play version: 6.0.0, kube file /etc/containers/ansible-kubernetes.d/bogus.yml\nJul 10 17:15:02 managed-node2 podman[33376]: 2026-07-10 17:15:02.650405601 -0400 EDT m=+0.018388244 pod stop fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea (image=, name=bogus, app=test, io.containers.autoupdate=registry)\nJul 10 17:15:02 managed-node2 systemd[1]: Removed slice machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice - cgroup machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice.\n\u2591\u2591 Subject: A stop job for unit machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1940 and the job result is done.\nJul 10 17:15:02 managed-node2 podman[33376]: 2026-07-10 17:15:02.680261094 -0400 EDT m=+0.048243724 container remove 0ed21562296b47560368b145f59b8da7f54b8180649678486cad764326dba5c2 (image=, name=fcab9e83a5d4-infra, pod_id=fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea)\nJul 10 17:15:02 managed-node2 podman[33376]: 2026-07-10 17:15:02.687060865 -0400 EDT m=+0.055043498 pod remove fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea (image=, name=bogus, app=test, io.containers.autoupdate=registry)\nJul 10 17:15:02 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.\nJul 10 17:15:03 managed-node2 python3.12[33533]: ansible-ansible.legacy.command Invoked with _raw_params=podman kube down --force /etc/containers/ansible-kubernetes.d/bogus.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:15:03 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.\nJul 10 17:15:03 managed-node2 python3.12[33689]: ansible-file Invoked with path=/etc/containers/ansible-kubernetes.d/bogus.yml state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJul 10 17:15:03 managed-node2 python3.12[33838]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune -f _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:15:03 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state.\nJul 10 17:15:04 managed-node2 python3.12[33994]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:podman ansible_version=2.17.14 CentOS-10\nJul 10 17:15:04 managed-node2 python3.12[33994]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:04-04:00\nJul 10 17:15:05 managed-node2 python3.12[34192]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:15:05 managed-node2 python3.12[34343]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10\nJul 10 17:15:05 managed-node2 python3.12[34343]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:05-04:00\nJul 10 17:15:07 managed-node2 python3.12[34641]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:15:07 managed-node2 python3.12[34796]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None\nJul 10 17:15:08 managed-node2 python3.12[34946]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJul 10 17:15:09 managed-node2 python3.12[35097]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:15:10 managed-node2 python3.12[35249]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10\nJul 10 17:15:10 managed-node2 python3.12[35249]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:10-04:00\nJul 10 17:15:11 managed-node2 python3.12[35398]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:15:11 managed-node2 python3.12[35475]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:15:12 managed-node2 python3.12[35625]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None\nJul 10 17:15:13 managed-node2 python3.12[35776]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None\nJul 10 17:15:13 managed-node2 python3.12[35927]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:15:14 managed-node2 python3.12[36077]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None\nJul 10 17:15:14 managed-node2 python3.12[36226]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10\nJul 10 17:15:14 managed-node2 python3.12[36226]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:14-04:00\nJul 10 17:15:15 managed-node2 python3.12[36375]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJul 10 17:15:15 managed-node2 python3.12[36527]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10\nJul 10 17:15:15 managed-node2 python3.12[36527]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:15-04:00\nJul 10 17:15:16 managed-node2 python3.12[36676]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:15:16 managed-node2 python3.12[36753]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:15:17 managed-node2 python3.12[36903]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:15:18 managed-node2 python3.12[36980]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:15:18 managed-node2 python3.12[37130]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:15:19 managed-node2 python3.12[37207]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nJul 10 17:15:20 managed-node2 python3.12[37357]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d\nJul 10 17:15:21 managed-node2 python3.12[37535]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True\nJul 10 17:15:21 managed-node2 python3.12[37684]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked\nJul 10 17:15:24 managed-node2 python3.12[37833]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10\nJul 10 17:15:24 managed-node2 python3.12[37833]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:24-04:00\nJul 10 17:15:26 managed-node2 python3.12[38132]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-escape --template podman-kube@.service /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:15:27 managed-node2 python3.12[38432]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-escape --template podman-kube@.service /etc/containers/ansible-kubernetes.d/httpd2.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nJul 10 17:15:27 managed-node2 python3.12[38582]: ansible-ansible.legacy.command Invoked with executable=/bin/bash _raw_params=set -uxo pipefail\n exec 1>&2\n for file in /etc/containers/ansible-kubernetes.d/*; do\n if [ -f \"$file\" ]; then\n echo \"File: $file\"\n cat \"$file\"\n fi\n done\n _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None creates=None removes=None stdin=None\nJul 10 17:15:28 managed-node2 python3.12[38733]: ansible-ansible.legacy.command Invoked with _raw_params=journalctl -ex _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None", "task_name": "Dump journal", "task_path": "/tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:506" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Friday 10 July 2026 17:15:29 -0400 (0:00:00.213) 0:02:50.299 *********** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 30.28s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.74s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.68s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.64s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.63s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.62s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Gathering Facts --------------------------------------------------------- 2.36s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Create data files ------------------------------------------------------- 1.78s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:238 fedora.linux_system_roles.firewall : Check if firewalld is responding to dbus requests --- 1.59s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.58s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 1.55s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 1.55s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 fedora.linux_system_roles.podman : Update containers/pods --------------- 1.40s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.25s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 1.18s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 1.17s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 1.16s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.16s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.16s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter --- 1.15s /tmp/collections-m1H/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Jul 10 17:12:39 managed-node2 sshd-session[8969]: Accepted publickey for root from 10.31.45.141 port 39310 ssh2: ECDSA SHA256:/ca53NQth/f0SGVEpYbn3aqGgKT95hjQGpTFVFfFyL0 Jul 10 17:12:39 managed-node2 systemd-logind[750]: New session 7 of user root. ░░ Subject: A new session 7 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 7 has been created for the user root. ░░ ░░ The leading process of the session is 8969. Jul 10 17:12:39 managed-node2 systemd[1]: Started session-7.scope - Session 7 of User root. ░░ Subject: A start job for unit session-7.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-7.scope has finished successfully. ░░ ░░ The job identifier is 1287. Jul 10 17:12:39 managed-node2 sshd-session[8969]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:12:39 managed-node2 irqbalance[747]: Cannot change IRQ 28 affinity: Permission denied Jul 10 17:12:39 managed-node2 irqbalance[747]: IRQ 28 affinity is now unmanaged Jul 10 17:12:40 managed-node2 python3.12[9146]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:12:41 managed-node2 python3.12[9324]: ansible-tempfile Invoked with state=directory prefix=lsr_ suffix=_podman path=None Jul 10 17:12:42 managed-node2 python3.12[9473]: ansible-file Invoked with path=/tmp/lsr_m7vus7yv_podman mode=0777 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False state=None _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:12:42 managed-node2 python3.12[9622]: ansible-user Invoked with name=podman_basic_user uid=3001 state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on managed-node2 update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Jul 10 17:12:42 managed-node2 useradd[9624]: new group: name=podman_basic_user, GID=3001 Jul 10 17:12:42 managed-node2 useradd[9624]: new user: name=podman_basic_user, UID=3001, GID=3001, home=/home/podman_basic_user, shell=/bin/bash, from=/dev/pts/0 Jul 10 17:12:44 managed-node2 python3.12[9773]: ansible-file Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd1 state=directory mode=0755 owner=podman_basic_user recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:12:44 managed-node2 python3.12[9922]: ansible-file Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd2 state=directory mode=0755 owner=root recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:12:45 managed-node2 python3.12[10071]: ansible-file Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd3 state=directory mode=0755 owner=root recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:12:45 managed-node2 python3.12[10220]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd1/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Jul 10 17:12:45 managed-node2 python3.12[10340]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_m7vus7yv_podman/httpd1/index.txt mode=0644 owner=podman_basic_user src=/root/.ansible/tmp/ansible-tmp-1783717965.093838-9764-67241112685305/.source.txt _original_basename=.s_ud9dzo follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:12:45 managed-node2 python3.12[10489]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd2/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Jul 10 17:12:46 managed-node2 python3.12[10609]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_m7vus7yv_podman/httpd2/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1783717965.6859484-9764-19510407089556/.source.txt _original_basename=.ywjd9uaf follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:12:46 managed-node2 python3.12[10758]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_m7vus7yv_podman/httpd3/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Jul 10 17:12:46 managed-node2 python3.12[10878]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_m7vus7yv_podman/httpd3/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1783717966.272573-9764-247571992199554/.source.txt _original_basename=.k1oiea68 follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:12:47 managed-node2 python3.12[11076]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:12:47 managed-node2 python3.12[11227]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:12:47 managed-node2 python3.12[11227]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:12:47-04:00 Jul 10 17:12:48 managed-node2 python3.12[11376]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:12:48 managed-node2 python3.12[11525]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:12:48 managed-node2 python3.12[11674]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:12:50 managed-node2 sudo[11973]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lyuzmetdheyfqoxowyphilcfeyewrtos ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1783717970.0128076-9902-157656233172537/AnsiballZ_setup.py' Jul 10 17:12:50 managed-node2 sudo[11973]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:12:50 managed-node2 python3.12[11976]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:12:50 managed-node2 sudo[11973]: pam_unix(sudo:session): session closed for user root Jul 10 17:12:50 managed-node2 sudo[12053]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zbppxqjbdqckwavaokfdpbwidxnacbhh ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1783717970.0128076-9902-157656233172537/AnsiballZ_dnf.py' Jul 10 17:12:50 managed-node2 sudo[12053]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:12:50 managed-node2 python3.12[12056]: ansible-ansible.legacy.dnf Invoked with name=['iptables-nft', 'podman', 'shadow-utils-subid'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:12:56 managed-node2 rpm[12056]: Transaction ID 6a516058 started Jul 10 17:12:56 managed-node2 rpm[12056]: install: libgpg-error-1.50-2.el10.x86_64: success Jul 10 17:12:57 managed-node2 setsebool[12114]: The virt_use_nfs policy boolean was changed to 1 by root Jul 10 17:12:57 managed-node2 setsebool[12114]: The virt_sandbox_use_all_caps policy boolean was changed to 1 by root Jul 10 17:13:03 managed-node2 kernel: SELinux: Converting 421 SID table entries... Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability network_peer_controls=1 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability open_perms=1 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability extended_socket_class=1 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability always_check_network=0 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability ioctl_skip_cloexec=0 Jul 10 17:13:03 managed-node2 kernel: SELinux: policy capability userspace_initial_context=0 Jul 10 17:13:04 managed-node2 rpm[12056]: install: container-selinux-4:2.249.0-1.el10.noarch: success Jul 10 17:13:04 managed-node2 rpm[12056]: install: libassuan-2.5.6-6.el10.x86_64: success Jul 10 17:13:04 managed-node2 rpm[12056]: install: protobuf-c-1.5.0-6.el10.x86_64: success Jul 10 17:13:10 managed-node2 kernel: SELinux: Converting 422 SID table entries... Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability network_peer_controls=1 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability open_perms=1 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability extended_socket_class=1 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability always_check_network=0 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability ioctl_skip_cloexec=0 Jul 10 17:13:10 managed-node2 kernel: SELinux: policy capability userspace_initial_context=0 Jul 10 17:13:16 managed-node2 kernel: SELinux: Converting 422 SID table entries... Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability network_peer_controls=1 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability open_perms=1 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability extended_socket_class=1 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability always_check_network=0 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability ioctl_skip_cloexec=0 Jul 10 17:13:16 managed-node2 kernel: SELinux: policy capability userspace_initial_context=0 Jul 10 17:13:16 managed-node2 rpm[12056]: install: passt-selinux-0^20260611.ga9c61ff-1.el10.noarch: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: passt-0^20260611.ga9c61ff-1.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: libgcrypt-1.11.0-7.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: libksba-1.6.7-2.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: podman-sequoia-0.4.0~pqc.3-1.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: libnet-1.3-7.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: criu-4.2-6.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: criu-libs-4.2-6.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: crun-1.28-1.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: conmon-3:2.2.1-4.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: catatonit-5:0.2.1-4.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: aardvark-dns-2:2.0.0-1.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: netavark-2:2.0.0-1.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: containers-common-6:6.0-2.el10.noarch: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: containers-common-extra-6:6.0-2.el10.noarch: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: shadow-utils-subid-2:4.15.0-13.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: npth-1.6-21.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: gnupg2-2.4.5-5.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: gpgme-1.23.2-6.el10.x86_64: success Jul 10 17:13:16 managed-node2 rpm[12056]: install: podman-7:6.0.0-1.el10.x86_64: success Jul 10 17:13:19 managed-node2 systemd[1]: Started run-p12891-i12892.service - [systemd-run] /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-p12891-i12892.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-p12891-i12892.service has finished successfully. ░░ ░░ The job identifier is 1369. Jul 10 17:13:19 managed-node2 systemd[1]: Reload requested from client PID 12895 ('systemctl') (unit session-7.scope)... Jul 10 17:13:19 managed-node2 systemd[1]: Reloading... Jul 10 17:13:19 managed-node2 systemd-rc-local-generator[12951]: /etc/rc.d/rc.local is not marked executable, skipping. Jul 10 17:13:19 managed-node2 systemd[1]: Reloading finished in 207 ms. Jul 10 17:13:19 managed-node2 systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1447. Jul 10 17:13:19 managed-node2 systemd[1]: Queuing reload/restart jobs for marked units… Jul 10 17:13:19 managed-node2 systemd[1]: Reloading user@0.service - User Manager for UID 0... ░░ Subject: A reload job for unit user@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A reload job for unit user@0.service has begun execution. ░░ ░░ The job identifier is 1525. Jul 10 17:13:19 managed-node2 systemd[5422]: Received SIGRTMIN+25 from PID 1 (systemd). Jul 10 17:13:19 managed-node2 systemd[5422]: Reexecuting. Jul 10 17:13:19 managed-node2 systemd[1]: Reloaded user@0.service - User Manager for UID 0. ░░ Subject: A reload job for unit user@0.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A reload job for unit user@0.service has finished. ░░ ░░ The job identifier is 1525 and the job result is done. Jul 10 17:13:19 managed-node2 systemd[1]: Started run-p12979-i12980.service - [systemd-run] systemd-stdio-bridge "-punix:path=\${XDG_RUNTIME_DIR}/bus". ░░ Subject: A start job for unit run-p12979-i12980.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-p12979-i12980.service has finished successfully. ░░ ░░ The job identifier is 1526. Jul 10 17:13:19 managed-node2 systemd[1]: Started session-8.scope - Session 8 of User root. ░░ Subject: A start job for unit session-8.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-8.scope has finished successfully. ░░ ░░ The job identifier is 1604. Jul 10 17:13:19 managed-node2 (o-bridge)[12980]: pam_unix(login:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:13:19 managed-node2 systemd[5422]: Created slice session.slice - User Core Session Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 14. Jul 10 17:13:19 managed-node2 systemd[5422]: Starting dbus-broker.service - D-Bus User Message Bus... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 13. Jul 10 17:13:19 managed-node2 systemd[5422]: Started dbus-broker.service - D-Bus User Message Bus. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 13. Jul 10 17:13:19 managed-node2 dbus-broker-launch[12983]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored Jul 10 17:13:19 managed-node2 dbus-broker-launch[12983]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored Jul 10 17:13:19 managed-node2 dbus-broker-launch[12983]: Ready Jul 10 17:13:19 managed-node2 systemd[5422]: Queuing reload/restart jobs for marked units… Jul 10 17:13:19 managed-node2 systemd[1]: run-p12979-i12980.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-p12979-i12980.service has successfully entered the 'dead' state. Jul 10 17:13:19 managed-node2 (sd-pam)[12982]: pam_unix(login:session): session closed for user root Jul 10 17:13:19 managed-node2 systemd[1]: session-8.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-8.scope has successfully entered the 'dead' state. Jul 10 17:13:19 managed-node2 rpm[12056]: Transaction ID 6a516058 finished: 0 Jul 10 17:13:20 managed-node2 sudo[12053]: pam_unix(sudo:session): session closed for user root Jul 10 17:13:20 managed-node2 python3.12[13398]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:13:21 managed-node2 python3.12[13558]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 10 17:13:21 managed-node2 systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Jul 10 17:13:21 managed-node2 systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1447. Jul 10 17:13:21 managed-node2 systemd[1]: run-p12891-i12892.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-p12891-i12892.service has successfully entered the 'dead' state. Jul 10 17:13:21 managed-node2 python3.12[13712]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:22 managed-node2 python3.12[13863]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:13:23 managed-node2 python3.12[14015]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:13:23 managed-node2 python3.12[14015]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:23-04:00 Jul 10 17:13:23 managed-node2 python3.12[14164]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:23 managed-node2 python3.12[14313]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:24 managed-node2 python3.12[14462]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:13:24 managed-node2 python3.12[14612]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:13:25 managed-node2 python3.12[14689]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:13:26 managed-node2 python3.12[14839]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Jul 10 17:13:27 managed-node2 python3.12[14990]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jul 10 17:13:27 managed-node2 systemd[1]: Reload requested from client PID 14993 ('systemctl') (unit session-7.scope)... Jul 10 17:13:27 managed-node2 systemd[1]: Reloading... Jul 10 17:13:27 managed-node2 systemd-rc-local-generator[15040]: /etc/rc.d/rc.local is not marked executable, skipping. Jul 10 17:13:27 managed-node2 systemd[1]: Reloading finished in 203 ms. Jul 10 17:13:27 managed-node2 systemd[1]: Started firewalld.service - firewalld - dynamic firewall daemon. ░░ Subject: A start job for unit firewalld.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit firewalld.service has finished successfully. ░░ ░░ The job identifier is 1686. Jul 10 17:13:27 managed-node2 python3.12[15207]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:13:29 managed-node2 python3.12[15398]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None Jul 10 17:13:30 managed-node2 python3.12[15547]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:13:30 managed-node2 python3.12[15547]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:30-04:00 Jul 10 17:13:31 managed-node2 python3.12[15696]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:13:31 managed-node2 python3.12[15848]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:13:31 managed-node2 python3.12[15848]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:31-04:00 Jul 10 17:13:32 managed-node2 python3.12[15997]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:32 managed-node2 python3.12[16146]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:33 managed-node2 python3.12[16295]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:13:33 managed-node2 python3.12[16372]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:13:34 managed-node2 python3.12[16522]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:13:34 managed-node2 python3.12[16599]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:13:35 managed-node2 python3.12[16749]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:13:35 managed-node2 python3.12[16826]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:13:36 managed-node2 rpm[16826]: Transaction ID 6a516080 started Jul 10 17:13:36 managed-node2 dbus-broker-launch[725]: Noticed file-system modification, trigger reload. ░░ Subject: A configuration directory was written to ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ A write was detected to one of the directories containing D-Bus configuration ░░ files, triggering a configuration reload. ░░ ░░ This functionality exists for backwards compatibility to pick up changes to ░░ D-Bus configuration without an explicit reolad request. Typically when ░░ installing or removing third-party software causes D-Bus configuration files ░░ to be added or removed. ░░ ░░ It is worth noting that this may cause partial configuration to be loaded in ░░ case dispatching this notification races with the writing of the configuration ░░ files. However, a future notification will then cause the configuration to be ░░ reladed again. Jul 10 17:13:36 managed-node2 dbus-broker-launch[725]: Noticed file-system modification, trigger reload. ░░ Subject: A configuration directory was written to ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ A write was detected to one of the directories containing D-Bus configuration ░░ files, triggering a configuration reload. ░░ ░░ This functionality exists for backwards compatibility to pick up changes to ░░ D-Bus configuration without an explicit reolad request. Typically when ░░ installing or removing third-party software causes D-Bus configuration files ░░ to be added or removed. ░░ ░░ It is worth noting that this may cause partial configuration to be loaded in ░░ case dispatching this notification races with the writing of the configuration ░░ files. However, a future notification will then cause the configuration to be ░░ reladed again. Jul 10 17:13:36 managed-node2 rpm[16826]: install: policycoreutils-python-utils-3.10-3.el10.noarch: success Jul 10 17:13:36 managed-node2 systemd[1]: Started run-p16832-i16833.service - [systemd-run] /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-p16832-i16833.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-p16832-i16833.service has finished successfully. ░░ ░░ The job identifier is 1770. Jul 10 17:13:36 managed-node2 rpm[16826]: Transaction ID 6a516080 finished: 0 Jul 10 17:13:36 managed-node2 systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1848. Jul 10 17:13:36 managed-node2 systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Jul 10 17:13:36 managed-node2 systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1848. Jul 10 17:13:36 managed-node2 systemd[1]: run-p16832-i16833.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-p16832-i16833.service has successfully entered the 'dead' state. Jul 10 17:13:37 managed-node2 python3.12[16988]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:13:37 managed-node2 python3.12[17170]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:13:39 managed-node2 python3.12[17320]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True Jul 10 17:13:39 managed-node2 kernel: SELinux: Converting 500 SID table entries... Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability network_peer_controls=1 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability open_perms=1 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability extended_socket_class=1 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability always_check_network=0 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability cgroup_seclabel=1 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability nnp_nosuid_transition=1 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability ioctl_skip_cloexec=0 Jul 10 17:13:39 managed-node2 kernel: SELinux: policy capability userspace_initial_context=0 Jul 10 17:13:40 managed-node2 python3.12[17473]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked Jul 10 17:13:42 managed-node2 python3.12[17622]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:13:42 managed-node2 python3.12[17622]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:42-04:00 Jul 10 17:13:44 managed-node2 python3.12[17771]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:45 managed-node2 python3.12[17922]: ansible-stat Invoked with path=/etc/containers/ansible-kubernetes.d/nopull.yml follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:45 managed-node2 python3.12[18071]: ansible-file Invoked with path=/etc/containers/ansible-kubernetes.d state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:13:46 managed-node2 python3.12[18220]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/ansible-kubernetes.d/nopull.yml follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Jul 10 17:13:46 managed-node2 python3.12[18340]: ansible-ansible.legacy.copy Invoked with dest=/etc/containers/ansible-kubernetes.d/nopull.yml owner=root group=0 mode=0644 src=/root/.ansible/tmp/ansible-tmp-1783718025.9904127-11202-147595413855522/.source.yml _original_basename=.85rvw__f follow=False checksum=4811b1d29c774e289cb599267b3a9ecfdefb464d backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:13:47 managed-node2 python3.12[18489]: ansible-containers.podman.podman_play Invoked with state=created kube_file=/etc/containers/ansible-kubernetes.d/nopull.yml executable=podman annotation=None kube_file_content=None authfile=None build=None cert_dir=None configmap=None context_dir=None seccomp_profile_root=None username=None password=NOT_LOGGING_PARAMETER log_driver=None log_opt=None network=None tls_verify=None debug=None quiet=None recreate=None userns=None log_level=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None Jul 10 17:13:47 managed-node2 kernel: evm: overlay not supported Jul 10 17:13:47 managed-node2 systemd[1]: var-lib-containers-storage-overlay-metacopy\x2dcheck1857727294-merged.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay-metacopy\x2dcheck1857727294-merged.mount has successfully entered the 'dead' state. Jul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.138419706 -0400 EDT m=+0.065216666 system refresh Jul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.141681042 -0400 EDT m=+0.068478003 network create 096992e4a4a82ddf05c9f559c2bfff81b1bff0feaad46e7ed7372f3571ce1f43 (name=podman-default-kube-network, type=bridge) Jul 10 17:13:47 managed-node2 systemd[1]: Created slice machine.slice - Slice /machine. ░░ Subject: A start job for unit machine.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit machine.slice has finished successfully. ░░ ░░ The job identifier is 1927. Jul 10 17:13:47 managed-node2 systemd[1]: Created slice machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice - cgroup machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice. ░░ Subject: A start job for unit machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice has finished successfully. ░░ ░░ The job identifier is 1926. Jul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.189025412 -0400 EDT m=+0.115822359 container create 0455d68a5d6baeb84465cf5b2000b1eb3c52b2884021417bcaaedf3dbd612603 (image=, name=8793a7c082a0-infra, pod_id=8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735) Jul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.193133022 -0400 EDT m=+0.119929972 pod create 8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735 (image=, name=nopull, app=test, io.containers.autoupdate=registry) Jul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.917512417 -0400 EDT m=+0.844309367 container create b3931e681a766065d3a4c049f7825061ebc9c30f71dbf6a4fb7eb774613489d7 (image=quay.io/libpod/testimage:20210610, name=nopull-nopull, pod_id=8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735, io.containers.autoupdate=registry, created_at=2021-06-10T18:55:36Z, created_by=test/system/build-testimage, io.buildah.version=1.21.0, app=test) Jul 10 17:13:47 managed-node2 podman[18496]: 2026-07-10 17:13:47.896401005 -0400 EDT m=+0.823197971 image pull 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f quay.io/libpod/testimage:20210610 Jul 10 17:13:48 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:13:48 managed-node2 python3.12[18674]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:13:48 managed-node2 python3.12[18674]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:48-04:00 Jul 10 17:13:49 managed-node2 python3.12[18872]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:13:49 managed-node2 python3.12[19023]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:13:49 managed-node2 python3.12[19023]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:49-04:00 Jul 10 17:13:51 managed-node2 python3.12[19321]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:13:51 managed-node2 python3.12[19476]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 10 17:13:52 managed-node2 python3.12[19626]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:13:53 managed-node2 python3.12[19777]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:13:53 managed-node2 python3.12[19929]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:13:53 managed-node2 python3.12[19929]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:53-04:00 Jul 10 17:13:54 managed-node2 python3.12[20078]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:13:55 managed-node2 python3.12[20155]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:13:56 managed-node2 python3.12[20305]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Jul 10 17:13:56 managed-node2 python3.12[20456]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jul 10 17:13:56 managed-node2 python3.12[20607]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:13:57 managed-node2 python3.12[20757]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None Jul 10 17:13:58 managed-node2 python3.12[20906]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:13:58 managed-node2 python3.12[20906]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:58-04:00 Jul 10 17:13:59 managed-node2 python3.12[21055]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:13:59 managed-node2 python3.12[21207]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:13:59 managed-node2 python3.12[21207]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:13:59-04:00 Jul 10 17:14:00 managed-node2 python3.12[21356]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:00 managed-node2 python3.12[21433]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:01 managed-node2 python3.12[21583]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:01 managed-node2 python3.12[21660]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:02 managed-node2 python3.12[21810]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:02 managed-node2 python3.12[21887]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:03 managed-node2 python3.12[22037]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:05 managed-node2 python3.12[22215]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True Jul 10 17:14:05 managed-node2 python3.12[22364]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked Jul 10 17:14:08 managed-node2 python3.12[22513]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:14:08 managed-node2 python3.12[22513]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:08-04:00 Jul 10 17:14:10 managed-node2 python3.12[22662]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:14:11 managed-node2 python3.12[22813]: ansible-containers.podman.podman_image Invoked with name=quay.io/linux-system-roles/this_is_a_bogus_image:latest force=True tag=latest pull=True push=False state=present executable=podman build={'force_rm': False, 'format': 'oci', 'cache': True, 'rm': True, 'annotation': None, 'file': None, 'container_file': None, 'volume': None, 'extra_args': None, 'target': None} push_args={'ssh': None, 'compress': None, 'format': None, 'remove_signatures': None, 'sign_by': None, 'dest': None, 'extra_args': None, 'transport': None} arch=None platform=None pull_extra_args=None path=None validate_certs=None auth_file=None username=None password=NOT_LOGGING_PARAMETER ca_cert_dir=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None Jul 10 17:14:11 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:14:11 managed-node2 podman[22822]: 2026-07-10 17:14:11.49947903 -0400 EDT m=+0.158265824 image pull-error quay.io/linux-system-roles/this_is_a_bogus_image:latest unable to copy from source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: initializing source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: reading manifest latest in quay.io/linux-system-roles/this_is_a_bogus_image: unauthorized: access to the requested resource is not authorized Jul 10 17:14:11 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:14:11 managed-node2 python3.12[22978]: ansible-stat Invoked with path=/etc/containers/ansible-kubernetes.d/bogus.yml follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:14:12 managed-node2 python3.12[23127]: ansible-file Invoked with path=/etc/containers/ansible-kubernetes.d state=directory owner=root group=0 mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:14:12 managed-node2 python3.12[23276]: ansible-ansible.legacy.stat Invoked with path=/etc/containers/ansible-kubernetes.d/bogus.yml follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Jul 10 17:14:12 managed-node2 python3.12[23396]: ansible-ansible.legacy.copy Invoked with dest=/etc/containers/ansible-kubernetes.d/bogus.yml owner=root group=0 mode=0644 src=/root/.ansible/tmp/ansible-tmp-1783718052.3210554-12397-45378068890242/.source.yml _original_basename=.xeo538s0 follow=False checksum=761582558b17bc57295ca927c1e894ff8d4f12fc backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:14:13 managed-node2 python3.12[23545]: ansible-containers.podman.podman_play Invoked with state=created kube_file=/etc/containers/ansible-kubernetes.d/bogus.yml executable=podman annotation=None kube_file_content=None authfile=None build=None cert_dir=None configmap=None context_dir=None seccomp_profile_root=None username=None password=NOT_LOGGING_PARAMETER log_driver=None log_opt=None network=None tls_verify=None debug=None quiet=None recreate=None userns=None log_level=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None Jul 10 17:14:13 managed-node2 podman[23552]: 2026-07-10 17:14:13.27128904 -0400 EDT m=+0.014545220 network create 096992e4a4a82ddf05c9f559c2bfff81b1bff0feaad46e7ed7372f3571ce1f43 (name=podman-default-kube-network, type=bridge) Jul 10 17:14:13 managed-node2 systemd[1]: Created slice machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice - cgroup machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice. ░░ Subject: A start job for unit machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice has finished successfully. ░░ ░░ The job identifier is 1932. Jul 10 17:14:13 managed-node2 podman[23552]: 2026-07-10 17:14:13.303403955 -0400 EDT m=+0.046660124 container create 0ed21562296b47560368b145f59b8da7f54b8180649678486cad764326dba5c2 (image=, name=fcab9e83a5d4-infra, pod_id=fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea) Jul 10 17:14:13 managed-node2 podman[23552]: 2026-07-10 17:14:13.307359942 -0400 EDT m=+0.050616112 pod create fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea (image=, name=bogus, app=test, io.containers.autoupdate=registry) Jul 10 17:14:13 managed-node2 podman[23552]: 2026-07-10 17:14:13.455275776 -0400 EDT m=+0.198532008 image pull-error quay.io/linux-system-roles/this_is_a_bogus_image:latest unable to copy from source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: initializing source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: reading manifest latest in quay.io/linux-system-roles/this_is_a_bogus_image: unauthorized: access to the requested resource is not authorized Jul 10 17:14:13 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:14:14 managed-node2 python3.12[23757]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:14:14 managed-node2 python3.12[23908]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:14:14 managed-node2 python3.12[23908]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:14-04:00 Jul 10 17:14:16 managed-node2 python3.12[24206]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:14:16 managed-node2 python3.12[24361]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 10 17:14:17 managed-node2 python3.12[24511]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:14:18 managed-node2 python3.12[24662]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:14:18 managed-node2 python3.12[24814]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:14:18 managed-node2 python3.12[24814]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:18-04:00 Jul 10 17:14:19 managed-node2 python3.12[24963]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:19 managed-node2 python3.12[25040]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:20 managed-node2 python3.12[25190]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Jul 10 17:14:21 managed-node2 python3.12[25341]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jul 10 17:14:21 managed-node2 python3.12[25492]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:14:22 managed-node2 python3.12[25642]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None Jul 10 17:14:23 managed-node2 python3.12[25791]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:14:23 managed-node2 python3.12[25791]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:23-04:00 Jul 10 17:14:23 managed-node2 python3.12[25940]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:14:24 managed-node2 python3.12[26092]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:14:24 managed-node2 python3.12[26092]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:24-04:00 Jul 10 17:14:24 managed-node2 python3.12[26241]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:25 managed-node2 python3.12[26318]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:26 managed-node2 python3.12[26468]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:26 managed-node2 python3.12[26545]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:27 managed-node2 python3.12[26695]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:27 managed-node2 python3.12[26772]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:28 managed-node2 python3.12[26922]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:29 managed-node2 python3.12[27100]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True Jul 10 17:14:30 managed-node2 python3.12[27249]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked Jul 10 17:14:33 managed-node2 python3.12[27398]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:14:33 managed-node2 python3.12[27398]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:33-04:00 Jul 10 17:14:33 managed-node2 python3.12[27547]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-escape --template podman-kube@.service /etc/containers/ansible-kubernetes.d/nopull.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:14:35 managed-node2 python3.12[27697]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:14:36 managed-node2 python3.12[27848]: ansible-systemd Invoked with name=podman-kube@-etc-containers-ansible\x2dkubernetes.d-nopull.yml.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None Jul 10 17:14:36 managed-node2 python3.12[27999]: ansible-stat Invoked with path=/etc/containers/ansible-kubernetes.d/nopull.yml follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:14:37 managed-node2 python3.12[28150]: ansible-containers.podman.podman_play Invoked with state=absent kube_file=/etc/containers/ansible-kubernetes.d/nopull.yml executable=podman annotation=None kube_file_content=None authfile=None build=None cert_dir=None configmap=None context_dir=None seccomp_profile_root=None username=None password=NOT_LOGGING_PARAMETER log_driver=None log_opt=None network=None tls_verify=None debug=None quiet=None recreate=None userns=None log_level=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None Jul 10 17:14:37 managed-node2 python3.12[28150]: ansible-containers.podman.podman_play version: 6.0.0, kube file /etc/containers/ansible-kubernetes.d/nopull.yml Jul 10 17:14:37 managed-node2 podman[28158]: 2026-07-10 17:14:37.060927413 -0400 EDT m=+0.019534438 pod stop 8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735 (image=, name=nopull, app=test, io.containers.autoupdate=registry) Jul 10 17:14:37 managed-node2 systemd[1]: Removed slice machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice - cgroup machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice. ░░ Subject: A stop job for unit machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit machine-libpod_pod_8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735.slice has finished. ░░ ░░ The job identifier is 1938 and the job result is done. Jul 10 17:14:37 managed-node2 podman[28158]: 2026-07-10 17:14:37.090343282 -0400 EDT m=+0.048950297 container remove b3931e681a766065d3a4c049f7825061ebc9c30f71dbf6a4fb7eb774613489d7 (image=quay.io/libpod/testimage:20210610, name=nopull-nopull, pod_id=8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735, io.buildah.version=1.21.0, io.containers.autoupdate=registry, app=test, created_at=2021-06-10T18:55:36Z, created_by=test/system/build-testimage) Jul 10 17:14:37 managed-node2 podman[28158]: 2026-07-10 17:14:37.109887589 -0400 EDT m=+0.068494604 container remove 0455d68a5d6baeb84465cf5b2000b1eb3c52b2884021417bcaaedf3dbd612603 (image=, name=8793a7c082a0-infra, pod_id=8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735) Jul 10 17:14:37 managed-node2 podman[28158]: 2026-07-10 17:14:37.116567724 -0400 EDT m=+0.075174744 pod remove 8793a7c082a0653dbae3f938c802c90d6dee1a4cfe34bccae074f7425e636735 (image=, name=nopull, app=test, io.containers.autoupdate=registry) Jul 10 17:14:37 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:14:37 managed-node2 python3.12[28316]: ansible-ansible.legacy.command Invoked with _raw_params=podman kube down --force /etc/containers/ansible-kubernetes.d/nopull.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:14:37 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:14:37 managed-node2 python3.12[28472]: ansible-file Invoked with path=/etc/containers/ansible-kubernetes.d/nopull.yml state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:14:38 managed-node2 python3.12[28621]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune -f _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:14:38 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:14:38 managed-node2 python3.12[28777]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:14:38 managed-node2 python3.12[28777]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:38-04:00 Jul 10 17:14:39 managed-node2 python3.12[28975]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:14:39 managed-node2 python3.12[29126]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:14:39 managed-node2 python3.12[29126]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:39-04:00 Jul 10 17:14:41 managed-node2 python3.12[29424]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:14:41 managed-node2 python3.12[29579]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 10 17:14:42 managed-node2 python3.12[29729]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:14:43 managed-node2 python3.12[29880]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:14:44 managed-node2 python3.12[30032]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:14:44 managed-node2 python3.12[30032]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:44-04:00 Jul 10 17:14:44 managed-node2 python3.12[30181]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:45 managed-node2 python3.12[30258]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:46 managed-node2 python3.12[30408]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Jul 10 17:14:46 managed-node2 python3.12[30559]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jul 10 17:14:47 managed-node2 python3.12[30710]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:14:47 managed-node2 python3.12[30860]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None Jul 10 17:14:48 managed-node2 python3.12[31009]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:14:48 managed-node2 python3.12[31009]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:48-04:00 Jul 10 17:14:49 managed-node2 python3.12[31158]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:14:49 managed-node2 python3.12[31310]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:14:49 managed-node2 python3.12[31310]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:49-04:00 Jul 10 17:14:50 managed-node2 python3.12[31459]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:50 managed-node2 python3.12[31536]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:51 managed-node2 python3.12[31686]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:51 managed-node2 python3.12[31763]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:52 managed-node2 python3.12[31913]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:52 managed-node2 python3.12[31990]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:14:53 managed-node2 python3.12[32140]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:14:55 managed-node2 python3.12[32318]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True Jul 10 17:14:55 managed-node2 python3.12[32467]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked Jul 10 17:14:58 managed-node2 python3.12[32616]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:14:58 managed-node2 python3.12[32616]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:14:58-04:00 Jul 10 17:14:59 managed-node2 python3.12[32765]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-escape --template podman-kube@.service /etc/containers/ansible-kubernetes.d/bogus.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:00 managed-node2 python3.12[32915]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:15:01 managed-node2 python3.12[33066]: ansible-systemd Invoked with name=podman-kube@-etc-containers-ansible\x2dkubernetes.d-bogus.yml.service scope=system state=stopped enabled=False daemon_reload=False daemon_reexec=False no_block=False force=None masked=None Jul 10 17:15:02 managed-node2 python3.12[33217]: ansible-stat Invoked with path=/etc/containers/ansible-kubernetes.d/bogus.yml follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:15:02 managed-node2 python3.12[33368]: ansible-containers.podman.podman_play Invoked with state=absent kube_file=/etc/containers/ansible-kubernetes.d/bogus.yml executable=podman annotation=None kube_file_content=None authfile=None build=None cert_dir=None configmap=None context_dir=None seccomp_profile_root=None username=None password=NOT_LOGGING_PARAMETER log_driver=None log_opt=None network=None tls_verify=None debug=None quiet=None recreate=None userns=None log_level=None quadlet_dir=None quadlet_filename=None quadlet_file_mode=None quadlet_options=None Jul 10 17:15:02 managed-node2 python3.12[33368]: ansible-containers.podman.podman_play version: 6.0.0, kube file /etc/containers/ansible-kubernetes.d/bogus.yml Jul 10 17:15:02 managed-node2 podman[33376]: 2026-07-10 17:15:02.650405601 -0400 EDT m=+0.018388244 pod stop fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea (image=, name=bogus, app=test, io.containers.autoupdate=registry) Jul 10 17:15:02 managed-node2 systemd[1]: Removed slice machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice - cgroup machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice. ░░ Subject: A stop job for unit machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit machine-libpod_pod_fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea.slice has finished. ░░ ░░ The job identifier is 1940 and the job result is done. Jul 10 17:15:02 managed-node2 podman[33376]: 2026-07-10 17:15:02.680261094 -0400 EDT m=+0.048243724 container remove 0ed21562296b47560368b145f59b8da7f54b8180649678486cad764326dba5c2 (image=, name=fcab9e83a5d4-infra, pod_id=fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea) Jul 10 17:15:02 managed-node2 podman[33376]: 2026-07-10 17:15:02.687060865 -0400 EDT m=+0.055043498 pod remove fcab9e83a5d46355890ad71c24f7cf57f72ec2cdb166a624d3c7e12de02a7bea (image=, name=bogus, app=test, io.containers.autoupdate=registry) Jul 10 17:15:02 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:15:03 managed-node2 python3.12[33533]: ansible-ansible.legacy.command Invoked with _raw_params=podman kube down --force /etc/containers/ansible-kubernetes.d/bogus.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:03 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:15:03 managed-node2 python3.12[33689]: ansible-file Invoked with path=/etc/containers/ansible-kubernetes.d/bogus.yml state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:15:03 managed-node2 python3.12[33838]: ansible-ansible.legacy.command Invoked with _raw_params=podman image prune -f _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:03 managed-node2 systemd[1]: var-lib-containers-storage-overlay.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit var-lib-containers-storage-overlay.mount has successfully entered the 'dead' state. Jul 10 17:15:04 managed-node2 python3.12[33994]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:15:04 managed-node2 python3.12[33994]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:04-04:00 Jul 10 17:15:05 managed-node2 python3.12[34192]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:15:05 managed-node2 python3.12[34343]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:podman ansible_version=2.17.14 CentOS-10 Jul 10 17:15:05 managed-node2 python3.12[34343]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:podman ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:05-04:00 Jul 10 17:15:07 managed-node2 python3.12[34641]: ansible-ansible.legacy.command Invoked with _raw_params=podman --version _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:07 managed-node2 python3.12[34796]: ansible-getent Invoked with database=passwd key=root fail_key=False service=None split=None Jul 10 17:15:08 managed-node2 python3.12[34946]: ansible-stat Invoked with path=/usr/bin/getsubids follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 10 17:15:09 managed-node2 python3.12[35097]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution_major_version', 'distribution', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:15:10 managed-node2 python3.12[35249]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:15:10 managed-node2 python3.12[35249]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:10-04:00 Jul 10 17:15:11 managed-node2 python3.12[35398]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:15:11 managed-node2 python3.12[35475]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:15:12 managed-node2 python3.12[35625]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Jul 10 17:15:13 managed-node2 python3.12[35776]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jul 10 17:15:13 managed-node2 python3.12[35927]: ansible-ansible.legacy.command Invoked with _raw_params=firewall-cmd --state _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:14 managed-node2 python3.12[36077]: ansible-fedora.linux_system_roles.firewall_lib Invoked with config_list=[{'port': ['15001-15003/tcp'], 'state': 'enabled', 'service': [], 'source_port': [], 'forward_port': [], 'rich_rule': [], 'source': [], 'interface': [], 'interface_pci_id': [], 'icmp_block': [], 'timeout': 0, 'ipset_entries': [], 'ipset_options': {}, 'protocol': [], 'helper_module': [], 'destination': [], 'includes': [], 'previous': 'kept', 'firewalld_conf': None, 'masquerade': None, 'icmp_block_inversion': None, 'target': None, 'zone': None, 'set_default_zone': None, 'ipset': None, 'ipset_type': None, 'permanent': None, 'runtime': None, 'description': None, 'short': None}] online=True __called_from_role=True service=[] port=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] ipset_options={} protocol=[] helper_module=[] destination=[] includes=[] previous=kept firewalld_conf=None masquerade=None icmp_block_inversion=None target=None zone=None set_default_zone=None ipset=None ipset_type=None permanent=None runtime=None state=None description=None short=None Jul 10 17:15:14 managed-node2 python3.12[36226]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:firewall ansible_version=2.17.14 CentOS-10 Jul 10 17:15:14 managed-node2 python3.12[36226]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:firewall ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:14-04:00 Jul 10 17:15:15 managed-node2 python3.12[36375]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'os_family', 'python_version', 'selinux'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 10 17:15:15 managed-node2 python3.12[36527]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=begin system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:15:15 managed-node2 python3.12[36527]: ansible-fedora.linux_system_roles.sr_fingerprint begin system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:15-04:00 Jul 10 17:15:16 managed-node2 python3.12[36676]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:15:16 managed-node2 python3.12[36753]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:15:17 managed-node2 python3.12[36903]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:15:18 managed-node2 python3.12[36980]: ansible-ansible.legacy.dnf Invoked with name=['grubby'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:15:18 managed-node2 python3.12[37130]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:15:19 managed-node2 python3.12[37207]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 10 17:15:20 managed-node2 python3.12[37357]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Jul 10 17:15:21 managed-node2 python3.12[37535]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['15001-15003'] proto=tcp setype=http_port_t state=present local=False ignore_selinux_state=False reload=True Jul 10 17:15:21 managed-node2 python3.12[37684]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked Jul 10 17:15:24 managed-node2 python3.12[37833]: ansible-fedora.linux_system_roles.sr_fingerprint Invoked with sr_message=success system_role:selinux ansible_version=2.17.14 CentOS-10 Jul 10 17:15:24 managed-node2 python3.12[37833]: ansible-fedora.linux_system_roles.sr_fingerprint success system_role:selinux ansible_version=2.17.14 CentOS-10 2026-07-10T17:15:24-04:00 Jul 10 17:15:26 managed-node2 python3.12[38132]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-escape --template podman-kube@.service /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:27 managed-node2 python3.12[38432]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-escape --template podman-kube@.service /etc/containers/ansible-kubernetes.d/httpd2.yml _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:27 managed-node2 python3.12[38582]: ansible-ansible.legacy.command Invoked with executable=/bin/bash _raw_params=set -uxo pipefail exec 1>&2 for file in /etc/containers/ansible-kubernetes.d/*; do if [ -f "$file" ]; then echo "File: $file" cat "$file" fi done _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None creates=None removes=None stdin=None Jul 10 17:15:28 managed-node2 python3.12[38733]: ansible-ansible.legacy.command Invoked with _raw_params=journalctl -ex _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 10 17:15:28 managed-node2 python3.12[38883]: ansible-file Invoked with path=/etc/containers/storage.conf state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:15:28 managed-node2 python3.12[39032]: ansible-file Invoked with path=/tmp/lsr_m7vus7yv_podman state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jul 10 17:15:29 managed-node2 sshd-session[39057]: Accepted publickey for root from 10.31.45.141 port 34094 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jul 10 17:15:29 managed-node2 systemd-logind[750]: New session 9 of user root. ░░ Subject: A new session 9 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 9 has been created for the user root. ░░ ░░ The leading process of the session is 39057. Jul 10 17:15:29 managed-node2 systemd[1]: Started session-9.scope - Session 9 of User root. ░░ Subject: A start job for unit session-9.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-9.scope has finished successfully. ░░ ░░ The job identifier is 1942. Jul 10 17:15:29 managed-node2 sshd-session[39057]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jul 10 17:15:29 managed-node2 sshd-session[39062]: Received disconnect from 10.31.45.141 port 34094:11: disconnected by user Jul 10 17:15:29 managed-node2 sshd-session[39062]: Disconnected from user root 10.31.45.141 port 34094 Jul 10 17:15:29 managed-node2 sshd-session[39057]: pam_unix(sshd:session): session closed for user root Jul 10 17:15:29 managed-node2 systemd[1]: session-9.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-9.scope has successfully entered the 'dead' state. Jul 10 17:15:29 managed-node2 systemd-logind[750]: Session 9 logged out. Waiting for processes to exit. Jul 10 17:15:29 managed-node2 systemd-logind[750]: Removed session 9. ░░ Subject: Session 9 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 9 has been terminated. Jul 10 17:15:30 managed-node2 sshd-session[39088]: Accepted publickey for root from 10.31.45.141 port 34102 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jul 10 17:15:30 managed-node2 systemd-logind[750]: New session 10 of user root. ░░ Subject: A new session 10 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 10 has been created for the user root. ░░ ░░ The leading process of the session is 39088. Jul 10 17:15:30 managed-node2 systemd[1]: Started session-10.scope - Session 10 of User root. ░░ Subject: A start job for unit session-10.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-10.scope has finished successfully. ░░ ░░ The job identifier is 2024. Jul 10 17:15:30 managed-node2 sshd-session[39088]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)