ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles statically imported: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml statically imported: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml statically imported: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', 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 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_proxy.yml ****************************************************** 1 plays in /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml PLAY [Basic proxy test] ******************************************************** META: ran handlers TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Wednesday 07 January 2026 18:29:51 -0500 (0:00:00.032) 0:00:00.032 ***** ok: [managed-node1] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } TASK [Import test data] ******************************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Wednesday 07 January 2026 18:29:51 -0500 (0:00:00.039) 0:00:00.072 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get facts for external test data] **************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Wednesday 07 January 2026 18:29:51 -0500 (0:00:00.031) 0:00:00.103 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Wednesday 07 January 2026 18:29:51 -0500 (0:00:00.034) 0:00:00.138 ***** ok: [managed-node1] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Wednesday 07 January 2026 18:29:52 -0500 (0:00:00.039) 0:00:00.177 ***** ok: [managed-node1] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python" }, "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Wednesday 07 January 2026 18:29:52 -0500 (0:00:00.477) 0:00:00.655 ***** ok: [managed-node1] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } TASK [Get facts for external test data] **************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9 Wednesday 07 January 2026 18:29:52 -0500 (0:00:00.039) 0:00:00.694 ***** ok: [managed-node1] TASK [Set helper fact for Candlepin base URL] ********************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:17 Wednesday 07 January 2026 18:29:53 -0500 (0:00:00.594) 0:00:01.289 ***** ok: [managed-node1] => { "ansible_facts": { "_cp_url": "https://candlepin.local:8443/candlepin" }, "changed": false } TASK [Set helper fact for Candlepin owner URL] ********************************* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:21 Wednesday 07 January 2026 18:29:53 -0500 (0:00:00.040) 0:00:01.329 ***** ok: [managed-node1] => { "ansible_facts": { "_cp_url_owner": "https://candlepin.local:8443/candlepin/owners/donaldduck" }, "changed": false } TASK [Add candlepin hostname to /etc/hosts] ************************************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:25 Wednesday 07 January 2026 18:29:53 -0500 (0:00:00.046) 0:00:01.376 ***** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Install needed packages] ************************************************* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 Wednesday 07 January 2026 18:29:53 -0500 (0:00:00.382) 0:00:01.759 ***** changed: [managed-node1] => { "changed": true, "changes": { "installed": [ "podman" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-\n : manager\n\nThis system is not registered with an entitlement server. You can use subscription-manager to register.\n\nLoading mirror speeds from cached hostfile\nResolving Dependencies\n--> Running transaction check\n---> Package podman.x86_64 0:1.6.4-36.el7_9 will be installed\n--> Processing Dependency: slirp4netns >= 0.4.0-1 for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: runc >= 1.0.0-57 for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: containers-common >= 0.1.29-3 for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: containernetworking-plugins >= 0.8.1-1 for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: nftables for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: fuse-overlayfs for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: container-selinux for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: conmon for package: podman-1.6.4-36.el7_9.x86_64\n--> Running transaction check\n---> Package conmon.x86_64 2:2.0.8-1.el7 will be installed\n---> Package container-selinux.noarch 2:2.119.2-1.911c772.el7_8 will be installed\n---> Package containernetworking-plugins.x86_64 0:0.8.3-3.el7.centos will be installed\n---> Package containers-common.x86_64 1:0.1.40-11.el7_8 will be installed\n---> Package fuse-overlayfs.x86_64 0:0.7.2-6.el7_8 will be installed\n--> Processing Dependency: libfuse3.so.3(FUSE_3.2)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64\n--> Processing Dependency: libfuse3.so.3(FUSE_3.0)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64\n--> Processing Dependency: libfuse3.so.3()(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64\n---> Package nftables.x86_64 1:0.8-14.el7 will be installed\n--> Processing Dependency: libnftnl.so.7(LIBNFTNL_5)(64bit) for package: 1:nftables-0.8-14.el7.x86_64\n--> Processing Dependency: libnftnl.so.7()(64bit) for package: 1:nftables-0.8-14.el7.x86_64\n---> Package runc.x86_64 0:1.0.0-70.rc10.el7_9 will be installed\n--> Processing Dependency: criu for package: runc-1.0.0-70.rc10.el7_9.x86_64\n---> Package slirp4netns.x86_64 0:0.4.3-4.el7_8 will be installed\n--> Running transaction check\n---> Package criu.x86_64 0:3.12-2.el7 will be installed\n--> Processing Dependency: libprotobuf-c.so.1(LIBPROTOBUF_C_1.0.0)(64bit) for package: criu-3.12-2.el7.x86_64\n--> Processing Dependency: libprotobuf-c.so.1()(64bit) for package: criu-3.12-2.el7.x86_64\n--> Processing Dependency: libnet.so.1()(64bit) for package: criu-3.12-2.el7.x86_64\n---> Package fuse3-libs.x86_64 0:3.6.1-4.el7 will be installed\n---> Package libnftnl.x86_64 0:1.0.8-3.el7 will be installed\n--> Running transaction check\n---> Package libnet.x86_64 0:1.1.6-7.el7 will be installed\n---> Package protobuf-c.x86_64 0:1.0.2-3.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n podman x86_64 1.6.4-36.el7_9 extras 13 M\nInstalling for dependencies:\n conmon x86_64 2:2.0.8-1.el7 extras 31 k\n container-selinux noarch 2:2.119.2-1.911c772.el7_8 extras 40 k\n containernetworking-plugins x86_64 0.8.3-3.el7.centos extras 20 M\n containers-common x86_64 1:0.1.40-11.el7_8 extras 43 k\n criu x86_64 3.12-2.el7 base 453 k\n fuse-overlayfs x86_64 0.7.2-6.el7_8 extras 54 k\n fuse3-libs x86_64 3.6.1-4.el7 extras 82 k\n libnet x86_64 1.1.6-7.el7 base 59 k\n libnftnl x86_64 1.0.8-3.el7 base 78 k\n nftables x86_64 1:0.8-14.el7 base 186 k\n protobuf-c x86_64 1.0.2-3.el7 base 28 k\n runc x86_64 1.0.0-70.rc10.el7_9 extras 2.7 M\n slirp4netns x86_64 0.4.3-4.el7_8 extras 81 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+13 Dependent packages)\n\nTotal download size: 37 M\nInstalled size: 143 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 31 MB/s | 37 MB 00:01 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch 1/14 \n Installing : slirp4netns-0.4.3-4.el7_8.x86_64 2/14 \n Installing : containernetworking-plugins-0.8.3-3.el7.centos.x86_64 3/14 \n Installing : libnftnl-1.0.8-3.el7.x86_64 4/14 \n Installing : 1:nftables-0.8-14.el7.x86_64 5/14 \n Installing : 2:conmon-2.0.8-1.el7.x86_64 6/14 \n Installing : fuse3-libs-3.6.1-4.el7.x86_64 7/14 \n Installing : fuse-overlayfs-0.7.2-6.el7_8.x86_64 8/14 \n Installing : 1:containers-common-0.1.40-11.el7_8.x86_64 9/14 \n Installing : protobuf-c-1.0.2-3.el7.x86_64 10/14 \n Installing : libnet-1.1.6-7.el7.x86_64 11/14 \n Installing : criu-3.12-2.el7.x86_64 12/14 \n Installing : runc-1.0.0-70.rc10.el7_9.x86_64 13/14 \n Installing : podman-1.6.4-36.el7_9.x86_64 14/14 \n Verifying : libnet-1.1.6-7.el7.x86_64 1/14 \n Verifying : protobuf-c-1.0.2-3.el7.x86_64 2/14 \n Verifying : fuse3-libs-3.6.1-4.el7.x86_64 3/14 \n Verifying : podman-1.6.4-36.el7_9.x86_64 4/14 \n Verifying : fuse-overlayfs-0.7.2-6.el7_8.x86_64 5/14 \n Verifying : runc-1.0.0-70.rc10.el7_9.x86_64 6/14 \n Verifying : slirp4netns-0.4.3-4.el7_8.x86_64 7/14 \n Verifying : 1:nftables-0.8-14.el7.x86_64 8/14 \n Verifying : criu-3.12-2.el7.x86_64 9/14 \n Verifying : 2:conmon-2.0.8-1.el7.x86_64 10/14 \n Verifying : 1:containers-common-0.1.40-11.el7_8.x86_64 11/14 \n Verifying : libnftnl-1.0.8-3.el7.x86_64 12/14 \n Verifying : containernetworking-plugins-0.8.3-3.el7.centos.x86_64 13/14 \n Verifying : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch 14/14 \n\nInstalled:\n podman.x86_64 0:1.6.4-36.el7_9 \n\nDependency Installed:\n conmon.x86_64 2:2.0.8-1.el7 \n container-selinux.noarch 2:2.119.2-1.911c772.el7_8 \n containernetworking-plugins.x86_64 0:0.8.3-3.el7.centos \n containers-common.x86_64 1:0.1.40-11.el7_8 \n criu.x86_64 0:3.12-2.el7 \n fuse-overlayfs.x86_64 0:0.7.2-6.el7_8 \n fuse3-libs.x86_64 0:3.6.1-4.el7 \n libnet.x86_64 0:1.1.6-7.el7 \n libnftnl.x86_64 0:1.0.8-3.el7 \n nftables.x86_64 1:0.8-14.el7 \n protobuf-c.x86_64 0:1.0.2-3.el7 \n runc.x86_64 0:1.0.0-70.rc10.el7_9 \n slirp4netns.x86_64 0:0.4.3-4.el7_8 \n\nComplete!\n" ] } TASK [Clean up Candlepin container] ******************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:38 Wednesday 07 January 2026 18:30:12 -0500 (0:00:19.357) 0:00:21.117 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml for managed-node1 TASK [Check if the candlepin container exists] ********************************* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml:6 Wednesday 07 January 2026 18:30:12 -0500 (0:00:00.045) 0:00:21.162 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "ps", "-a", "--filter", "name=candlepin" ], "delta": "0:00:01.885680", "end": "2026-01-07 18:30:15.246971", "rc": 0, "start": "2026-01-07 18:30:13.361291" } STDOUT: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES TASK [Ensure that Candlepin container doesn't exist] *************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml:17 Wednesday 07 January 2026 18:30:15 -0500 (0:00:02.304) 0:00:23.466 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Start Candlepin container] *********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:41 Wednesday 07 January 2026 18:30:15 -0500 (0:00:00.037) 0:00:23.504 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "run", "--rm", "--detach", "--hostname", "candlepin.local", "--name", "candlepin", "--publish", "8443:8443", "--publish", "8080:8080", "--privileged", "ghcr.io/candlepin/candlepin-unofficial" ], "delta": "0:00:24.988283", "end": "2026-01-07 18:30:40.580921", "rc": 0, "start": "2026-01-07 18:30:15.592638" } STDOUT: b40c090299841abc3d4a3a0ae950d4e17fa2929722dbd29d7809e5fbffffab55 STDERR: Trying to pull ghcr.io/candlepin/candlepin-unofficial... Getting image source signatures Copying blob sha256:5baae3f93712d079b6030b8c02b29acecd6a7a6cdce52ab304b31425a048be6b Copying config sha256:6c8d0128d946443dc2cb0b755129351b01ff7b7c65670349e7d53b40a05309c5 Writing manifest to image destination Storing signatures TASK [Ensure directories exist] ************************************************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:62 Wednesday 07 January 2026 18:30:40 -0500 (0:00:25.315) 0:00:48.819 ***** ok: [managed-node1] => (item=/etc/pki/product) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/etc/pki/product", "mode": "0755", "owner": "root", "path": "/etc/pki/product", "secontext": "unconfined_u:object_r:cert_t:s0", "size": 4096, "state": "directory", "uid": 0 } ok: [managed-node1] => (item=/etc/pki/product-default) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/etc/pki/product-default", "mode": "0755", "owner": "root", "path": "/etc/pki/product-default", "secontext": "unconfined_u:object_r:cert_t:s0", "size": 4096, "state": "directory", "uid": 0 } ok: [managed-node1] => (item=/etc/rhsm/ca) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/etc/rhsm/ca", "mode": "0755", "owner": "root", "path": "/etc/rhsm/ca", "secontext": "system_u:object_r:rhsmcertd_config_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Copy product certificates] *********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:72 Wednesday 07 January 2026 18:30:42 -0500 (0:00:02.047) 0:00:50.867 ***** ok: [managed-node1] => (item=7050) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "cp", "candlepin:/home/candlepin/devel/candlepin/generated_certs/7050.pem", "/etc/pki/product-default/" ], "delta": "0:00:00.496149", "end": "2026-01-07 18:30:43.804593", "item": "7050", "rc": 0, "start": "2026-01-07 18:30:43.308444" } TASK [Copy Candlepin CA certificate for subscription-manager] ****************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:83 Wednesday 07 January 2026 18:30:43 -0500 (0:00:01.205) 0:00:52.072 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/rhsm/ca/candlepin-ca.pem" ], "delta": "0:00:00.479523", "end": "2026-01-07 18:30:45.245069", "rc": 0, "start": "2026-01-07 18:30:44.765546" } TASK [Copy Candlepin CA certificate for system] ******************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:92 Wednesday 07 January 2026 18:30:45 -0500 (0:00:01.489) 0:00:53.562 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/pki/ca-trust/source/anchors/candlepin-ca.pem" ], "delta": "0:00:00.488892", "end": "2026-01-07 18:30:46.636575", "rc": 0, "start": "2026-01-07 18:30:46.147683" } TASK [Update system certificates store] **************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:101 Wednesday 07 January 2026 18:30:46 -0500 (0:00:01.379) 0:00:54.941 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "update-ca-trust", "extract" ], "delta": "0:00:02.109700", "end": "2026-01-07 18:30:49.745128", "rc": 0, "start": "2026-01-07 18:30:47.635428" } TASK [Wait for started Candlepin] ********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:108 Wednesday 07 January 2026 18:30:49 -0500 (0:00:03.109) 0:00:58.051 ***** ok: [managed-node1] => { "attempts": 1, "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Wed, 07 Jan 2026 23:31:08 GMT", "elapsed": 18, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "02e6c85d-5d39-40d9-a6a7-e2121b89990b", "x_version": "4.7.3-1" } MSG: OK (unknown bytes) TASK [Install GPG key for RPM repositories] ************************************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:118 Wednesday 07 January 2026 18:31:09 -0500 (0:00:19.413) 0:01:17.465 ***** changed: [managed-node1] => { "changed": true, "checksum_dest": null, "checksum_src": "e535dabdc941afb531fa9bb75b9a98d22bca8b81", "dest": "/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin", "elapsed": 0, "gid": 0, "group": "root", "md5sum": "eeaf1f5c1d5537f19a46506be9014ae6", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cert_t:s0", "size": 1660, "src": "/root/.ansible/tmp/ansible-tmp-1767828669.35-12407-163277559445552/tmpIUeZj4", "state": "file", "status_code": 200, "uid": 0, "url": "http://candlepin.local:8080/RPM-GPG-KEY-candlepin" } MSG: OK (1660 bytes) TASK [Add environments] ******************************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:127 Wednesday 07 January 2026 18:31:09 -0500 (0:00:00.594) 0:01:18.059 ***** skipping: [managed-node1] => (item={u'id': u'envId1', u'name': u'Environment 1', u'desc': u'The environment 1'}) => { "ansible_loop_var": "item", "changed": false, "item": { "desc": "The environment 1", "id": "envId1", "name": "Environment 1" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={u'id': u'envId2', u'name': u'Environment 2', u'desc': u'The environment 2'}) => { "ansible_loop_var": "item", "changed": false, "item": { "desc": "The environment 2", "id": "envId2", "name": "Environment 2" }, "skip_reason": "Conditional result was False" } TASK [Check Candlepin works] *************************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml:3 Wednesday 07 January 2026 18:31:09 -0500 (0:00:00.072) 0:01:18.132 ***** ok: [managed-node1] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Wed, 07 Jan 2026 23:31:10 GMT", "elapsed": 0, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "8a736f76-2d75-4094-bf52-7f8adb865a7c", "x_version": "4.7.3-1" } MSG: OK (unknown bytes) TASK [Install packages for squid] ********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:7 Wednesday 07 January 2026 18:31:10 -0500 (0:00:00.505) 0:01:18.638 ***** changed: [managed-node1] => { "changed": true, "changes": { "installed": [ "squid", "httpd-tools" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-\n : manager\n\nThis system is not registered with an entitlement server. You can use subscription-manager to register.\n\nLoading mirror speeds from cached hostfile\nResolving Dependencies\n--> Running transaction check\n---> Package httpd-tools.x86_64 0:2.4.6-99.el7.centos.1 will be installed\n--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-tools-2.4.6-99.el7.centos.1.x86_64\n--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-tools-2.4.6-99.el7.centos.1.x86_64\n---> Package squid.x86_64 7:3.5.20-17.el7_9.10 will be installed\n--> Processing Dependency: squid-migration-script for package: 7:squid-3.5.20-17.el7_9.10.x86_64\n--> Processing Dependency: perl(DBI) for package: 7:squid-3.5.20-17.el7_9.10.x86_64\n--> Processing Dependency: libltdl.so.7()(64bit) for package: 7:squid-3.5.20-17.el7_9.10.x86_64\n--> Processing Dependency: libecap.so.3()(64bit) for package: 7:squid-3.5.20-17.el7_9.10.x86_64\n--> Running transaction check\n---> Package apr.x86_64 0:1.4.8-7.el7 will be installed\n---> Package apr-util.x86_64 0:1.5.2-6.el7_9.1 will be installed\n---> Package libecap.x86_64 0:1.0.0-1.el7 will be installed\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n---> Package perl-DBI.x86_64 0:1.627-4.el7 will be installed\n--> Processing Dependency: perl(RPC::PlServer) >= 0.2001 for package: perl-DBI-1.627-4.el7.x86_64\n--> Processing Dependency: perl(RPC::PlClient) >= 0.2000 for package: perl-DBI-1.627-4.el7.x86_64\n---> Package squid-migration-script.x86_64 7:3.5.20-17.el7_9.10 will be installed\n--> Running transaction check\n---> Package perl-PlRPC.noarch 0:0.2020-14.el7 will be installed\n--> Processing Dependency: perl(Net::Daemon) >= 0.13 for package: perl-PlRPC-0.2020-14.el7.noarch\n--> Processing Dependency: perl(Net::Daemon::Test) for package: perl-PlRPC-0.2020-14.el7.noarch\n--> Processing Dependency: perl(Net::Daemon::Log) for package: perl-PlRPC-0.2020-14.el7.noarch\n--> Running transaction check\n---> Package perl-Net-Daemon.noarch 0:0.48-5.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n httpd-tools x86_64 2.4.6-99.el7.centos.1 updates 94 k\n squid x86_64 7:3.5.20-17.el7_9.10 updates 3.1 M\nInstalling for dependencies:\n apr x86_64 1.4.8-7.el7 base 104 k\n apr-util x86_64 1.5.2-6.el7_9.1 updates 92 k\n libecap x86_64 1.0.0-1.el7 base 21 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k\n perl-DBI x86_64 1.627-4.el7 base 802 k\n perl-Net-Daemon noarch 0.48-5.el7 base 51 k\n perl-PlRPC noarch 0.2020-14.el7 base 36 k\n squid-migration-script x86_64 7:3.5.20-17.el7_9.10 updates 52 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+8 Dependent packages)\n\nTotal download size: 4.4 M\nInstalled size: 13 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 5.0 MB/s | 4.4 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : apr-1.4.8-7.el7.x86_64 1/10 \n Installing : apr-util-1.5.2-6.el7_9.1.x86_64 2/10 \n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 3/10 \n Installing : libecap-1.0.0-1.el7.x86_64 4/10 \n Installing : 7:squid-migration-script-3.5.20-17.el7_9.10.x86_64 5/10 \n Installing : perl-Net-Daemon-0.48-5.el7.noarch 6/10 \n Installing : perl-PlRPC-0.2020-14.el7.noarch 7/10 \n Installing : perl-DBI-1.627-4.el7.x86_64 8/10 \n Installing : 7:squid-3.5.20-17.el7_9.10.x86_64 9/10 \n Installing : httpd-tools-2.4.6-99.el7.centos.1.x86_64 10/10 \n Verifying : perl-Net-Daemon-0.48-5.el7.noarch 1/10 \n Verifying : httpd-tools-2.4.6-99.el7.centos.1.x86_64 2/10 \n Verifying : 7:squid-migration-script-3.5.20-17.el7_9.10.x86_64 3/10 \n Verifying : apr-util-1.5.2-6.el7_9.1.x86_64 4/10 \n Verifying : apr-1.4.8-7.el7.x86_64 5/10 \n Verifying : libecap-1.0.0-1.el7.x86_64 6/10 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 7/10 \n Verifying : 7:squid-3.5.20-17.el7_9.10.x86_64 8/10 \n Verifying : perl-DBI-1.627-4.el7.x86_64 9/10 \n Verifying : perl-PlRPC-0.2020-14.el7.noarch 10/10 \n\nInstalled:\n httpd-tools.x86_64 0:2.4.6-99.el7.centos.1 squid.x86_64 7:3.5.20-17.el7_9.10 \n\nDependency Installed:\n apr.x86_64 0:1.4.8-7.el7 \n apr-util.x86_64 0:1.5.2-6.el7_9.1 \n libecap.x86_64 0:1.0.0-1.el7 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n perl-DBI.x86_64 0:1.627-4.el7 \n perl-Net-Daemon.noarch 0:0.48-5.el7 \n perl-PlRPC.noarch 0:0.2020-14.el7 \n squid-migration-script.x86_64 7:3.5.20-17.el7_9.10 \n\nComplete!\n" ] } TASK [Check the status of the backup of configuration] ************************* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:15 Wednesday 07 January 2026 18:31:16 -0500 (0:00:06.393) 0:01:25.031 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Backup the configuration] ************************************************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:20 Wednesday 07 January 2026 18:31:17 -0500 (0:00:00.293) 0:01:25.325 ***** changed: [managed-node1] => { "changed": true, "checksum": "70f953b530665efdfdd23b298cf8eddbacda74c0", "dest": "/etc/squid/squid.conf.BACKUP", "gid": 0, "group": "root", "md5sum": "3c8af1986cc652e972c35db57e808d36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:squid_conf_t:s0", "size": 2244, "src": "/etc/squid/squid.conf", "state": "file", "uid": 0 } TASK [Copy the pristine configuration back] ************************************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:29 Wednesday 07 January 2026 18:31:17 -0500 (0:00:00.455) 0:01:25.781 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the Candlepin port] ************************************************* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:38 Wednesday 07 January 2026 18:31:17 -0500 (0:00:00.037) 0:01:25.819 ***** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Set the shutdown lifetime] *********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:47 Wednesday 07 January 2026 18:31:17 -0500 (0:00:00.303) 0:01:26.122 ***** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Set the port] ************************************************************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:57 Wednesday 07 January 2026 18:31:18 -0500 (0:00:00.296) 0:01:26.419 ***** ok: [managed-node1] => { "backup": "", "changed": false } TASK [Create the new passwd file] ********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:66 Wednesday 07 January 2026 18:31:18 -0500 (0:00:00.296) 0:01:26.715 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set the port] ************************************************************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:78 Wednesday 07 January 2026 18:31:18 -0500 (0:00:00.037) 0:01:26.753 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable HTTP access allow] *********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:84 Wednesday 07 January 2026 18:31:18 -0500 (0:00:00.036) 0:01:26.790 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Insert initial auth config] ********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:90 Wednesday 07 January 2026 18:31:18 -0500 (0:00:00.042) 0:01:26.833 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Add authenticated acl] *************************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:103 Wednesday 07 January 2026 18:31:18 -0500 (0:00:00.036) 0:01:26.869 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Allow authenticated acl] ************************************************* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:111 Wednesday 07 January 2026 18:31:18 -0500 (0:00:00.036) 0:01:26.906 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Restart squid] *********************************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:119 Wednesday 07 January 2026 18:31:18 -0500 (0:00:00.039) 0:01:26.945 ***** changed: [managed-node1] => { "changed": true, "name": "squid", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "syslog.target system.slice systemd-journald.socket basic.target nss-lookup.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Squid caching proxy", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/squid (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid $SQUID_OPTS -k reconfigure -f $SQUID_CONF ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid $SQUID_OPTS -f $SQUID_CONF ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/squid/cache_swap.sh ; argv[]=/usr/libexec/squid/cache_swap.sh ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid -k shutdown -f $SQUID_CONF ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/squid.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "squid.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "16384", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "squid.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "0", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Add SELinux policy for proxy ports] ************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:26 Wednesday 07 January 2026 18:31:19 -0500 (0:00:00.979) 0:01:27.925 ***** TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 07 January 2026 18:31:19 -0500 (0:00:00.138) 0:01:28.063 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Wednesday 07 January 2026 18:31:19 -0500 (0:00:00.017) 0:01:28.081 ***** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Wednesday 07 January 2026 18:31:20 -0500 (0:00:00.370) 0:01:28.451 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Wednesday 07 January 2026 18:31:20 -0500 (0:00:00.034) 0:01:28.486 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Wednesday 07 January 2026 18:31:20 -0500 (0:00:00.310) 0:01:28.796 ***** ok: [managed-node1] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Wednesday 07 January 2026 18:31:20 -0500 (0:00:00.047) 0:01:28.844 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Wednesday 07 January 2026 18:31:20 -0500 (0:00:00.287) 0:01:29.132 ***** ok: [managed-node1] => { "ansible_facts": { "__selinux_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Wednesday 07 January 2026 18:31:20 -0500 (0:00:00.040) 0:01:29.173 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.5-34.el7.x86_64 providing policycoreutils-python is already installed" ] } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Wednesday 07 January 2026 18:31:21 -0500 (0:00:00.855) 0:01:30.028 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Wednesday 07 January 2026 18:31:21 -0500 (0:00:00.035) 0:01:30.064 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Wednesday 07 January 2026 18:31:21 -0500 (0:00:00.034) 0:01:30.099 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Wednesday 07 January 2026 18:31:21 -0500 (0:00:00.037) 0:01:30.136 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Wednesday 07 January 2026 18:31:21 -0500 (0:00:00.036) 0:01:30.172 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Wednesday 07 January 2026 18:31:22 -0500 (0:00:00.035) 0:01:30.208 ***** skipping: [managed-node1] => { "changed": 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-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Wednesday 07 January 2026 18:31:22 -0500 (0:00:00.034) 0:01:30.242 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Wednesday 07 January 2026 18:31:22 -0500 (0:00:00.034) 0:01:30.277 ***** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Wednesday 07 January 2026 18:31:22 -0500 (0:00:00.538) 0:01:30.816 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.006721", "end": "2026-01-07 18:31:22.894936", "failed_when_result": false, "rc": 0, "start": "2026-01-07 18:31:22.888215" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Wednesday 07 January 2026 18:31:22 -0500 (0:00:00.296) 0:01:31.112 ***** skipping: [managed-node1] => { "changed": false, "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-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Wednesday 07 January 2026 18:31:22 -0500 (0:00:00.037) 0:01:31.149 ***** ok: [managed-node1] => { "ansible_facts": { "__selinux_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Wednesday 07 January 2026 18:31:23 -0500 (0:00:00.039) 0:01:31.189 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Wednesday 07 January 2026 18:31:23 -0500 (0:00:00.037) 0:01:31.227 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Wednesday 07 January 2026 18:31:23 -0500 (0:00:00.033) 0:01:31.260 ***** ok: [managed-node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Wednesday 07 January 2026 18:31:23 -0500 (0:00:00.039) 0:01:31.300 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Wednesday 07 January 2026 18:31:23 -0500 (0:00:00.038) 0:01:31.338 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Wednesday 07 January 2026 18:31:23 -0500 (0:00:00.012) 0:01:31.351 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Wednesday 07 January 2026 18:31:23 -0500 (0:00:00.034) 0:01:31.385 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Wednesday 07 January 2026 18:31:23 -0500 (0:00:00.034) 0:01:31.420 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Wednesday 07 January 2026 18:31:23 -0500 (0:00:00.033) 0:01:31.454 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Wednesday 07 January 2026 18:31:23 -0500 (0:00:00.033) 0:01:31.488 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Wednesday 07 January 2026 18:31:23 -0500 (0:00:00.033) 0:01:31.522 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Wednesday 07 January 2026 18:31:23 -0500 (0:00:00.034) 0:01:31.556 ***** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Wednesday 07 January 2026 18:31:23 -0500 (0:00:00.037) 0:01:31.594 ***** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Wednesday 07 January 2026 18:31:23 -0500 (0:00:00.033) 0:01:31.628 ***** changed: [managed-node1] => (item={u'setype': u'squid_port_t', u'proto': u'tcp', u'local': True, u'state': u'present', u'ports': [u'3128', u'3130', u'4000']}) => { "__selinux_item": { "local": true, "ports": [ "3128", "3130", "4000" ], "proto": "tcp", "setype": "squid_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": true, "ports": [ "3128", "3130", "4000" ], "proto": "tcp", "setype": "squid_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Wednesday 07 January 2026 18:31:30 -0500 (0:00:07.160) 0:01:38.788 ***** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Wednesday 07 January 2026 18:31:30 -0500 (0:00:00.035) 0:01:38.824 ***** ok: [managed-node1] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "100": { "checksum": "", "enabled": 1 } }, "accountsd": { "100": { "checksum": "", "enabled": 1 } }, "acct": { "100": { "checksum": "", "enabled": 1 } }, "afs": { "100": { "checksum": "", "enabled": 1 } }, "aiccu": { "100": { "checksum": "", "enabled": 1 } }, "aide": { "100": { "checksum": "", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "", "enabled": 1 } }, "alsa": { "100": { "checksum": "", "enabled": 1 } }, "amanda": { "100": { "checksum": "", "enabled": 1 } }, "amtu": { "100": { "checksum": "", "enabled": 1 } }, "anaconda": { "100": { "checksum": "", "enabled": 1 } }, "antivirus": { "100": { "checksum": "", "enabled": 1 } }, "apache": { "100": { "checksum": "", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "", "enabled": 1 } }, "apm": { "100": { "checksum": "", "enabled": 1 } }, "application": { "100": { "checksum": "", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "", "enabled": 1 } }, "asterisk": { "100": { "checksum": "", "enabled": 1 } }, "auditadm": { "100": { "checksum": "", "enabled": 1 } }, "authconfig": { "100": { "checksum": "", "enabled": 1 } }, "authlogin": { "100": { "checksum": "", "enabled": 1 } }, "automount": { "100": { "checksum": "", "enabled": 1 } }, "avahi": { "100": { "checksum": "", "enabled": 1 } }, "awstats": { "100": { "checksum": "", "enabled": 1 } }, "bacula": { "100": { "checksum": "", "enabled": 1 } }, "base": { "100": { "checksum": "", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "", "enabled": 1 } }, "bind": { "100": { "checksum": "", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "", "enabled": 1 } }, "blueman": { "100": { "checksum": "", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "", "enabled": 1 } }, "boinc": { "100": { "checksum": "", "enabled": 1 } }, "boltd": { "100": { "checksum": "", "enabled": 1 } }, "bootloader": { "100": { "checksum": "", "enabled": 1 } }, "brctl": { "100": { "checksum": "", "enabled": 1 } }, "brltty": { "100": { "checksum": "", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "", "enabled": 1 } }, "calamaris": { "100": { "checksum": "", "enabled": 1 } }, "callweaver": { "100": { "checksum": "", "enabled": 1 } }, "canna": { "100": { "checksum": "", "enabled": 1 } }, "ccs": { "100": { "checksum": "", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "", "enabled": 1 } }, "certmaster": { "100": { "checksum": "", "enabled": 1 } }, "certmonger": { "100": { "checksum": "", "enabled": 1 } }, "certwatch": { "100": { "checksum": "", "enabled": 1 } }, "cfengine": { "100": { "checksum": "", "enabled": 1 } }, "cgdcbxd": { "100": { "checksum": "", "enabled": 1 } }, "cgroup": { "100": { "checksum": "", "enabled": 1 } }, "chrome": { "100": { "checksum": "", "enabled": 1 } }, "chronyd": { "100": { "checksum": "", "enabled": 1 } }, "cinder": { "100": { "checksum": "", "enabled": 1 } }, "cipe": { "100": { "checksum": "", "enabled": 1 } }, "clock": { "100": { "checksum": "", "enabled": 1 } }, "clogd": { "100": { "checksum": "", "enabled": 1 } }, "cloudform": { "100": { "checksum": "", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "", "enabled": 1 } }, "cobbler": { "100": { "checksum": "", "enabled": 1 } }, "cockpit": { "100": { "checksum": "", "enabled": 1 } }, "collectd": { "100": { "checksum": "", "enabled": 1 } }, "colord": { "100": { "checksum": "", "enabled": 1 } }, "comsat": { "100": { "checksum": "", "enabled": 1 } }, "condor": { "100": { "checksum": "", "enabled": 1 } }, "conman": { "100": { "checksum": "", "enabled": 1 } }, "consolekit": { "100": { "checksum": "", "enabled": 1 } }, "container": { "100": { "checksum": "", "enabled": 1 }, "200": { "checksum": "", "enabled": 1 } }, "couchdb": { "100": { "checksum": "", "enabled": 1 } }, "courier": { "100": { "checksum": "", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "", "enabled": 1 } }, "cron": { "100": { "checksum": "", "enabled": 1 } }, "ctdb": { "100": { "checksum": "", "enabled": 1 } }, "cups": { "100": { "checksum": "", "enabled": 1 } }, "cvs": { "100": { "checksum": "", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "", "enabled": 1 } }, "cyrus": { "100": { "checksum": "", "enabled": 1 } }, "daemontools": { "100": { "checksum": "", "enabled": 1 } }, "dbadm": { "100": { "checksum": "", "enabled": 1 } }, "dbskk": { "100": { "checksum": "", "enabled": 1 } }, "dbus": { "100": { "checksum": "", "enabled": 1 } }, "dcc": { "100": { "checksum": "", "enabled": 1 } }, "ddclient": { "100": { "checksum": "", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "", "enabled": 1 } }, "devicekit": { "100": { "checksum": "", "enabled": 1 } }, "dhcp": { "100": { "checksum": "", "enabled": 1 } }, "dictd": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "", "enabled": 1 } }, "dmesg": { "100": { "checksum": "", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "", "enabled": 1 } }, "dnssec": { "100": { "checksum": "", "enabled": 1 } }, "dovecot": { "100": { "checksum": "", "enabled": 1 } }, "drbd": { "100": { "checksum": "", "enabled": 1 } }, "dspam": { "100": { "checksum": "", "enabled": 1 } }, "entropyd": { "100": { "checksum": "", "enabled": 1 } }, "exim": { "100": { "checksum": "", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "", "enabled": 1 } }, "fcoe": { "100": { "checksum": "", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "", "enabled": 1 } }, "finger": { "100": { "checksum": "", "enabled": 1 } }, "firewalld": { "100": { "checksum": "", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "", "enabled": 1 } }, "firstboot": { "100": { "checksum": "", "enabled": 1 } }, "fprintd": { "100": { "checksum": "", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "", "enabled": 1 } }, "freqset": { "100": { "checksum": "", "enabled": 1 } }, "fstools": { "100": { "checksum": "", "enabled": 1 } }, "ftp": { "100": { "checksum": "", "enabled": 1 } }, "games": { "100": { "checksum": "", "enabled": 1 } }, "ganesha": { "100": { "checksum": "", "enabled": 1 } }, "gdomap": { "100": { "checksum": "", "enabled": 1 } }, "geoclue": { "100": { "checksum": "", "enabled": 1 } }, "getty": { "100": { "checksum": "", "enabled": 1 } }, "git": { "100": { "checksum": "", "enabled": 1 } }, "gitosis": { "100": { "checksum": "", "enabled": 1 } }, "glance": { "100": { "checksum": "", "enabled": 1 } }, "glusterd": { "100": { "checksum": "", "enabled": 1 } }, "gnome": { "100": { "checksum": "", "enabled": 1 } }, "gpg": { "100": { "checksum": "", "enabled": 1 } }, "gpm": { "100": { "checksum": "", "enabled": 1 } }, "gpsd": { "100": { "checksum": "", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "", "enabled": 1 } }, "guest": { "100": { "checksum": "", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "", "enabled": 1 } }, "hostname": { "100": { "checksum": "", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "", "enabled": 1 } }, "hwloc": { "100": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "", "enabled": 1 } }, "icecast": { "100": { "checksum": "", "enabled": 1 } }, "inetd": { "100": { "checksum": "", "enabled": 1 } }, "init": { "100": { "checksum": "", "enabled": 1 } }, "inn": { "100": { "checksum": "", "enabled": 1 } }, "iodine": { "100": { "checksum": "", "enabled": 1 } }, "iotop": { "100": { "checksum": "", "enabled": 1 } }, "ipa": { "100": { "checksum": "", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "", "enabled": 1 } }, "ipsec": { "100": { "checksum": "", "enabled": 1 } }, "iptables": { "100": { "checksum": "", "enabled": 1 } }, "irc": { "100": { "checksum": "", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "", "enabled": 1 } }, "iscsi": { "100": { "checksum": "", "enabled": 1 } }, "isns": { "100": { "checksum": "", "enabled": 1 } }, "jabber": { "100": { "checksum": "", "enabled": 1 } }, "jetty": { "100": { "checksum": "", "enabled": 1 } }, "jockey": { "100": { "checksum": "", "enabled": 1 } }, "journalctl": { "100": { "checksum": "", "enabled": 1 } }, "kdump": { "100": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "", "enabled": 1 } }, "keepalived": { "100": { "checksum": "", "enabled": 1 } }, "kerberos": { "100": { "checksum": "", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "", "enabled": 1 } }, "keystone": { "100": { "checksum": "", "enabled": 1 } }, "kismet": { "100": { "checksum": "", "enabled": 1 } }, "kmscon": { "100": { "checksum": "", "enabled": 1 } }, "kpatch": { "100": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "", "enabled": 1 } }, "ktalk": { "100": { "checksum": "", "enabled": 1 } }, "l2tp": { "100": { "checksum": "", "enabled": 1 } }, "ldap": { "100": { "checksum": "", "enabled": 1 } }, "libraries": { "100": { "checksum": "", "enabled": 1 } }, "likewise": { "100": { "checksum": "", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "", "enabled": 1 } }, "lircd": { "100": { "checksum": "", "enabled": 1 } }, "livecd": { "100": { "checksum": "", "enabled": 1 } }, "lldpad": { "100": { "checksum": "", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "", "enabled": 1 } }, "locallogin": { "100": { "checksum": "", "enabled": 1 } }, "lockdev": { "100": { "checksum": "", "enabled": 1 } }, "logadm": { "100": { "checksum": "", "enabled": 1 } }, "logging": { "100": { "checksum": "", "enabled": 1 } }, "logrotate": { "100": { "checksum": "", "enabled": 1 } }, "logwatch": { "100": { "checksum": "", "enabled": 1 } }, "lpd": { "100": { "checksum": "", "enabled": 1 } }, "lsm": { "100": { "checksum": "", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "", "enabled": 1 } }, "lvm": { "100": { "checksum": "", "enabled": 1 } }, "mailman": { "100": { "checksum": "", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "", "enabled": 1 } }, "man2html": { "100": { "checksum": "", "enabled": 1 } }, "mandb": { "100": { "checksum": "", "enabled": 1 } }, "mcelog": { "100": { "checksum": "", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "", "enabled": 1 } }, "memcached": { "100": { "checksum": "", "enabled": 1 } }, "milter": { "100": { "checksum": "", "enabled": 1 } }, "minidlna": { "100": { "checksum": "", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "", "enabled": 1 } }, "mip6d": { "100": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "", "enabled": 1 } }, "mock": { "100": { "checksum": "", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "", "enabled": 1 } }, "modutils": { "100": { "checksum": "", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "", "enabled": 1 } }, "mongodb": { "100": { "checksum": "", "enabled": 1 } }, "motion": { "100": { "checksum": "", "enabled": 1 } }, "mount": { "100": { "checksum": "", "enabled": 1 } }, "mozilla": { "100": { "checksum": "", "enabled": 1 } }, "mpd": { "100": { "checksum": "", "enabled": 1 } }, "mplayer": { "100": { "checksum": "", "enabled": 1 } }, "mrtg": { "100": { "checksum": "", "enabled": 1 } }, "mta": { "100": { "checksum": "", "enabled": 1 } }, "munin": { "100": { "checksum": "", "enabled": 1 } }, "mysql": { "100": { "checksum": "", "enabled": 1 } }, "mythtv": { "100": { "checksum": "", "enabled": 1 } }, "nagios": { "100": { "checksum": "", "enabled": 1 } }, "namespace": { "100": { "checksum": "", "enabled": 1 } }, "ncftool": { "100": { "checksum": "", "enabled": 1 } }, "netlabel": { "100": { "checksum": "", "enabled": 1 } }, "netutils": { "100": { "checksum": "", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "", "enabled": 1 } }, "ninfod": { "100": { "checksum": "", "enabled": 1 } }, "nis": { "100": { "checksum": "", "enabled": 1 } }, "nova": { "100": { "checksum": "", "enabled": 1 } }, "nscd": { "100": { "checksum": "", "enabled": 1 } }, "nsd": { "100": { "checksum": "", "enabled": 1 } }, "nslcd": { "100": { "checksum": "", "enabled": 1 } }, "ntop": { "100": { "checksum": "", "enabled": 1 } }, "ntp": { "100": { "checksum": "", "enabled": 1 } }, "numad": { "100": { "checksum": "", "enabled": 1 } }, "nut": { "100": { "checksum": "", "enabled": 1 } }, "nx": { "100": { "checksum": "", "enabled": 1 } }, "obex": { "100": { "checksum": "", "enabled": 1 } }, "oddjob": { "100": { "checksum": "", "enabled": 1 } }, "openct": { "100": { "checksum": "", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "", "enabled": 1 } }, "openhpid": { "100": { "checksum": "", "enabled": 1 } }, "openshift": { "100": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "", "enabled": 1 } }, "opensm": { "100": { "checksum": "", "enabled": 1 } }, "openvpn": { "100": { "checksum": "", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "", "enabled": 1 } }, "openwsman": { "100": { "checksum": "", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "", "enabled": 1 } }, "osad": { "100": { "checksum": "", "enabled": 1 } }, "pads": { "100": { "checksum": "", "enabled": 1 } }, "passenger": { "100": { "checksum": "", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "", "enabled": 1 } }, "pcp": { "100": { "checksum": "", "enabled": 1 } }, "pcscd": { "100": { "checksum": "", "enabled": 1 } }, "pegasus": { "100": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "", "enabled": 1 } }, "pesign": { "100": { "checksum": "", "enabled": 1 } }, "pingd": { "100": { "checksum": "", "enabled": 1 } }, "piranha": { "100": { "checksum": "", "enabled": 1 } }, "pkcs": { "100": { "checksum": "", "enabled": 1 } }, "pki": { "100": { "checksum": "", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "", "enabled": 1 } }, "policykit": { "100": { "checksum": "", "enabled": 1 } }, "polipo": { "100": { "checksum": "", "enabled": 1 } }, "portmap": { "100": { "checksum": "", "enabled": 1 } }, "portreserve": { "100": { "checksum": "", "enabled": 1 } }, "postfix": { "100": { "checksum": "", "enabled": 1 } }, "postgresql": { "100": { "checksum": "", "enabled": 1 } }, "postgrey": { "100": { "checksum": "", "enabled": 1 } }, "ppp": { "100": { "checksum": "", "enabled": 1 } }, "prelink": { "100": { "checksum": "", "enabled": 1 } }, "prelude": { "100": { "checksum": "", "enabled": 1 } }, "privoxy": { "100": { "checksum": "", "enabled": 1 } }, "procmail": { "100": { "checksum": "", "enabled": 1 } }, "prosody": { "100": { "checksum": "", "enabled": 1 } }, "psad": { "100": { "checksum": "", "enabled": 1 } }, "ptchown": { "100": { "checksum": "", "enabled": 1 } }, "publicfile": { "100": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "", "enabled": 1 } }, "puppet": { "100": { "checksum": "", "enabled": 1 } }, "pwauth": { "100": { "checksum": "", "enabled": 1 } }, "qmail": { "100": { "checksum": "", "enabled": 1 } }, "qpid": { "100": { "checksum": "", "enabled": 1 } }, "quantum": { "100": { "checksum": "", "enabled": 1 } }, "quota": { "100": { "checksum": "", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "", "enabled": 1 } }, "radius": { "100": { "checksum": "", "enabled": 1 } }, "radvd": { "100": { "checksum": "", "enabled": 1 } }, "raid": { "100": { "checksum": "", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "", "enabled": 1 } }, "rdisc": { "100": { "checksum": "", "enabled": 1 } }, "readahead": { "100": { "checksum": "", "enabled": 1 } }, "realmd": { "100": { "checksum": "", "enabled": 1 } }, "redis": { "100": { "checksum": "", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "", "enabled": 1 } }, "restraint": { "400": { "checksum": "", "enabled": 1 } }, "rhcs": { "100": { "checksum": "", "enabled": 1 } }, "rhev": { "100": { "checksum": "", "enabled": 1 } }, "rhgb": { "100": { "checksum": "", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "", "enabled": 1 } }, "rhts": { "400": { "checksum": "", "enabled": 1 } }, "ricci": { "100": { "checksum": "", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "", "enabled": 1 } }, "rlogin": { "100": { "checksum": "", "enabled": 1 } }, "rngd": { "100": { "checksum": "", "enabled": 1 } }, "roundup": { "100": { "checksum": "", "enabled": 1 } }, "rpc": { "100": { "checksum": "", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "", "enabled": 1 } }, "rpm": { "100": { "checksum": "", "enabled": 1 } }, "rshd": { "100": { "checksum": "", "enabled": 1 } }, "rssh": { "100": { "checksum": "", "enabled": 1 } }, "rsync": { "100": { "checksum": "", "enabled": 1 } }, "rtas": { "100": { "checksum": "", "enabled": 1 } }, "rtkit": { "100": { "checksum": "", "enabled": 1 } }, "rwho": { "100": { "checksum": "", "enabled": 1 } }, "samba": { "100": { "checksum": "", "enabled": 1 } }, "sambagui": { "100": { "checksum": "", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "", "enabled": 1 } }, "sanlock": { "100": { "checksum": "", "enabled": 1 } }, "sasl": { "100": { "checksum": "", "enabled": 1 } }, "sbd": { "100": { "checksum": "", "enabled": 1 } }, "sblim": { "100": { "checksum": "", "enabled": 1 } }, "screen": { "100": { "checksum": "", "enabled": 1 } }, "secadm": { "100": { "checksum": "", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "", "enabled": 1 } }, "sendmail": { "100": { "checksum": "", "enabled": 1 } }, "sensord": { "100": { "checksum": "", "enabled": 1 } }, "setrans": { "100": { "checksum": "", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "", "enabled": 1 } }, "seunshare": { "100": { "checksum": "", "enabled": 1 } }, "sge": { "100": { "checksum": "", "enabled": 1 } }, "shorewall": { "100": { "checksum": "", "enabled": 1 } }, "slocate": { "100": { "checksum": "", "enabled": 1 } }, "slpd": { "100": { "checksum": "", "enabled": 1 } }, "smartmon": { "100": { "checksum": "", "enabled": 1 } }, "smokeping": { "100": { "checksum": "", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "", "enabled": 1 } }, "smsd": { "100": { "checksum": "", "enabled": 1 } }, "snapper": { "100": { "checksum": "", "enabled": 1 } }, "snmp": { "100": { "checksum": "", "enabled": 1 } }, "snort": { "100": { "checksum": "", "enabled": 1 } }, "sosreport": { "100": { "checksum": "", "enabled": 1 } }, "soundserver": { "100": { "checksum": "", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "", "enabled": 1 } }, "squid": { "100": { "checksum": "", "enabled": 1 } }, "ssh": { "100": { "checksum": "", "enabled": 1 } }, "sssd": { "100": { "checksum": "", "enabled": 1 } }, "staff": { "100": { "checksum": "", "enabled": 1 } }, "stapserver": { "100": { "checksum": "", "enabled": 1 } }, "stunnel": { "100": { "checksum": "", "enabled": 1 } }, "su": { "100": { "checksum": "", "enabled": 1 } }, "sudo": { "100": { "checksum": "", "enabled": 1 } }, "svnserve": { "100": { "checksum": "", "enabled": 1 } }, "swift": { "100": { "checksum": "", "enabled": 1 } }, "sysadm": { "100": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "", "enabled": 1 } }, "sysstat": { "100": { "checksum": "", "enabled": 1 } }, "systemd": { "100": { "checksum": "", "enabled": 1 } }, "tangd": { "100": { "checksum": "", "enabled": 1 } }, "targetd": { "100": { "checksum": "", "enabled": 1 } }, "tcpd": { "100": { "checksum": "", "enabled": 1 } }, "tcsd": { "100": { "checksum": "", "enabled": 1 } }, "telepathy": { "100": { "checksum": "", "enabled": 1 } }, "telnet": { "100": { "checksum": "", "enabled": 1 } }, "tftp": { "100": { "checksum": "", "enabled": 1 } }, "tgtd": { "100": { "checksum": "", "enabled": 1 } }, "thin": { "100": { "checksum": "", "enabled": 1 } }, "thumb": { "100": { "checksum": "", "enabled": 1 } }, "tlp": { "100": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "", "enabled": 1 } }, "tomcat": { "100": { "checksum": "", "enabled": 1 } }, "tor": { "100": { "checksum": "", "enabled": 1 } }, "tuned": { "100": { "checksum": "", "enabled": 1 } }, "tvtime": { "100": { "checksum": "", "enabled": 1 } }, "udev": { "100": { "checksum": "", "enabled": 1 } }, "ulogd": { "100": { "checksum": "", "enabled": 1 } }, "uml": { "100": { "checksum": "", "enabled": 1 } }, "unconfined": { "100": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "", "enabled": 1 } }, "updfstab": { "100": { "checksum": "", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "", "enabled": 1 } }, "userdomain": { "100": { "checksum": "", "enabled": 1 } }, "userhelper": { "100": { "checksum": "", "enabled": 1 } }, "usermanage": { "100": { "checksum": "", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "", "enabled": 1 } }, "uucp": { "100": { "checksum": "", "enabled": 1 } }, "uuidd": { "100": { "checksum": "", "enabled": 1 } }, "varnishd": { "100": { "checksum": "", "enabled": 1 } }, "vdagent": { "100": { "checksum": "", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "", "enabled": 1 } }, "virt": { "100": { "checksum": "", "enabled": 1 } }, "vlock": { "100": { "checksum": "", "enabled": 1 } }, "vmtools": { "100": { "checksum": "", "enabled": 1 } }, "vmware": { "100": { "checksum": "", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "", "enabled": 1 } }, "vpn": { "100": { "checksum": "", "enabled": 1 } }, "w3c": { "100": { "checksum": "", "enabled": 1 } }, "watchdog": { "100": { "checksum": "", "enabled": 1 } }, "wdmd": { "100": { "checksum": "", "enabled": 1 } }, "webadm": { "100": { "checksum": "", "enabled": 1 } }, "webalizer": { "100": { "checksum": "", "enabled": 1 } }, "wine": { "100": { "checksum": "", "enabled": 1 } }, "wireshark": { "100": { "checksum": "", "enabled": 1 } }, "xen": { "100": { "checksum": "", "enabled": 1 } }, "xguest": { "100": { "checksum": "", "enabled": 1 } }, "xserver": { "100": { "checksum": "", "enabled": 1 } }, "zabbix": { "100": { "checksum": "", "enabled": 1 } }, "zarafa": { "100": { "checksum": "", "enabled": 1 } }, "zebra": { "100": { "checksum": "", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "", "enabled": 1 } }, "zosremote": { "100": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:164 Wednesday 07 January 2026 18:31:33 -0500 (0:00:02.737) 0:01:41.562 ***** ok: [managed-node1] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "100": { "checksum": "", "enabled": 1 } }, "accountsd": { "100": { "checksum": "", "enabled": 1 } }, "acct": { "100": { "checksum": "", "enabled": 1 } }, "afs": { "100": { "checksum": "", "enabled": 1 } }, "aiccu": { "100": { "checksum": "", "enabled": 1 } }, "aide": { "100": { "checksum": "", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "", "enabled": 1 } }, "alsa": { "100": { "checksum": "", "enabled": 1 } }, "amanda": { "100": { "checksum": "", "enabled": 1 } }, "amtu": { "100": { "checksum": "", "enabled": 1 } }, "anaconda": { "100": { "checksum": "", "enabled": 1 } }, "antivirus": { "100": { "checksum": "", "enabled": 1 } }, "apache": { "100": { "checksum": "", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "", "enabled": 1 } }, "apm": { "100": { "checksum": "", "enabled": 1 } }, "application": { "100": { "checksum": "", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "", "enabled": 1 } }, "asterisk": { "100": { "checksum": "", "enabled": 1 } }, "auditadm": { "100": { "checksum": "", "enabled": 1 } }, "authconfig": { "100": { "checksum": "", "enabled": 1 } }, "authlogin": { "100": { "checksum": "", "enabled": 1 } }, "automount": { "100": { "checksum": "", "enabled": 1 } }, "avahi": { "100": { "checksum": "", "enabled": 1 } }, "awstats": { "100": { "checksum": "", "enabled": 1 } }, "bacula": { "100": { "checksum": "", "enabled": 1 } }, "base": { "100": { "checksum": "", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "", "enabled": 1 } }, "bind": { "100": { "checksum": "", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "", "enabled": 1 } }, "blueman": { "100": { "checksum": "", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "", "enabled": 1 } }, "boinc": { "100": { "checksum": "", "enabled": 1 } }, "boltd": { "100": { "checksum": "", "enabled": 1 } }, "bootloader": { "100": { "checksum": "", "enabled": 1 } }, "brctl": { "100": { "checksum": "", "enabled": 1 } }, "brltty": { "100": { "checksum": "", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "", "enabled": 1 } }, "calamaris": { "100": { "checksum": "", "enabled": 1 } }, "callweaver": { "100": { "checksum": "", "enabled": 1 } }, "canna": { "100": { "checksum": "", "enabled": 1 } }, "ccs": { "100": { "checksum": "", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "", "enabled": 1 } }, "certmaster": { "100": { "checksum": "", "enabled": 1 } }, "certmonger": { "100": { "checksum": "", "enabled": 1 } }, "certwatch": { "100": { "checksum": "", "enabled": 1 } }, "cfengine": { "100": { "checksum": "", "enabled": 1 } }, "cgdcbxd": { "100": { "checksum": "", "enabled": 1 } }, "cgroup": { "100": { "checksum": "", "enabled": 1 } }, "chrome": { "100": { "checksum": "", "enabled": 1 } }, "chronyd": { "100": { "checksum": "", "enabled": 1 } }, "cinder": { "100": { "checksum": "", "enabled": 1 } }, "cipe": { "100": { "checksum": "", "enabled": 1 } }, "clock": { "100": { "checksum": "", "enabled": 1 } }, "clogd": { "100": { "checksum": "", "enabled": 1 } }, "cloudform": { "100": { "checksum": "", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "", "enabled": 1 } }, "cobbler": { "100": { "checksum": "", "enabled": 1 } }, "cockpit": { "100": { "checksum": "", "enabled": 1 } }, "collectd": { "100": { "checksum": "", "enabled": 1 } }, "colord": { "100": { "checksum": "", "enabled": 1 } }, "comsat": { "100": { "checksum": "", "enabled": 1 } }, "condor": { "100": { "checksum": "", "enabled": 1 } }, "conman": { "100": { "checksum": "", "enabled": 1 } }, "consolekit": { "100": { "checksum": "", "enabled": 1 } }, "container": { "100": { "checksum": "", "enabled": 1 }, "200": { "checksum": "", "enabled": 1 } }, "couchdb": { "100": { "checksum": "", "enabled": 1 } }, "courier": { "100": { "checksum": "", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "", "enabled": 1 } }, "cron": { "100": { "checksum": "", "enabled": 1 } }, "ctdb": { "100": { "checksum": "", "enabled": 1 } }, "cups": { "100": { "checksum": "", "enabled": 1 } }, "cvs": { "100": { "checksum": "", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "", "enabled": 1 } }, "cyrus": { "100": { "checksum": "", "enabled": 1 } }, "daemontools": { "100": { "checksum": "", "enabled": 1 } }, "dbadm": { "100": { "checksum": "", "enabled": 1 } }, "dbskk": { "100": { "checksum": "", "enabled": 1 } }, "dbus": { "100": { "checksum": "", "enabled": 1 } }, "dcc": { "100": { "checksum": "", "enabled": 1 } }, "ddclient": { "100": { "checksum": "", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "", "enabled": 1 } }, "devicekit": { "100": { "checksum": "", "enabled": 1 } }, "dhcp": { "100": { "checksum": "", "enabled": 1 } }, "dictd": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "", "enabled": 1 } }, "dmesg": { "100": { "checksum": "", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "", "enabled": 1 } }, "dnssec": { "100": { "checksum": "", "enabled": 1 } }, "dovecot": { "100": { "checksum": "", "enabled": 1 } }, "drbd": { "100": { "checksum": "", "enabled": 1 } }, "dspam": { "100": { "checksum": "", "enabled": 1 } }, "entropyd": { "100": { "checksum": "", "enabled": 1 } }, "exim": { "100": { "checksum": "", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "", "enabled": 1 } }, "fcoe": { "100": { "checksum": "", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "", "enabled": 1 } }, "finger": { "100": { "checksum": "", "enabled": 1 } }, "firewalld": { "100": { "checksum": "", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "", "enabled": 1 } }, "firstboot": { "100": { "checksum": "", "enabled": 1 } }, "fprintd": { "100": { "checksum": "", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "", "enabled": 1 } }, "freqset": { "100": { "checksum": "", "enabled": 1 } }, "fstools": { "100": { "checksum": "", "enabled": 1 } }, "ftp": { "100": { "checksum": "", "enabled": 1 } }, "games": { "100": { "checksum": "", "enabled": 1 } }, "ganesha": { "100": { "checksum": "", "enabled": 1 } }, "gdomap": { "100": { "checksum": "", "enabled": 1 } }, "geoclue": { "100": { "checksum": "", "enabled": 1 } }, "getty": { "100": { "checksum": "", "enabled": 1 } }, "git": { "100": { "checksum": "", "enabled": 1 } }, "gitosis": { "100": { "checksum": "", "enabled": 1 } }, "glance": { "100": { "checksum": "", "enabled": 1 } }, "glusterd": { "100": { "checksum": "", "enabled": 1 } }, "gnome": { "100": { "checksum": "", "enabled": 1 } }, "gpg": { "100": { "checksum": "", "enabled": 1 } }, "gpm": { "100": { "checksum": "", "enabled": 1 } }, "gpsd": { "100": { "checksum": "", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "", "enabled": 1 } }, "guest": { "100": { "checksum": "", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "", "enabled": 1 } }, "hostname": { "100": { "checksum": "", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "", "enabled": 1 } }, "hwloc": { "100": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "", "enabled": 1 } }, "icecast": { "100": { "checksum": "", "enabled": 1 } }, "inetd": { "100": { "checksum": "", "enabled": 1 } }, "init": { "100": { "checksum": "", "enabled": 1 } }, "inn": { "100": { "checksum": "", "enabled": 1 } }, "iodine": { "100": { "checksum": "", "enabled": 1 } }, "iotop": { "100": { "checksum": "", "enabled": 1 } }, "ipa": { "100": { "checksum": "", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "", "enabled": 1 } }, "ipsec": { "100": { "checksum": "", "enabled": 1 } }, "iptables": { "100": { "checksum": "", "enabled": 1 } }, "irc": { "100": { "checksum": "", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "", "enabled": 1 } }, "iscsi": { "100": { "checksum": "", "enabled": 1 } }, "isns": { "100": { "checksum": "", "enabled": 1 } }, "jabber": { "100": { "checksum": "", "enabled": 1 } }, "jetty": { "100": { "checksum": "", "enabled": 1 } }, "jockey": { "100": { "checksum": "", "enabled": 1 } }, "journalctl": { "100": { "checksum": "", "enabled": 1 } }, "kdump": { "100": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "", "enabled": 1 } }, "keepalived": { "100": { "checksum": "", "enabled": 1 } }, "kerberos": { "100": { "checksum": "", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "", "enabled": 1 } }, "keystone": { "100": { "checksum": "", "enabled": 1 } }, "kismet": { "100": { "checksum": "", "enabled": 1 } }, "kmscon": { "100": { "checksum": "", "enabled": 1 } }, "kpatch": { "100": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "", "enabled": 1 } }, "ktalk": { "100": { "checksum": "", "enabled": 1 } }, "l2tp": { "100": { "checksum": "", "enabled": 1 } }, "ldap": { "100": { "checksum": "", "enabled": 1 } }, "libraries": { "100": { "checksum": "", "enabled": 1 } }, "likewise": { "100": { "checksum": "", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "", "enabled": 1 } }, "lircd": { "100": { "checksum": "", "enabled": 1 } }, "livecd": { "100": { "checksum": "", "enabled": 1 } }, "lldpad": { "100": { "checksum": "", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "", "enabled": 1 } }, "locallogin": { "100": { "checksum": "", "enabled": 1 } }, "lockdev": { "100": { "checksum": "", "enabled": 1 } }, "logadm": { "100": { "checksum": "", "enabled": 1 } }, "logging": { "100": { "checksum": "", "enabled": 1 } }, "logrotate": { "100": { "checksum": "", "enabled": 1 } }, "logwatch": { "100": { "checksum": "", "enabled": 1 } }, "lpd": { "100": { "checksum": "", "enabled": 1 } }, "lsm": { "100": { "checksum": "", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "", "enabled": 1 } }, "lvm": { "100": { "checksum": "", "enabled": 1 } }, "mailman": { "100": { "checksum": "", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "", "enabled": 1 } }, "man2html": { "100": { "checksum": "", "enabled": 1 } }, "mandb": { "100": { "checksum": "", "enabled": 1 } }, "mcelog": { "100": { "checksum": "", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "", "enabled": 1 } }, "memcached": { "100": { "checksum": "", "enabled": 1 } }, "milter": { "100": { "checksum": "", "enabled": 1 } }, "minidlna": { "100": { "checksum": "", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "", "enabled": 1 } }, "mip6d": { "100": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "", "enabled": 1 } }, "mock": { "100": { "checksum": "", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "", "enabled": 1 } }, "modutils": { "100": { "checksum": "", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "", "enabled": 1 } }, "mongodb": { "100": { "checksum": "", "enabled": 1 } }, "motion": { "100": { "checksum": "", "enabled": 1 } }, "mount": { "100": { "checksum": "", "enabled": 1 } }, "mozilla": { "100": { "checksum": "", "enabled": 1 } }, "mpd": { "100": { "checksum": "", "enabled": 1 } }, "mplayer": { "100": { "checksum": "", "enabled": 1 } }, "mrtg": { "100": { "checksum": "", "enabled": 1 } }, "mta": { "100": { "checksum": "", "enabled": 1 } }, "munin": { "100": { "checksum": "", "enabled": 1 } }, "mysql": { "100": { "checksum": "", "enabled": 1 } }, "mythtv": { "100": { "checksum": "", "enabled": 1 } }, "nagios": { "100": { "checksum": "", "enabled": 1 } }, "namespace": { "100": { "checksum": "", "enabled": 1 } }, "ncftool": { "100": { "checksum": "", "enabled": 1 } }, "netlabel": { "100": { "checksum": "", "enabled": 1 } }, "netutils": { "100": { "checksum": "", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "", "enabled": 1 } }, "ninfod": { "100": { "checksum": "", "enabled": 1 } }, "nis": { "100": { "checksum": "", "enabled": 1 } }, "nova": { "100": { "checksum": "", "enabled": 1 } }, "nscd": { "100": { "checksum": "", "enabled": 1 } }, "nsd": { "100": { "checksum": "", "enabled": 1 } }, "nslcd": { "100": { "checksum": "", "enabled": 1 } }, "ntop": { "100": { "checksum": "", "enabled": 1 } }, "ntp": { "100": { "checksum": "", "enabled": 1 } }, "numad": { "100": { "checksum": "", "enabled": 1 } }, "nut": { "100": { "checksum": "", "enabled": 1 } }, "nx": { "100": { "checksum": "", "enabled": 1 } }, "obex": { "100": { "checksum": "", "enabled": 1 } }, "oddjob": { "100": { "checksum": "", "enabled": 1 } }, "openct": { "100": { "checksum": "", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "", "enabled": 1 } }, "openhpid": { "100": { "checksum": "", "enabled": 1 } }, "openshift": { "100": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "", "enabled": 1 } }, "opensm": { "100": { "checksum": "", "enabled": 1 } }, "openvpn": { "100": { "checksum": "", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "", "enabled": 1 } }, "openwsman": { "100": { "checksum": "", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "", "enabled": 1 } }, "osad": { "100": { "checksum": "", "enabled": 1 } }, "pads": { "100": { "checksum": "", "enabled": 1 } }, "passenger": { "100": { "checksum": "", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "", "enabled": 1 } }, "pcp": { "100": { "checksum": "", "enabled": 1 } }, "pcscd": { "100": { "checksum": "", "enabled": 1 } }, "pegasus": { "100": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "", "enabled": 1 } }, "pesign": { "100": { "checksum": "", "enabled": 1 } }, "pingd": { "100": { "checksum": "", "enabled": 1 } }, "piranha": { "100": { "checksum": "", "enabled": 1 } }, "pkcs": { "100": { "checksum": "", "enabled": 1 } }, "pki": { "100": { "checksum": "", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "", "enabled": 1 } }, "policykit": { "100": { "checksum": "", "enabled": 1 } }, "polipo": { "100": { "checksum": "", "enabled": 1 } }, "portmap": { "100": { "checksum": "", "enabled": 1 } }, "portreserve": { "100": { "checksum": "", "enabled": 1 } }, "postfix": { "100": { "checksum": "", "enabled": 1 } }, "postgresql": { "100": { "checksum": "", "enabled": 1 } }, "postgrey": { "100": { "checksum": "", "enabled": 1 } }, "ppp": { "100": { "checksum": "", "enabled": 1 } }, "prelink": { "100": { "checksum": "", "enabled": 1 } }, "prelude": { "100": { "checksum": "", "enabled": 1 } }, "privoxy": { "100": { "checksum": "", "enabled": 1 } }, "procmail": { "100": { "checksum": "", "enabled": 1 } }, "prosody": { "100": { "checksum": "", "enabled": 1 } }, "psad": { "100": { "checksum": "", "enabled": 1 } }, "ptchown": { "100": { "checksum": "", "enabled": 1 } }, "publicfile": { "100": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "", "enabled": 1 } }, "puppet": { "100": { "checksum": "", "enabled": 1 } }, "pwauth": { "100": { "checksum": "", "enabled": 1 } }, "qmail": { "100": { "checksum": "", "enabled": 1 } }, "qpid": { "100": { "checksum": "", "enabled": 1 } }, "quantum": { "100": { "checksum": "", "enabled": 1 } }, "quota": { "100": { "checksum": "", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "", "enabled": 1 } }, "radius": { "100": { "checksum": "", "enabled": 1 } }, "radvd": { "100": { "checksum": "", "enabled": 1 } }, "raid": { "100": { "checksum": "", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "", "enabled": 1 } }, "rdisc": { "100": { "checksum": "", "enabled": 1 } }, "readahead": { "100": { "checksum": "", "enabled": 1 } }, "realmd": { "100": { "checksum": "", "enabled": 1 } }, "redis": { "100": { "checksum": "", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "", "enabled": 1 } }, "restraint": { "400": { "checksum": "", "enabled": 1 } }, "rhcs": { "100": { "checksum": "", "enabled": 1 } }, "rhev": { "100": { "checksum": "", "enabled": 1 } }, "rhgb": { "100": { "checksum": "", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "", "enabled": 1 } }, "rhts": { "400": { "checksum": "", "enabled": 1 } }, "ricci": { "100": { "checksum": "", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "", "enabled": 1 } }, "rlogin": { "100": { "checksum": "", "enabled": 1 } }, "rngd": { "100": { "checksum": "", "enabled": 1 } }, "roundup": { "100": { "checksum": "", "enabled": 1 } }, "rpc": { "100": { "checksum": "", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "", "enabled": 1 } }, "rpm": { "100": { "checksum": "", "enabled": 1 } }, "rshd": { "100": { "checksum": "", "enabled": 1 } }, "rssh": { "100": { "checksum": "", "enabled": 1 } }, "rsync": { "100": { "checksum": "", "enabled": 1 } }, "rtas": { "100": { "checksum": "", "enabled": 1 } }, "rtkit": { "100": { "checksum": "", "enabled": 1 } }, "rwho": { "100": { "checksum": "", "enabled": 1 } }, "samba": { "100": { "checksum": "", "enabled": 1 } }, "sambagui": { "100": { "checksum": "", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "", "enabled": 1 } }, "sanlock": { "100": { "checksum": "", "enabled": 1 } }, "sasl": { "100": { "checksum": "", "enabled": 1 } }, "sbd": { "100": { "checksum": "", "enabled": 1 } }, "sblim": { "100": { "checksum": "", "enabled": 1 } }, "screen": { "100": { "checksum": "", "enabled": 1 } }, "secadm": { "100": { "checksum": "", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "", "enabled": 1 } }, "sendmail": { "100": { "checksum": "", "enabled": 1 } }, "sensord": { "100": { "checksum": "", "enabled": 1 } }, "setrans": { "100": { "checksum": "", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "", "enabled": 1 } }, "seunshare": { "100": { "checksum": "", "enabled": 1 } }, "sge": { "100": { "checksum": "", "enabled": 1 } }, "shorewall": { "100": { "checksum": "", "enabled": 1 } }, "slocate": { "100": { "checksum": "", "enabled": 1 } }, "slpd": { "100": { "checksum": "", "enabled": 1 } }, "smartmon": { "100": { "checksum": "", "enabled": 1 } }, "smokeping": { "100": { "checksum": "", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "", "enabled": 1 } }, "smsd": { "100": { "checksum": "", "enabled": 1 } }, "snapper": { "100": { "checksum": "", "enabled": 1 } }, "snmp": { "100": { "checksum": "", "enabled": 1 } }, "snort": { "100": { "checksum": "", "enabled": 1 } }, "sosreport": { "100": { "checksum": "", "enabled": 1 } }, "soundserver": { "100": { "checksum": "", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "", "enabled": 1 } }, "squid": { "100": { "checksum": "", "enabled": 1 } }, "ssh": { "100": { "checksum": "", "enabled": 1 } }, "sssd": { "100": { "checksum": "", "enabled": 1 } }, "staff": { "100": { "checksum": "", "enabled": 1 } }, "stapserver": { "100": { "checksum": "", "enabled": 1 } }, "stunnel": { "100": { "checksum": "", "enabled": 1 } }, "su": { "100": { "checksum": "", "enabled": 1 } }, "sudo": { "100": { "checksum": "", "enabled": 1 } }, "svnserve": { "100": { "checksum": "", "enabled": 1 } }, "swift": { "100": { "checksum": "", "enabled": 1 } }, "sysadm": { "100": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "", "enabled": 1 } }, "sysstat": { "100": { "checksum": "", "enabled": 1 } }, "systemd": { "100": { "checksum": "", "enabled": 1 } }, "tangd": { "100": { "checksum": "", "enabled": 1 } }, "targetd": { "100": { "checksum": "", "enabled": 1 } }, "tcpd": { "100": { "checksum": "", "enabled": 1 } }, "tcsd": { "100": { "checksum": "", "enabled": 1 } }, "telepathy": { "100": { "checksum": "", "enabled": 1 } }, "telnet": { "100": { "checksum": "", "enabled": 1 } }, "tftp": { "100": { "checksum": "", "enabled": 1 } }, "tgtd": { "100": { "checksum": "", "enabled": 1 } }, "thin": { "100": { "checksum": "", "enabled": 1 } }, "thumb": { "100": { "checksum": "", "enabled": 1 } }, "tlp": { "100": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "", "enabled": 1 } }, "tomcat": { "100": { "checksum": "", "enabled": 1 } }, "tor": { "100": { "checksum": "", "enabled": 1 } }, "tuned": { "100": { "checksum": "", "enabled": 1 } }, "tvtime": { "100": { "checksum": "", "enabled": 1 } }, "udev": { "100": { "checksum": "", "enabled": 1 } }, "ulogd": { "100": { "checksum": "", "enabled": 1 } }, "uml": { "100": { "checksum": "", "enabled": 1 } }, "unconfined": { "100": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "", "enabled": 1 } }, "updfstab": { "100": { "checksum": "", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "", "enabled": 1 } }, "userdomain": { "100": { "checksum": "", "enabled": 1 } }, "userhelper": { "100": { "checksum": "", "enabled": 1 } }, "usermanage": { "100": { "checksum": "", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "", "enabled": 1 } }, "uucp": { "100": { "checksum": "", "enabled": 1 } }, "uuidd": { "100": { "checksum": "", "enabled": 1 } }, "varnishd": { "100": { "checksum": "", "enabled": 1 } }, "vdagent": { "100": { "checksum": "", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "", "enabled": 1 } }, "virt": { "100": { "checksum": "", "enabled": 1 } }, "vlock": { "100": { "checksum": "", "enabled": 1 } }, "vmtools": { "100": { "checksum": "", "enabled": 1 } }, "vmware": { "100": { "checksum": "", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "", "enabled": 1 } }, "vpn": { "100": { "checksum": "", "enabled": 1 } }, "w3c": { "100": { "checksum": "", "enabled": 1 } }, "watchdog": { "100": { "checksum": "", "enabled": 1 } }, "wdmd": { "100": { "checksum": "", "enabled": 1 } }, "webadm": { "100": { "checksum": "", "enabled": 1 } }, "webalizer": { "100": { "checksum": "", "enabled": 1 } }, "wine": { "100": { "checksum": "", "enabled": 1 } }, "wireshark": { "100": { "checksum": "", "enabled": 1 } }, "xen": { "100": { "checksum": "", "enabled": 1 } }, "xguest": { "100": { "checksum": "", "enabled": 1 } }, "xserver": { "100": { "checksum": "", "enabled": 1 } }, "zabbix": { "100": { "checksum": "", "enabled": 1 } }, "zarafa": { "100": { "checksum": "", "enabled": 1 } }, "zebra": { "100": { "checksum": "", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "", "enabled": 1 } }, "zosremote": { "100": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:170 Wednesday 07 January 2026 18:31:33 -0500 (0:00:00.247) 0:01:41.810 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Wednesday 07 January 2026 18:31:33 -0500 (0:00:00.059) 0:01:41.870 ***** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:191 Wednesday 07 January 2026 18:31:33 -0500 (0:00:00.062) 0:01:41.933 ***** TASK [Register (wrong host, wrong port)] *************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:39 Wednesday 07 January 2026 18:31:33 -0500 (0:00:00.053) 0:01:41.986 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Wednesday 07 January 2026 18:31:33 -0500 (0:00:00.064) 0:01:42.051 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Wednesday 07 January 2026 18:31:33 -0500 (0:00:00.111) 0:01:42.163 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Wednesday 07 January 2026 18:31:34 -0500 (0:00:00.066) 0:01:42.229 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Wednesday 07 January 2026 18:31:34 -0500 (0:00:00.054) 0:01:42.283 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Wednesday 07 January 2026 18:31:34 -0500 (0:00:00.053) 0:01:42.337 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Wednesday 07 January 2026 18:31:34 -0500 (0:00:00.062) 0:01:42.399 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Wednesday 07 January 2026 18:31:34 -0500 (0:00:00.062) 0:01:42.462 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Wednesday 07 January 2026 18:31:34 -0500 (0:00:00.069) 0:01:42.531 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.54-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Wednesday 07 January 2026 18:31:35 -0500 (0:00:00.840) 0:01:43.372 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Wednesday 07 January 2026 18:31:35 -0500 (0:00:00.058) 0:01:43.431 ***** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "/sbin/subscription-manager register --org donaldduck --username doc '--********' '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error, unable to connect to proxy server. MSG: Proxy error, unable to connect to proxy server. TASK [Assert registration failed] ********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:63 Wednesday 07 January 2026 18:31:36 -0500 (0:00:01.180) 0:01:44.612 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Register (wrong host)] *************************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:69 Wednesday 07 January 2026 18:31:36 -0500 (0:00:00.060) 0:01:44.672 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Wednesday 07 January 2026 18:31:36 -0500 (0:00:00.064) 0:01:44.737 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Wednesday 07 January 2026 18:31:36 -0500 (0:00:00.062) 0:01:44.800 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Wednesday 07 January 2026 18:31:36 -0500 (0:00:00.064) 0:01:44.864 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Wednesday 07 January 2026 18:31:36 -0500 (0:00:00.053) 0:01:44.918 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Wednesday 07 January 2026 18:31:36 -0500 (0:00:00.064) 0:01:44.983 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Wednesday 07 January 2026 18:31:36 -0500 (0:00:00.064) 0:01:45.047 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Wednesday 07 January 2026 18:31:36 -0500 (0:00:00.064) 0:01:45.111 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Wednesday 07 January 2026 18:31:37 -0500 (0:00:00.069) 0:01:45.181 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.54-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Wednesday 07 January 2026 18:31:37 -0500 (0:00:00.919) 0:01:46.101 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Wednesday 07 January 2026 18:31:37 -0500 (0:00:00.057) 0:01:46.158 ***** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "/sbin/subscription-manager register --org donaldduck --username doc '--********' '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error, unable to connect to proxy server. MSG: Proxy error, unable to connect to proxy server. TASK [Assert registration failed] ********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:93 Wednesday 07 January 2026 18:31:39 -0500 (0:00:01.046) 0:01:47.205 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Register (wrong port)] *************************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:99 Wednesday 07 January 2026 18:31:39 -0500 (0:00:00.060) 0:01:47.265 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Wednesday 07 January 2026 18:31:39 -0500 (0:00:00.064) 0:01:47.329 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Wednesday 07 January 2026 18:31:39 -0500 (0:00:00.062) 0:01:47.392 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Wednesday 07 January 2026 18:31:39 -0500 (0:00:00.065) 0:01:47.457 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Wednesday 07 January 2026 18:31:39 -0500 (0:00:00.053) 0:01:47.511 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Wednesday 07 January 2026 18:31:39 -0500 (0:00:00.055) 0:01:47.566 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Wednesday 07 January 2026 18:31:39 -0500 (0:00:00.062) 0:01:47.629 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Wednesday 07 January 2026 18:31:39 -0500 (0:00:00.064) 0:01:47.694 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Wednesday 07 January 2026 18:31:39 -0500 (0:00:00.068) 0:01:47.762 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.54-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Wednesday 07 January 2026 18:31:40 -0500 (0:00:00.831) 0:01:48.594 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Wednesday 07 January 2026 18:31:40 -0500 (0:00:00.059) 0:01:48.654 ***** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "/sbin/subscription-manager register --org donaldduck --username doc '--********' '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Network error, unable to connect to server. Please see /var/log/rhsm/rhsm.log for more information. MSG: Network error, unable to connect to server. Please see /var/log/rhsm/rhsm.log for more information. TASK [Assert registration failed] ********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:123 Wednesday 07 January 2026 18:31:41 -0500 (0:00:01.004) 0:01:49.658 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Register (no authentication)] ******************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:127 Wednesday 07 January 2026 18:31:41 -0500 (0:00:00.076) 0:01:49.734 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Wednesday 07 January 2026 18:31:41 -0500 (0:00:00.195) 0:01:49.930 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Wednesday 07 January 2026 18:31:41 -0500 (0:00:00.092) 0:01:50.023 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Wednesday 07 January 2026 18:31:41 -0500 (0:00:00.103) 0:01:50.126 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Wednesday 07 January 2026 18:31:42 -0500 (0:00:00.072) 0:01:50.198 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Wednesday 07 January 2026 18:31:42 -0500 (0:00:00.061) 0:01:50.260 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Wednesday 07 January 2026 18:31:42 -0500 (0:00:00.062) 0:01:50.323 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Wednesday 07 January 2026 18:31:42 -0500 (0:00:00.062) 0:01:50.385 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Wednesday 07 January 2026 18:31:42 -0500 (0:00:00.066) 0:01:50.452 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.54-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Wednesday 07 January 2026 18:31:43 -0500 (0:00:00.889) 0:01:51.341 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Wednesday 07 January 2026 18:31:43 -0500 (0:00:00.057) 0:01:51.399 ***** changed: [managed-node1] => { "changed": true, "subscribed_pool_ids": [] } MSG: System successfully registered to 'candlepin.local'. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:49 Wednesday 07 January 2026 18:31:50 -0500 (0:00:07.349) 0:01:58.749 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:58 Wednesday 07 January 2026 18:31:50 -0500 (0:00:00.061) 0:01:58.810 ***** TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Wednesday 07 January 2026 18:31:50 -0500 (0:00:00.054) 0:01:58.865 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check scheme] ************************************************************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:149 Wednesday 07 January 2026 18:31:50 -0500 (0:00:00.066) 0:01:58.931 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^proxy_scheme *= *https", "/etc/rhsm/rhsm.conf" ], "delta": "0:00:00.003207", "end": "2026-01-07 18:31:51.013096", "rc": 0, "start": "2026-01-07 18:31:51.009889" } STDOUT: proxy_scheme = https TASK [Unregister] ************************************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:156 Wednesday 07 January 2026 18:31:51 -0500 (0:00:00.328) 0:01:59.260 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Wednesday 07 January 2026 18:31:51 -0500 (0:00:00.194) 0:01:59.455 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Wednesday 07 January 2026 18:31:51 -0500 (0:00:00.062) 0:01:59.517 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Wednesday 07 January 2026 18:31:51 -0500 (0:00:00.065) 0:01:59.583 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Wednesday 07 January 2026 18:31:51 -0500 (0:00:00.054) 0:01:59.638 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Wednesday 07 January 2026 18:31:51 -0500 (0:00:00.057) 0:01:59.695 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Wednesday 07 January 2026 18:31:51 -0500 (0:00:00.063) 0:01:59.759 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Wednesday 07 January 2026 18:31:51 -0500 (0:00:00.064) 0:01:59.823 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Wednesday 07 January 2026 18:31:51 -0500 (0:00:00.065) 0:01:59.889 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Wednesday 07 January 2026 18:31:51 -0500 (0:00:00.058) 0:01:59.947 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Wednesday 07 January 2026 18:31:51 -0500 (0:00:00.054) 0:02:00.001 ***** changed: [managed-node1] => { "changed": true } MSG: System successfully unregistered from None. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:49 Wednesday 07 January 2026 18:31:53 -0500 (0:00:01.425) 0:02:01.426 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:58 Wednesday 07 January 2026 18:31:53 -0500 (0:00:00.072) 0:02:01.499 ***** TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Wednesday 07 January 2026 18:31:53 -0500 (0:00:00.052) 0:02:01.552 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install packages for squid] ********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:7 Wednesday 07 January 2026 18:31:53 -0500 (0:00:00.063) 0:02:01.615 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "7:squid-3.5.20-17.el7_9.10.x86_64 providing squid is already installed", "httpd-tools-2.4.6-99.el7.centos.1.x86_64 providing httpd-tools is already installed" ] } TASK [Check the status of the backup of configuration] ************************* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:15 Wednesday 07 January 2026 18:31:54 -0500 (0:00:00.838) 0:02:02.454 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1767828676.445161, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "70f953b530665efdfdd23b298cf8eddbacda74c0", "ctime": 1767828677.5601547, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 793729, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1713279223.0, "nlink": 1, "path": "/etc/squid/squid.conf.BACKUP", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 2244, "uid": 0, "version": "18446744072915022975", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Backup the configuration] ************************************************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:20 Wednesday 07 January 2026 18:31:54 -0500 (0:00:00.369) 0:02:02.823 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Copy the pristine configuration back] ************************************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:29 Wednesday 07 January 2026 18:31:54 -0500 (0:00:00.058) 0:02:02.882 ***** changed: [managed-node1] => { "changed": true, "checksum": "70f953b530665efdfdd23b298cf8eddbacda74c0", "dest": "/etc/squid/squid.conf", "gid": 23, "group": "squid", "md5sum": "3c8af1986cc652e972c35db57e808d36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:squid_conf_t:s0", "size": 2244, "src": "/etc/squid/squid.conf.BACKUP", "state": "file", "uid": 0 } TASK [Open the Candlepin port] ************************************************* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:38 Wednesday 07 January 2026 18:31:55 -0500 (0:00:00.322) 0:02:03.205 ***** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Set the shutdown lifetime] *********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:47 Wednesday 07 January 2026 18:31:55 -0500 (0:00:00.351) 0:02:03.556 ***** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Set the port] ************************************************************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:57 Wednesday 07 January 2026 18:31:55 -0500 (0:00:00.345) 0:02:03.902 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create the new passwd file] ********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:66 Wednesday 07 January 2026 18:31:55 -0500 (0:00:00.059) 0:02:03.962 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "htpasswd", "-c", "-b", "-m", "/etc/squid/passwd", "proxyuser", "proxypass" ], "delta": "0:00:00.004481", "end": "2026-01-07 18:31:56.046979", "rc": 0, "start": "2026-01-07 18:31:56.042498" } STDERR: Adding password for user proxyuser TASK [Set the port] ************************************************************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:78 Wednesday 07 January 2026 18:31:56 -0500 (0:00:00.334) 0:02:04.296 ***** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line replaced TASK [Disable HTTP access allow] *********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:84 Wednesday 07 January 2026 18:31:56 -0500 (0:00:00.398) 0:02:04.695 ***** changed: [managed-node1] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [Insert initial auth config] ********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:90 Wednesday 07 January 2026 18:31:56 -0500 (0:00:00.370) 0:02:05.066 ***** changed: [managed-node1] => { "changed": true } MSG: Block inserted TASK [Add authenticated acl] *************************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:103 Wednesday 07 January 2026 18:31:57 -0500 (0:00:00.464) 0:02:05.530 ***** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Allow authenticated acl] ************************************************* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:111 Wednesday 07 January 2026 18:31:57 -0500 (0:00:00.324) 0:02:05.855 ***** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Restart squid] *********************************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:119 Wednesday 07 January 2026 18:31:58 -0500 (0:00:00.330) 0:02:06.185 ***** changed: [managed-node1] => { "changed": true, "name": "squid", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2026-01-07 18:31:19 EST", "ActiveEnterTimestampMonotonic": "314151765", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket network.target nss-lookup.target syslog.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2026-01-07 18:31:19 EST", "AssertTimestampMonotonic": "314120967", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2026-01-07 18:31:19 EST", "ConditionTimestampMonotonic": "314120965", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/squid.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Squid caching proxy", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/squid (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11987", "ExecMainStartTimestamp": "Wed 2026-01-07 18:31:19 EST", "ExecMainStartTimestampMonotonic": "314151720", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid $SQUID_OPTS -k reconfigure -f $SQUID_CONF ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid $SQUID_OPTS -f $SQUID_CONF ; ignore_errors=no ; start_time=[Wed 2026-01-07 18:31:19 EST] ; stop_time=[Wed 2026-01-07 18:31:19 EST] ; pid=11985 ; code=exited ; status=0 }", "ExecStartPre": "{ path=/usr/libexec/squid/cache_swap.sh ; argv[]=/usr/libexec/squid/cache_swap.sh ; ignore_errors=no ; start_time=[Wed 2026-01-07 18:31:19 EST] ; stop_time=[Wed 2026-01-07 18:31:19 EST] ; pid=11979 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid -k shutdown -f $SQUID_CONF ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/squid.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "squid.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Wed 2026-01-07 18:31:19 EST", "InactiveExitTimestampMonotonic": "314121684", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "16384", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "11987", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "squid.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "0", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestamp": "Wed 2026-01-07 18:31:19 EST", "WatchdogTimestampMonotonic": "314151744", "WatchdogUSec": "0" } } TASK [Register (missing credentials)] ****************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:169 Wednesday 07 January 2026 18:31:58 -0500 (0:00:00.747) 0:02:06.932 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Wednesday 07 January 2026 18:31:58 -0500 (0:00:00.064) 0:02:06.996 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Wednesday 07 January 2026 18:31:58 -0500 (0:00:00.063) 0:02:07.059 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Wednesday 07 January 2026 18:31:58 -0500 (0:00:00.064) 0:02:07.124 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Wednesday 07 January 2026 18:31:59 -0500 (0:00:00.055) 0:02:07.179 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Wednesday 07 January 2026 18:31:59 -0500 (0:00:00.094) 0:02:07.273 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Wednesday 07 January 2026 18:31:59 -0500 (0:00:00.066) 0:02:07.339 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Wednesday 07 January 2026 18:31:59 -0500 (0:00:00.063) 0:02:07.403 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Wednesday 07 January 2026 18:31:59 -0500 (0:00:00.077) 0:02:07.481 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.54-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Wednesday 07 January 2026 18:32:00 -0500 (0:00:00.848) 0:02:08.329 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Wednesday 07 January 2026 18:32:00 -0500 (0:00:00.090) 0:02:08.419 ***** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "/sbin/subscription-manager register --org donaldduck --username doc '--********' '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error, unable to connect to proxy server. MSG: Proxy error, unable to connect to proxy server. TASK [Assert registration failed] ********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:194 Wednesday 07 January 2026 18:32:01 -0500 (0:00:01.229) 0:02:09.648 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Register (wrong username, wrong password)] ******************************* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:200 Wednesday 07 January 2026 18:32:01 -0500 (0:00:00.092) 0:02:09.741 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Wednesday 07 January 2026 18:32:01 -0500 (0:00:00.106) 0:02:09.848 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Wednesday 07 January 2026 18:32:01 -0500 (0:00:00.102) 0:02:09.950 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Wednesday 07 January 2026 18:32:01 -0500 (0:00:00.085) 0:02:10.036 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Wednesday 07 January 2026 18:32:01 -0500 (0:00:00.069) 0:02:10.106 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Wednesday 07 January 2026 18:32:01 -0500 (0:00:00.058) 0:02:10.165 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Wednesday 07 January 2026 18:32:02 -0500 (0:00:00.066) 0:02:10.231 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Wednesday 07 January 2026 18:32:02 -0500 (0:00:00.065) 0:02:10.296 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Wednesday 07 January 2026 18:32:02 -0500 (0:00:00.110) 0:02:10.407 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.54-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Wednesday 07 January 2026 18:32:03 -0500 (0:00:00.893) 0:02:11.300 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Wednesday 07 January 2026 18:32:03 -0500 (0:00:00.078) 0:02:11.379 ***** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "/sbin/subscription-manager register --org donaldduck --username doc '--********' '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error, unable to connect to proxy server. MSG: Proxy error, unable to connect to proxy server. TASK [Assert registration failed] ********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:227 Wednesday 07 January 2026 18:32:04 -0500 (0:00:01.022) 0:02:12.401 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Register (wrong username)] *********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:233 Wednesday 07 January 2026 18:32:04 -0500 (0:00:00.066) 0:02:12.468 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Wednesday 07 January 2026 18:32:04 -0500 (0:00:00.098) 0:02:12.567 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Wednesday 07 January 2026 18:32:04 -0500 (0:00:00.122) 0:02:12.689 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Wednesday 07 January 2026 18:32:04 -0500 (0:00:00.098) 0:02:12.788 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Wednesday 07 January 2026 18:32:04 -0500 (0:00:00.087) 0:02:12.875 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Wednesday 07 January 2026 18:32:04 -0500 (0:00:00.086) 0:02:12.962 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Wednesday 07 January 2026 18:32:04 -0500 (0:00:00.097) 0:02:13.059 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Wednesday 07 January 2026 18:32:04 -0500 (0:00:00.087) 0:02:13.147 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Wednesday 07 January 2026 18:32:05 -0500 (0:00:00.091) 0:02:13.238 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.54-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Wednesday 07 January 2026 18:32:05 -0500 (0:00:00.859) 0:02:14.098 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Wednesday 07 January 2026 18:32:06 -0500 (0:00:00.077) 0:02:14.176 ***** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "/sbin/subscription-manager register --org donaldduck --username doc '--********' '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error, unable to connect to proxy server. MSG: Proxy error, unable to connect to proxy server. TASK [Assert registration failed] ********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:260 Wednesday 07 January 2026 18:32:07 -0500 (0:00:00.998) 0:02:15.174 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Register (wrong password)] *********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:266 Wednesday 07 January 2026 18:32:07 -0500 (0:00:00.064) 0:02:15.239 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Wednesday 07 January 2026 18:32:07 -0500 (0:00:00.065) 0:02:15.304 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Wednesday 07 January 2026 18:32:07 -0500 (0:00:00.063) 0:02:15.368 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Wednesday 07 January 2026 18:32:07 -0500 (0:00:00.064) 0:02:15.432 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Wednesday 07 January 2026 18:32:07 -0500 (0:00:00.056) 0:02:15.489 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Wednesday 07 January 2026 18:32:07 -0500 (0:00:00.060) 0:02:15.549 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Wednesday 07 January 2026 18:32:07 -0500 (0:00:00.063) 0:02:15.613 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Wednesday 07 January 2026 18:32:07 -0500 (0:00:00.072) 0:02:15.686 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Wednesday 07 January 2026 18:32:07 -0500 (0:00:00.069) 0:02:15.755 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.54-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Wednesday 07 January 2026 18:32:08 -0500 (0:00:00.899) 0:02:16.655 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Wednesday 07 January 2026 18:32:08 -0500 (0:00:00.066) 0:02:16.721 ***** fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "/sbin/subscription-manager register --org donaldduck --username doc '--********' '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error, unable to connect to proxy server. MSG: Proxy error, unable to connect to proxy server. TASK [Assert registration failed] ********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:293 Wednesday 07 January 2026 18:32:09 -0500 (0:00:01.034) 0:02:17.755 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Register (authentication)] *********************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:297 Wednesday 07 January 2026 18:32:09 -0500 (0:00:00.095) 0:02:17.851 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Wednesday 07 January 2026 18:32:09 -0500 (0:00:00.198) 0:02:18.049 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Wednesday 07 January 2026 18:32:09 -0500 (0:00:00.061) 0:02:18.111 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Wednesday 07 January 2026 18:32:10 -0500 (0:00:00.069) 0:02:18.181 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Wednesday 07 January 2026 18:32:10 -0500 (0:00:00.070) 0:02:18.252 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Wednesday 07 January 2026 18:32:10 -0500 (0:00:00.057) 0:02:18.310 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Wednesday 07 January 2026 18:32:10 -0500 (0:00:00.063) 0:02:18.373 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Wednesday 07 January 2026 18:32:10 -0500 (0:00:00.062) 0:02:18.436 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Wednesday 07 January 2026 18:32:10 -0500 (0:00:00.066) 0:02:18.502 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.54-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Wednesday 07 January 2026 18:32:11 -0500 (0:00:00.848) 0:02:19.350 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Wednesday 07 January 2026 18:32:11 -0500 (0:00:00.157) 0:02:19.508 ***** changed: [managed-node1] => { "changed": true, "subscribed_pool_ids": [] } MSG: System successfully registered to 'candlepin.local'. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:49 Wednesday 07 January 2026 18:32:14 -0500 (0:00:03.639) 0:02:23.148 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:58 Wednesday 07 January 2026 18:32:15 -0500 (0:00:00.076) 0:02:23.224 ***** TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Wednesday 07 January 2026 18:32:15 -0500 (0:00:00.054) 0:02:23.279 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check scheme] ************************************************************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:321 Wednesday 07 January 2026 18:32:15 -0500 (0:00:00.066) 0:02:23.345 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^proxy_scheme *= *https", "/etc/rhsm/rhsm.conf" ], "delta": "0:00:00.003866", "end": "2026-01-07 18:32:15.429128", "rc": 0, "start": "2026-01-07 18:32:15.425262" } STDOUT: proxy_scheme = https TASK [Unregister] ************************************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:328 Wednesday 07 January 2026 18:32:15 -0500 (0:00:00.320) 0:02:23.665 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Wednesday 07 January 2026 18:32:15 -0500 (0:00:00.204) 0:02:23.870 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Wednesday 07 January 2026 18:32:15 -0500 (0:00:00.069) 0:02:23.939 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Wednesday 07 January 2026 18:32:15 -0500 (0:00:00.091) 0:02:24.031 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Wednesday 07 January 2026 18:32:15 -0500 (0:00:00.070) 0:02:24.101 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Wednesday 07 January 2026 18:32:15 -0500 (0:00:00.058) 0:02:24.160 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Wednesday 07 January 2026 18:32:16 -0500 (0:00:00.062) 0:02:24.222 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Wednesday 07 January 2026 18:32:16 -0500 (0:00:00.063) 0:02:24.286 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Wednesday 07 January 2026 18:32:16 -0500 (0:00:00.072) 0:02:24.358 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Wednesday 07 January 2026 18:32:16 -0500 (0:00:00.069) 0:02:24.427 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Wednesday 07 January 2026 18:32:16 -0500 (0:00:00.058) 0:02:24.485 ***** changed: [managed-node1] => { "changed": true } MSG: System successfully unregistered from None. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:49 Wednesday 07 January 2026 18:32:17 -0500 (0:00:01.327) 0:02:25.812 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:58 Wednesday 07 January 2026 18:32:17 -0500 (0:00:00.068) 0:02:25.881 ***** TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Wednesday 07 January 2026 18:32:17 -0500 (0:00:00.064) 0:02:25.945 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Register (without proxy)] ************************************************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:334 Wednesday 07 January 2026 18:32:17 -0500 (0:00:00.066) 0:02:26.011 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Wednesday 07 January 2026 18:32:18 -0500 (0:00:00.301) 0:02:26.312 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Wednesday 07 January 2026 18:32:18 -0500 (0:00:00.063) 0:02:26.376 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Wednesday 07 January 2026 18:32:18 -0500 (0:00:00.067) 0:02:26.444 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Wednesday 07 January 2026 18:32:18 -0500 (0:00:00.054) 0:02:26.498 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Wednesday 07 January 2026 18:32:18 -0500 (0:00:00.075) 0:02:26.574 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Wednesday 07 January 2026 18:32:18 -0500 (0:00:00.065) 0:02:26.640 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Wednesday 07 January 2026 18:32:18 -0500 (0:00:00.063) 0:02:26.704 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Wednesday 07 January 2026 18:32:18 -0500 (0:00:00.066) 0:02:26.770 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.54-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Wednesday 07 January 2026 18:32:19 -0500 (0:00:00.908) 0:02:27.679 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Wednesday 07 January 2026 18:32:19 -0500 (0:00:00.093) 0:02:27.773 ***** changed: [managed-node1] => { "changed": true, "subscribed_pool_ids": [] } MSG: System successfully registered to 'candlepin.local'. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:49 Wednesday 07 January 2026 18:32:23 -0500 (0:00:03.776) 0:02:31.549 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:58 Wednesday 07 January 2026 18:32:23 -0500 (0:00:00.077) 0:02:31.627 ***** TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Wednesday 07 January 2026 18:32:23 -0500 (0:00:00.073) 0:02:31.700 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unregister] ************************************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:353 Wednesday 07 January 2026 18:32:23 -0500 (0:00:00.102) 0:02:31.803 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Wednesday 07 January 2026 18:32:23 -0500 (0:00:00.201) 0:02:32.004 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Wednesday 07 January 2026 18:32:23 -0500 (0:00:00.113) 0:02:32.118 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Wednesday 07 January 2026 18:32:24 -0500 (0:00:00.068) 0:02:32.186 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Wednesday 07 January 2026 18:32:24 -0500 (0:00:00.056) 0:02:32.242 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Wednesday 07 January 2026 18:32:24 -0500 (0:00:00.062) 0:02:32.305 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Wednesday 07 January 2026 18:32:24 -0500 (0:00:00.077) 0:02:32.382 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Wednesday 07 January 2026 18:32:24 -0500 (0:00:00.071) 0:02:32.454 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Wednesday 07 January 2026 18:32:24 -0500 (0:00:00.071) 0:02:32.526 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Wednesday 07 January 2026 18:32:24 -0500 (0:00:00.068) 0:02:32.594 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Wednesday 07 January 2026 18:32:24 -0500 (0:00:00.062) 0:02:32.656 ***** changed: [managed-node1] => { "changed": true } MSG: System successfully unregistered from None. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:49 Wednesday 07 January 2026 18:32:25 -0500 (0:00:01.191) 0:02:33.848 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:58 Wednesday 07 January 2026 18:32:25 -0500 (0:00:00.061) 0:02:33.909 ***** TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Wednesday 07 January 2026 18:32:25 -0500 (0:00:00.057) 0:02:33.967 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up Candlepin container] ******************************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:359 Wednesday 07 January 2026 18:32:25 -0500 (0:00:00.072) 0:02:34.039 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml for managed-node1 TASK [Check if the candlepin container exists] ********************************* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml:6 Wednesday 07 January 2026 18:32:25 -0500 (0:00:00.121) 0:02:34.160 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "podman", "ps", "-a", "--filter", "name=candlepin" ], "delta": "0:00:00.082745", "end": "2026-01-07 18:32:26.326669", "rc": 0, "start": "2026-01-07 18:32:26.243924" } STDOUT: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES b40c09029984 ghcr.io/candlepin/candlepin-unofficial:latest /sbin/init About a minute ago Up About a minute ago 0.0.0.0:8080->8080/tcp candlepin TASK [Ensure that Candlepin container doesn't exist] *************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml:17 Wednesday 07 January 2026 18:32:26 -0500 (0:00:00.453) 0:02:34.614 ***** changed: [managed-node1] => { "changed": true, "cmd": [ "podman", "stop", "candlepin" ], "delta": "0:00:00.529364", "end": "2026-01-07 18:32:27.225322", "rc": 0, "start": "2026-01-07 18:32:26.695958" } STDOUT: b40c090299841abc3d4a3a0ae950d4e17fa2929722dbd29d7809e5fbffffab55 TASK [Remove SELinux policy for proxy ports] *********************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:362 Wednesday 07 January 2026 18:32:27 -0500 (0:00:00.865) 0:02:35.480 ***** TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 07 January 2026 18:32:27 -0500 (0:00:00.213) 0:02:35.693 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Wednesday 07 January 2026 18:32:27 -0500 (0:00:00.062) 0:02:35.756 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Wednesday 07 January 2026 18:32:27 -0500 (0:00:00.064) 0:02:35.820 ***** included: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Wednesday 07 January 2026 18:32:27 -0500 (0:00:00.071) 0:02:35.892 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Wednesday 07 January 2026 18:32:27 -0500 (0:00:00.056) 0:02:35.949 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Wednesday 07 January 2026 18:32:27 -0500 (0:00:00.058) 0:02:36.007 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Wednesday 07 January 2026 18:32:27 -0500 (0:00:00.055) 0:02:36.063 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Wednesday 07 January 2026 18:32:27 -0500 (0:00:00.054) 0:02:36.117 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.5-34.el7.x86_64 providing policycoreutils-python is already installed" ] } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Wednesday 07 January 2026 18:32:28 -0500 (0:00:00.859) 0:02:36.977 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Wednesday 07 January 2026 18:32:28 -0500 (0:00:00.072) 0:02:37.049 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Wednesday 07 January 2026 18:32:29 -0500 (0:00:00.156) 0:02:37.206 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Wednesday 07 January 2026 18:32:29 -0500 (0:00:00.075) 0:02:37.282 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Wednesday 07 January 2026 18:32:29 -0500 (0:00:00.073) 0:02:37.355 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Wednesday 07 January 2026 18:32:29 -0500 (0:00:00.056) 0:02:37.412 ***** skipping: [managed-node1] => { "changed": 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-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Wednesday 07 January 2026 18:32:29 -0500 (0:00:00.056) 0:02:37.468 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Wednesday 07 January 2026 18:32:29 -0500 (0:00:00.056) 0:02:37.524 ***** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Wednesday 07 January 2026 18:32:29 -0500 (0:00:00.552) 0:02:38.077 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Wednesday 07 January 2026 18:32:29 -0500 (0:00:00.056) 0:02:38.133 ***** skipping: [managed-node1] => { "changed": false, "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-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.061) 0:02:38.195 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.058) 0:02:38.253 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.081) 0:02:38.335 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.078) 0:02:38.413 ***** ok: [managed-node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.065) 0:02:38.479 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.069) 0:02:38.548 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.032) 0:02:38.581 ***** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.072) 0:02:38.653 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.055) 0:02:38.709 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.062) 0:02:38.771 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.060) 0:02:38.831 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.065) 0:02:38.897 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.058) 0:02:38.955 ***** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.060) 0:02:39.016 ***** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Wednesday 07 January 2026 18:32:30 -0500 (0:00:00.054) 0:02:39.070 ***** changed: [managed-node1] => (item={u'setype': u'squid_port_t', u'proto': u'tcp', u'local': True, u'state': u'absent', u'ports': [u'3128', u'3130', u'4000']}) => { "__selinux_item": { "local": true, "ports": [ "3128", "3130", "4000" ], "proto": "tcp", "setype": "squid_port_t", "state": "absent" }, "ansible_loop_var": "__selinux_item", "changed": true, "ports": [ "3128", "3130", "4000" ], "proto": "tcp", "setype": "squid_port_t", "state": "absent" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Wednesday 07 January 2026 18:32:37 -0500 (0:00:06.983) 0:02:46.054 ***** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Wednesday 07 January 2026 18:32:37 -0500 (0:00:00.056) 0:02:46.111 ***** ok: [managed-node1] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "100": { "checksum": "", "enabled": 1 } }, "accountsd": { "100": { "checksum": "", "enabled": 1 } }, "acct": { "100": { "checksum": "", "enabled": 1 } }, "afs": { "100": { "checksum": "", "enabled": 1 } }, "aiccu": { "100": { "checksum": "", "enabled": 1 } }, "aide": { "100": { "checksum": "", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "", "enabled": 1 } }, "alsa": { "100": { "checksum": "", "enabled": 1 } }, "amanda": { "100": { "checksum": "", "enabled": 1 } }, "amtu": { "100": { "checksum": "", "enabled": 1 } }, "anaconda": { "100": { "checksum": "", "enabled": 1 } }, "antivirus": { "100": { "checksum": "", "enabled": 1 } }, "apache": { "100": { "checksum": "", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "", "enabled": 1 } }, "apm": { "100": { "checksum": "", "enabled": 1 } }, "application": { "100": { "checksum": "", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "", "enabled": 1 } }, "asterisk": { "100": { "checksum": "", "enabled": 1 } }, "auditadm": { "100": { "checksum": "", "enabled": 1 } }, "authconfig": { "100": { "checksum": "", "enabled": 1 } }, "authlogin": { "100": { "checksum": "", "enabled": 1 } }, "automount": { "100": { "checksum": "", "enabled": 1 } }, "avahi": { "100": { "checksum": "", "enabled": 1 } }, "awstats": { "100": { "checksum": "", "enabled": 1 } }, "bacula": { "100": { "checksum": "", "enabled": 1 } }, "base": { "100": { "checksum": "", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "", "enabled": 1 } }, "bind": { "100": { "checksum": "", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "", "enabled": 1 } }, "blueman": { "100": { "checksum": "", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "", "enabled": 1 } }, "boinc": { "100": { "checksum": "", "enabled": 1 } }, "boltd": { "100": { "checksum": "", "enabled": 1 } }, "bootloader": { "100": { "checksum": "", "enabled": 1 } }, "brctl": { "100": { "checksum": "", "enabled": 1 } }, "brltty": { "100": { "checksum": "", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "", "enabled": 1 } }, "calamaris": { "100": { "checksum": "", "enabled": 1 } }, "callweaver": { "100": { "checksum": "", "enabled": 1 } }, "canna": { "100": { "checksum": "", "enabled": 1 } }, "ccs": { "100": { "checksum": "", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "", "enabled": 1 } }, "certmaster": { "100": { "checksum": "", "enabled": 1 } }, "certmonger": { "100": { "checksum": "", "enabled": 1 } }, "certwatch": { "100": { "checksum": "", "enabled": 1 } }, "cfengine": { "100": { "checksum": "", "enabled": 1 } }, "cgdcbxd": { "100": { "checksum": "", "enabled": 1 } }, "cgroup": { "100": { "checksum": "", "enabled": 1 } }, "chrome": { "100": { "checksum": "", "enabled": 1 } }, "chronyd": { "100": { "checksum": "", "enabled": 1 } }, "cinder": { "100": { "checksum": "", "enabled": 1 } }, "cipe": { "100": { "checksum": "", "enabled": 1 } }, "clock": { "100": { "checksum": "", "enabled": 1 } }, "clogd": { "100": { "checksum": "", "enabled": 1 } }, "cloudform": { "100": { "checksum": "", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "", "enabled": 1 } }, "cobbler": { "100": { "checksum": "", "enabled": 1 } }, "cockpit": { "100": { "checksum": "", "enabled": 1 } }, "collectd": { "100": { "checksum": "", "enabled": 1 } }, "colord": { "100": { "checksum": "", "enabled": 1 } }, "comsat": { "100": { "checksum": "", "enabled": 1 } }, "condor": { "100": { "checksum": "", "enabled": 1 } }, "conman": { "100": { "checksum": "", "enabled": 1 } }, "consolekit": { "100": { "checksum": "", "enabled": 1 } }, "container": { "100": { "checksum": "", "enabled": 1 }, "200": { "checksum": "", "enabled": 1 } }, "couchdb": { "100": { "checksum": "", "enabled": 1 } }, "courier": { "100": { "checksum": "", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "", "enabled": 1 } }, "cron": { "100": { "checksum": "", "enabled": 1 } }, "ctdb": { "100": { "checksum": "", "enabled": 1 } }, "cups": { "100": { "checksum": "", "enabled": 1 } }, "cvs": { "100": { "checksum": "", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "", "enabled": 1 } }, "cyrus": { "100": { "checksum": "", "enabled": 1 } }, "daemontools": { "100": { "checksum": "", "enabled": 1 } }, "dbadm": { "100": { "checksum": "", "enabled": 1 } }, "dbskk": { "100": { "checksum": "", "enabled": 1 } }, "dbus": { "100": { "checksum": "", "enabled": 1 } }, "dcc": { "100": { "checksum": "", "enabled": 1 } }, "ddclient": { "100": { "checksum": "", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "", "enabled": 1 } }, "devicekit": { "100": { "checksum": "", "enabled": 1 } }, "dhcp": { "100": { "checksum": "", "enabled": 1 } }, "dictd": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "", "enabled": 1 } }, "dmesg": { "100": { "checksum": "", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "", "enabled": 1 } }, "dnssec": { "100": { "checksum": "", "enabled": 1 } }, "dovecot": { "100": { "checksum": "", "enabled": 1 } }, "drbd": { "100": { "checksum": "", "enabled": 1 } }, "dspam": { "100": { "checksum": "", "enabled": 1 } }, "entropyd": { "100": { "checksum": "", "enabled": 1 } }, "exim": { "100": { "checksum": "", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "", "enabled": 1 } }, "fcoe": { "100": { "checksum": "", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "", "enabled": 1 } }, "finger": { "100": { "checksum": "", "enabled": 1 } }, "firewalld": { "100": { "checksum": "", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "", "enabled": 1 } }, "firstboot": { "100": { "checksum": "", "enabled": 1 } }, "fprintd": { "100": { "checksum": "", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "", "enabled": 1 } }, "freqset": { "100": { "checksum": "", "enabled": 1 } }, "fstools": { "100": { "checksum": "", "enabled": 1 } }, "ftp": { "100": { "checksum": "", "enabled": 1 } }, "games": { "100": { "checksum": "", "enabled": 1 } }, "ganesha": { "100": { "checksum": "", "enabled": 1 } }, "gdomap": { "100": { "checksum": "", "enabled": 1 } }, "geoclue": { "100": { "checksum": "", "enabled": 1 } }, "getty": { "100": { "checksum": "", "enabled": 1 } }, "git": { "100": { "checksum": "", "enabled": 1 } }, "gitosis": { "100": { "checksum": "", "enabled": 1 } }, "glance": { "100": { "checksum": "", "enabled": 1 } }, "glusterd": { "100": { "checksum": "", "enabled": 1 } }, "gnome": { "100": { "checksum": "", "enabled": 1 } }, "gpg": { "100": { "checksum": "", "enabled": 1 } }, "gpm": { "100": { "checksum": "", "enabled": 1 } }, "gpsd": { "100": { "checksum": "", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "", "enabled": 1 } }, "guest": { "100": { "checksum": "", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "", "enabled": 1 } }, "hostname": { "100": { "checksum": "", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "", "enabled": 1 } }, "hwloc": { "100": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "", "enabled": 1 } }, "icecast": { "100": { "checksum": "", "enabled": 1 } }, "inetd": { "100": { "checksum": "", "enabled": 1 } }, "init": { "100": { "checksum": "", "enabled": 1 } }, "inn": { "100": { "checksum": "", "enabled": 1 } }, "iodine": { "100": { "checksum": "", "enabled": 1 } }, "iotop": { "100": { "checksum": "", "enabled": 1 } }, "ipa": { "100": { "checksum": "", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "", "enabled": 1 } }, "ipsec": { "100": { "checksum": "", "enabled": 1 } }, "iptables": { "100": { "checksum": "", "enabled": 1 } }, "irc": { "100": { "checksum": "", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "", "enabled": 1 } }, "iscsi": { "100": { "checksum": "", "enabled": 1 } }, "isns": { "100": { "checksum": "", "enabled": 1 } }, "jabber": { "100": { "checksum": "", "enabled": 1 } }, "jetty": { "100": { "checksum": "", "enabled": 1 } }, "jockey": { "100": { "checksum": "", "enabled": 1 } }, "journalctl": { "100": { "checksum": "", "enabled": 1 } }, "kdump": { "100": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "", "enabled": 1 } }, "keepalived": { "100": { "checksum": "", "enabled": 1 } }, "kerberos": { "100": { "checksum": "", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "", "enabled": 1 } }, "keystone": { "100": { "checksum": "", "enabled": 1 } }, "kismet": { "100": { "checksum": "", "enabled": 1 } }, "kmscon": { "100": { "checksum": "", "enabled": 1 } }, "kpatch": { "100": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "", "enabled": 1 } }, "ktalk": { "100": { "checksum": "", "enabled": 1 } }, "l2tp": { "100": { "checksum": "", "enabled": 1 } }, "ldap": { "100": { "checksum": "", "enabled": 1 } }, "libraries": { "100": { "checksum": "", "enabled": 1 } }, "likewise": { "100": { "checksum": "", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "", "enabled": 1 } }, "lircd": { "100": { "checksum": "", "enabled": 1 } }, "livecd": { "100": { "checksum": "", "enabled": 1 } }, "lldpad": { "100": { "checksum": "", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "", "enabled": 1 } }, "locallogin": { "100": { "checksum": "", "enabled": 1 } }, "lockdev": { "100": { "checksum": "", "enabled": 1 } }, "logadm": { "100": { "checksum": "", "enabled": 1 } }, "logging": { "100": { "checksum": "", "enabled": 1 } }, "logrotate": { "100": { "checksum": "", "enabled": 1 } }, "logwatch": { "100": { "checksum": "", "enabled": 1 } }, "lpd": { "100": { "checksum": "", "enabled": 1 } }, "lsm": { "100": { "checksum": "", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "", "enabled": 1 } }, "lvm": { "100": { "checksum": "", "enabled": 1 } }, "mailman": { "100": { "checksum": "", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "", "enabled": 1 } }, "man2html": { "100": { "checksum": "", "enabled": 1 } }, "mandb": { "100": { "checksum": "", "enabled": 1 } }, "mcelog": { "100": { "checksum": "", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "", "enabled": 1 } }, "memcached": { "100": { "checksum": "", "enabled": 1 } }, "milter": { "100": { "checksum": "", "enabled": 1 } }, "minidlna": { "100": { "checksum": "", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "", "enabled": 1 } }, "mip6d": { "100": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "", "enabled": 1 } }, "mock": { "100": { "checksum": "", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "", "enabled": 1 } }, "modutils": { "100": { "checksum": "", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "", "enabled": 1 } }, "mongodb": { "100": { "checksum": "", "enabled": 1 } }, "motion": { "100": { "checksum": "", "enabled": 1 } }, "mount": { "100": { "checksum": "", "enabled": 1 } }, "mozilla": { "100": { "checksum": "", "enabled": 1 } }, "mpd": { "100": { "checksum": "", "enabled": 1 } }, "mplayer": { "100": { "checksum": "", "enabled": 1 } }, "mrtg": { "100": { "checksum": "", "enabled": 1 } }, "mta": { "100": { "checksum": "", "enabled": 1 } }, "munin": { "100": { "checksum": "", "enabled": 1 } }, "mysql": { "100": { "checksum": "", "enabled": 1 } }, "mythtv": { "100": { "checksum": "", "enabled": 1 } }, "nagios": { "100": { "checksum": "", "enabled": 1 } }, "namespace": { "100": { "checksum": "", "enabled": 1 } }, "ncftool": { "100": { "checksum": "", "enabled": 1 } }, "netlabel": { "100": { "checksum": "", "enabled": 1 } }, "netutils": { "100": { "checksum": "", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "", "enabled": 1 } }, "ninfod": { "100": { "checksum": "", "enabled": 1 } }, "nis": { "100": { "checksum": "", "enabled": 1 } }, "nova": { "100": { "checksum": "", "enabled": 1 } }, "nscd": { "100": { "checksum": "", "enabled": 1 } }, "nsd": { "100": { "checksum": "", "enabled": 1 } }, "nslcd": { "100": { "checksum": "", "enabled": 1 } }, "ntop": { "100": { "checksum": "", "enabled": 1 } }, "ntp": { "100": { "checksum": "", "enabled": 1 } }, "numad": { "100": { "checksum": "", "enabled": 1 } }, "nut": { "100": { "checksum": "", "enabled": 1 } }, "nx": { "100": { "checksum": "", "enabled": 1 } }, "obex": { "100": { "checksum": "", "enabled": 1 } }, "oddjob": { "100": { "checksum": "", "enabled": 1 } }, "openct": { "100": { "checksum": "", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "", "enabled": 1 } }, "openhpid": { "100": { "checksum": "", "enabled": 1 } }, "openshift": { "100": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "", "enabled": 1 } }, "opensm": { "100": { "checksum": "", "enabled": 1 } }, "openvpn": { "100": { "checksum": "", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "", "enabled": 1 } }, "openwsman": { "100": { "checksum": "", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "", "enabled": 1 } }, "osad": { "100": { "checksum": "", "enabled": 1 } }, "pads": { "100": { "checksum": "", "enabled": 1 } }, "passenger": { "100": { "checksum": "", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "", "enabled": 1 } }, "pcp": { "100": { "checksum": "", "enabled": 1 } }, "pcscd": { "100": { "checksum": "", "enabled": 1 } }, "pegasus": { "100": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "", "enabled": 1 } }, "pesign": { "100": { "checksum": "", "enabled": 1 } }, "pingd": { "100": { "checksum": "", "enabled": 1 } }, "piranha": { "100": { "checksum": "", "enabled": 1 } }, "pkcs": { "100": { "checksum": "", "enabled": 1 } }, "pki": { "100": { "checksum": "", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "", "enabled": 1 } }, "policykit": { "100": { "checksum": "", "enabled": 1 } }, "polipo": { "100": { "checksum": "", "enabled": 1 } }, "portmap": { "100": { "checksum": "", "enabled": 1 } }, "portreserve": { "100": { "checksum": "", "enabled": 1 } }, "postfix": { "100": { "checksum": "", "enabled": 1 } }, "postgresql": { "100": { "checksum": "", "enabled": 1 } }, "postgrey": { "100": { "checksum": "", "enabled": 1 } }, "ppp": { "100": { "checksum": "", "enabled": 1 } }, "prelink": { "100": { "checksum": "", "enabled": 1 } }, "prelude": { "100": { "checksum": "", "enabled": 1 } }, "privoxy": { "100": { "checksum": "", "enabled": 1 } }, "procmail": { "100": { "checksum": "", "enabled": 1 } }, "prosody": { "100": { "checksum": "", "enabled": 1 } }, "psad": { "100": { "checksum": "", "enabled": 1 } }, "ptchown": { "100": { "checksum": "", "enabled": 1 } }, "publicfile": { "100": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "", "enabled": 1 } }, "puppet": { "100": { "checksum": "", "enabled": 1 } }, "pwauth": { "100": { "checksum": "", "enabled": 1 } }, "qmail": { "100": { "checksum": "", "enabled": 1 } }, "qpid": { "100": { "checksum": "", "enabled": 1 } }, "quantum": { "100": { "checksum": "", "enabled": 1 } }, "quota": { "100": { "checksum": "", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "", "enabled": 1 } }, "radius": { "100": { "checksum": "", "enabled": 1 } }, "radvd": { "100": { "checksum": "", "enabled": 1 } }, "raid": { "100": { "checksum": "", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "", "enabled": 1 } }, "rdisc": { "100": { "checksum": "", "enabled": 1 } }, "readahead": { "100": { "checksum": "", "enabled": 1 } }, "realmd": { "100": { "checksum": "", "enabled": 1 } }, "redis": { "100": { "checksum": "", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "", "enabled": 1 } }, "restraint": { "400": { "checksum": "", "enabled": 1 } }, "rhcs": { "100": { "checksum": "", "enabled": 1 } }, "rhev": { "100": { "checksum": "", "enabled": 1 } }, "rhgb": { "100": { "checksum": "", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "", "enabled": 1 } }, "rhts": { "400": { "checksum": "", "enabled": 1 } }, "ricci": { "100": { "checksum": "", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "", "enabled": 1 } }, "rlogin": { "100": { "checksum": "", "enabled": 1 } }, "rngd": { "100": { "checksum": "", "enabled": 1 } }, "roundup": { "100": { "checksum": "", "enabled": 1 } }, "rpc": { "100": { "checksum": "", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "", "enabled": 1 } }, "rpm": { "100": { "checksum": "", "enabled": 1 } }, "rshd": { "100": { "checksum": "", "enabled": 1 } }, "rssh": { "100": { "checksum": "", "enabled": 1 } }, "rsync": { "100": { "checksum": "", "enabled": 1 } }, "rtas": { "100": { "checksum": "", "enabled": 1 } }, "rtkit": { "100": { "checksum": "", "enabled": 1 } }, "rwho": { "100": { "checksum": "", "enabled": 1 } }, "samba": { "100": { "checksum": "", "enabled": 1 } }, "sambagui": { "100": { "checksum": "", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "", "enabled": 1 } }, "sanlock": { "100": { "checksum": "", "enabled": 1 } }, "sasl": { "100": { "checksum": "", "enabled": 1 } }, "sbd": { "100": { "checksum": "", "enabled": 1 } }, "sblim": { "100": { "checksum": "", "enabled": 1 } }, "screen": { "100": { "checksum": "", "enabled": 1 } }, "secadm": { "100": { "checksum": "", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "", "enabled": 1 } }, "sendmail": { "100": { "checksum": "", "enabled": 1 } }, "sensord": { "100": { "checksum": "", "enabled": 1 } }, "setrans": { "100": { "checksum": "", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "", "enabled": 1 } }, "seunshare": { "100": { "checksum": "", "enabled": 1 } }, "sge": { "100": { "checksum": "", "enabled": 1 } }, "shorewall": { "100": { "checksum": "", "enabled": 1 } }, "slocate": { "100": { "checksum": "", "enabled": 1 } }, "slpd": { "100": { "checksum": "", "enabled": 1 } }, "smartmon": { "100": { "checksum": "", "enabled": 1 } }, "smokeping": { "100": { "checksum": "", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "", "enabled": 1 } }, "smsd": { "100": { "checksum": "", "enabled": 1 } }, "snapper": { "100": { "checksum": "", "enabled": 1 } }, "snmp": { "100": { "checksum": "", "enabled": 1 } }, "snort": { "100": { "checksum": "", "enabled": 1 } }, "sosreport": { "100": { "checksum": "", "enabled": 1 } }, "soundserver": { "100": { "checksum": "", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "", "enabled": 1 } }, "squid": { "100": { "checksum": "", "enabled": 1 } }, "ssh": { "100": { "checksum": "", "enabled": 1 } }, "sssd": { "100": { "checksum": "", "enabled": 1 } }, "staff": { "100": { "checksum": "", "enabled": 1 } }, "stapserver": { "100": { "checksum": "", "enabled": 1 } }, "stunnel": { "100": { "checksum": "", "enabled": 1 } }, "su": { "100": { "checksum": "", "enabled": 1 } }, "sudo": { "100": { "checksum": "", "enabled": 1 } }, "svnserve": { "100": { "checksum": "", "enabled": 1 } }, "swift": { "100": { "checksum": "", "enabled": 1 } }, "sysadm": { "100": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "", "enabled": 1 } }, "sysstat": { "100": { "checksum": "", "enabled": 1 } }, "systemd": { "100": { "checksum": "", "enabled": 1 } }, "tangd": { "100": { "checksum": "", "enabled": 1 } }, "targetd": { "100": { "checksum": "", "enabled": 1 } }, "tcpd": { "100": { "checksum": "", "enabled": 1 } }, "tcsd": { "100": { "checksum": "", "enabled": 1 } }, "telepathy": { "100": { "checksum": "", "enabled": 1 } }, "telnet": { "100": { "checksum": "", "enabled": 1 } }, "tftp": { "100": { "checksum": "", "enabled": 1 } }, "tgtd": { "100": { "checksum": "", "enabled": 1 } }, "thin": { "100": { "checksum": "", "enabled": 1 } }, "thumb": { "100": { "checksum": "", "enabled": 1 } }, "tlp": { "100": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "", "enabled": 1 } }, "tomcat": { "100": { "checksum": "", "enabled": 1 } }, "tor": { "100": { "checksum": "", "enabled": 1 } }, "tuned": { "100": { "checksum": "", "enabled": 1 } }, "tvtime": { "100": { "checksum": "", "enabled": 1 } }, "udev": { "100": { "checksum": "", "enabled": 1 } }, "ulogd": { "100": { "checksum": "", "enabled": 1 } }, "uml": { "100": { "checksum": "", "enabled": 1 } }, "unconfined": { "100": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "", "enabled": 1 } }, "updfstab": { "100": { "checksum": "", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "", "enabled": 1 } }, "userdomain": { "100": { "checksum": "", "enabled": 1 } }, "userhelper": { "100": { "checksum": "", "enabled": 1 } }, "usermanage": { "100": { "checksum": "", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "", "enabled": 1 } }, "uucp": { "100": { "checksum": "", "enabled": 1 } }, "uuidd": { "100": { "checksum": "", "enabled": 1 } }, "varnishd": { "100": { "checksum": "", "enabled": 1 } }, "vdagent": { "100": { "checksum": "", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "", "enabled": 1 } }, "virt": { "100": { "checksum": "", "enabled": 1 } }, "vlock": { "100": { "checksum": "", "enabled": 1 } }, "vmtools": { "100": { "checksum": "", "enabled": 1 } }, "vmware": { "100": { "checksum": "", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "", "enabled": 1 } }, "vpn": { "100": { "checksum": "", "enabled": 1 } }, "w3c": { "100": { "checksum": "", "enabled": 1 } }, "watchdog": { "100": { "checksum": "", "enabled": 1 } }, "wdmd": { "100": { "checksum": "", "enabled": 1 } }, "webadm": { "100": { "checksum": "", "enabled": 1 } }, "webalizer": { "100": { "checksum": "", "enabled": 1 } }, "wine": { "100": { "checksum": "", "enabled": 1 } }, "wireshark": { "100": { "checksum": "", "enabled": 1 } }, "xen": { "100": { "checksum": "", "enabled": 1 } }, "xguest": { "100": { "checksum": "", "enabled": 1 } }, "xserver": { "100": { "checksum": "", "enabled": 1 } }, "zabbix": { "100": { "checksum": "", "enabled": 1 } }, "zarafa": { "100": { "checksum": "", "enabled": 1 } }, "zebra": { "100": { "checksum": "", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "", "enabled": 1 } }, "zosremote": { "100": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:164 Wednesday 07 January 2026 18:32:40 -0500 (0:00:02.602) 0:02:48.713 ***** ok: [managed-node1] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "100": { "checksum": "", "enabled": 1 } }, "accountsd": { "100": { "checksum": "", "enabled": 1 } }, "acct": { "100": { "checksum": "", "enabled": 1 } }, "afs": { "100": { "checksum": "", "enabled": 1 } }, "aiccu": { "100": { "checksum": "", "enabled": 1 } }, "aide": { "100": { "checksum": "", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "", "enabled": 1 } }, "alsa": { "100": { "checksum": "", "enabled": 1 } }, "amanda": { "100": { "checksum": "", "enabled": 1 } }, "amtu": { "100": { "checksum": "", "enabled": 1 } }, "anaconda": { "100": { "checksum": "", "enabled": 1 } }, "antivirus": { "100": { "checksum": "", "enabled": 1 } }, "apache": { "100": { "checksum": "", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "", "enabled": 1 } }, "apm": { "100": { "checksum": "", "enabled": 1 } }, "application": { "100": { "checksum": "", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "", "enabled": 1 } }, "asterisk": { "100": { "checksum": "", "enabled": 1 } }, "auditadm": { "100": { "checksum": "", "enabled": 1 } }, "authconfig": { "100": { "checksum": "", "enabled": 1 } }, "authlogin": { "100": { "checksum": "", "enabled": 1 } }, "automount": { "100": { "checksum": "", "enabled": 1 } }, "avahi": { "100": { "checksum": "", "enabled": 1 } }, "awstats": { "100": { "checksum": "", "enabled": 1 } }, "bacula": { "100": { "checksum": "", "enabled": 1 } }, "base": { "100": { "checksum": "", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "", "enabled": 1 } }, "bind": { "100": { "checksum": "", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "", "enabled": 1 } }, "blueman": { "100": { "checksum": "", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "", "enabled": 1 } }, "boinc": { "100": { "checksum": "", "enabled": 1 } }, "boltd": { "100": { "checksum": "", "enabled": 1 } }, "bootloader": { "100": { "checksum": "", "enabled": 1 } }, "brctl": { "100": { "checksum": "", "enabled": 1 } }, "brltty": { "100": { "checksum": "", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "", "enabled": 1 } }, "calamaris": { "100": { "checksum": "", "enabled": 1 } }, "callweaver": { "100": { "checksum": "", "enabled": 1 } }, "canna": { "100": { "checksum": "", "enabled": 1 } }, "ccs": { "100": { "checksum": "", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "", "enabled": 1 } }, "certmaster": { "100": { "checksum": "", "enabled": 1 } }, "certmonger": { "100": { "checksum": "", "enabled": 1 } }, "certwatch": { "100": { "checksum": "", "enabled": 1 } }, "cfengine": { "100": { "checksum": "", "enabled": 1 } }, "cgdcbxd": { "100": { "checksum": "", "enabled": 1 } }, "cgroup": { "100": { "checksum": "", "enabled": 1 } }, "chrome": { "100": { "checksum": "", "enabled": 1 } }, "chronyd": { "100": { "checksum": "", "enabled": 1 } }, "cinder": { "100": { "checksum": "", "enabled": 1 } }, "cipe": { "100": { "checksum": "", "enabled": 1 } }, "clock": { "100": { "checksum": "", "enabled": 1 } }, "clogd": { "100": { "checksum": "", "enabled": 1 } }, "cloudform": { "100": { "checksum": "", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "", "enabled": 1 } }, "cobbler": { "100": { "checksum": "", "enabled": 1 } }, "cockpit": { "100": { "checksum": "", "enabled": 1 } }, "collectd": { "100": { "checksum": "", "enabled": 1 } }, "colord": { "100": { "checksum": "", "enabled": 1 } }, "comsat": { "100": { "checksum": "", "enabled": 1 } }, "condor": { "100": { "checksum": "", "enabled": 1 } }, "conman": { "100": { "checksum": "", "enabled": 1 } }, "consolekit": { "100": { "checksum": "", "enabled": 1 } }, "container": { "100": { "checksum": "", "enabled": 1 }, "200": { "checksum": "", "enabled": 1 } }, "couchdb": { "100": { "checksum": "", "enabled": 1 } }, "courier": { "100": { "checksum": "", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "", "enabled": 1 } }, "cron": { "100": { "checksum": "", "enabled": 1 } }, "ctdb": { "100": { "checksum": "", "enabled": 1 } }, "cups": { "100": { "checksum": "", "enabled": 1 } }, "cvs": { "100": { "checksum": "", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "", "enabled": 1 } }, "cyrus": { "100": { "checksum": "", "enabled": 1 } }, "daemontools": { "100": { "checksum": "", "enabled": 1 } }, "dbadm": { "100": { "checksum": "", "enabled": 1 } }, "dbskk": { "100": { "checksum": "", "enabled": 1 } }, "dbus": { "100": { "checksum": "", "enabled": 1 } }, "dcc": { "100": { "checksum": "", "enabled": 1 } }, "ddclient": { "100": { "checksum": "", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "", "enabled": 1 } }, "devicekit": { "100": { "checksum": "", "enabled": 1 } }, "dhcp": { "100": { "checksum": "", "enabled": 1 } }, "dictd": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "", "enabled": 1 } }, "dmesg": { "100": { "checksum": "", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "", "enabled": 1 } }, "dnssec": { "100": { "checksum": "", "enabled": 1 } }, "dovecot": { "100": { "checksum": "", "enabled": 1 } }, "drbd": { "100": { "checksum": "", "enabled": 1 } }, "dspam": { "100": { "checksum": "", "enabled": 1 } }, "entropyd": { "100": { "checksum": "", "enabled": 1 } }, "exim": { "100": { "checksum": "", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "", "enabled": 1 } }, "fcoe": { "100": { "checksum": "", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "", "enabled": 1 } }, "finger": { "100": { "checksum": "", "enabled": 1 } }, "firewalld": { "100": { "checksum": "", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "", "enabled": 1 } }, "firstboot": { "100": { "checksum": "", "enabled": 1 } }, "fprintd": { "100": { "checksum": "", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "", "enabled": 1 } }, "freqset": { "100": { "checksum": "", "enabled": 1 } }, "fstools": { "100": { "checksum": "", "enabled": 1 } }, "ftp": { "100": { "checksum": "", "enabled": 1 } }, "games": { "100": { "checksum": "", "enabled": 1 } }, "ganesha": { "100": { "checksum": "", "enabled": 1 } }, "gdomap": { "100": { "checksum": "", "enabled": 1 } }, "geoclue": { "100": { "checksum": "", "enabled": 1 } }, "getty": { "100": { "checksum": "", "enabled": 1 } }, "git": { "100": { "checksum": "", "enabled": 1 } }, "gitosis": { "100": { "checksum": "", "enabled": 1 } }, "glance": { "100": { "checksum": "", "enabled": 1 } }, "glusterd": { "100": { "checksum": "", "enabled": 1 } }, "gnome": { "100": { "checksum": "", "enabled": 1 } }, "gpg": { "100": { "checksum": "", "enabled": 1 } }, "gpm": { "100": { "checksum": "", "enabled": 1 } }, "gpsd": { "100": { "checksum": "", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "", "enabled": 1 } }, "guest": { "100": { "checksum": "", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "", "enabled": 1 } }, "hostname": { "100": { "checksum": "", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "", "enabled": 1 } }, "hwloc": { "100": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "", "enabled": 1 } }, "icecast": { "100": { "checksum": "", "enabled": 1 } }, "inetd": { "100": { "checksum": "", "enabled": 1 } }, "init": { "100": { "checksum": "", "enabled": 1 } }, "inn": { "100": { "checksum": "", "enabled": 1 } }, "iodine": { "100": { "checksum": "", "enabled": 1 } }, "iotop": { "100": { "checksum": "", "enabled": 1 } }, "ipa": { "100": { "checksum": "", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "", "enabled": 1 } }, "ipsec": { "100": { "checksum": "", "enabled": 1 } }, "iptables": { "100": { "checksum": "", "enabled": 1 } }, "irc": { "100": { "checksum": "", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "", "enabled": 1 } }, "iscsi": { "100": { "checksum": "", "enabled": 1 } }, "isns": { "100": { "checksum": "", "enabled": 1 } }, "jabber": { "100": { "checksum": "", "enabled": 1 } }, "jetty": { "100": { "checksum": "", "enabled": 1 } }, "jockey": { "100": { "checksum": "", "enabled": 1 } }, "journalctl": { "100": { "checksum": "", "enabled": 1 } }, "kdump": { "100": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "", "enabled": 1 } }, "keepalived": { "100": { "checksum": "", "enabled": 1 } }, "kerberos": { "100": { "checksum": "", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "", "enabled": 1 } }, "keystone": { "100": { "checksum": "", "enabled": 1 } }, "kismet": { "100": { "checksum": "", "enabled": 1 } }, "kmscon": { "100": { "checksum": "", "enabled": 1 } }, "kpatch": { "100": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "", "enabled": 1 } }, "ktalk": { "100": { "checksum": "", "enabled": 1 } }, "l2tp": { "100": { "checksum": "", "enabled": 1 } }, "ldap": { "100": { "checksum": "", "enabled": 1 } }, "libraries": { "100": { "checksum": "", "enabled": 1 } }, "likewise": { "100": { "checksum": "", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "", "enabled": 1 } }, "lircd": { "100": { "checksum": "", "enabled": 1 } }, "livecd": { "100": { "checksum": "", "enabled": 1 } }, "lldpad": { "100": { "checksum": "", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "", "enabled": 1 } }, "locallogin": { "100": { "checksum": "", "enabled": 1 } }, "lockdev": { "100": { "checksum": "", "enabled": 1 } }, "logadm": { "100": { "checksum": "", "enabled": 1 } }, "logging": { "100": { "checksum": "", "enabled": 1 } }, "logrotate": { "100": { "checksum": "", "enabled": 1 } }, "logwatch": { "100": { "checksum": "", "enabled": 1 } }, "lpd": { "100": { "checksum": "", "enabled": 1 } }, "lsm": { "100": { "checksum": "", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "", "enabled": 1 } }, "lvm": { "100": { "checksum": "", "enabled": 1 } }, "mailman": { "100": { "checksum": "", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "", "enabled": 1 } }, "man2html": { "100": { "checksum": "", "enabled": 1 } }, "mandb": { "100": { "checksum": "", "enabled": 1 } }, "mcelog": { "100": { "checksum": "", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "", "enabled": 1 } }, "memcached": { "100": { "checksum": "", "enabled": 1 } }, "milter": { "100": { "checksum": "", "enabled": 1 } }, "minidlna": { "100": { "checksum": "", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "", "enabled": 1 } }, "mip6d": { "100": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "", "enabled": 1 } }, "mock": { "100": { "checksum": "", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "", "enabled": 1 } }, "modutils": { "100": { "checksum": "", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "", "enabled": 1 } }, "mongodb": { "100": { "checksum": "", "enabled": 1 } }, "motion": { "100": { "checksum": "", "enabled": 1 } }, "mount": { "100": { "checksum": "", "enabled": 1 } }, "mozilla": { "100": { "checksum": "", "enabled": 1 } }, "mpd": { "100": { "checksum": "", "enabled": 1 } }, "mplayer": { "100": { "checksum": "", "enabled": 1 } }, "mrtg": { "100": { "checksum": "", "enabled": 1 } }, "mta": { "100": { "checksum": "", "enabled": 1 } }, "munin": { "100": { "checksum": "", "enabled": 1 } }, "mysql": { "100": { "checksum": "", "enabled": 1 } }, "mythtv": { "100": { "checksum": "", "enabled": 1 } }, "nagios": { "100": { "checksum": "", "enabled": 1 } }, "namespace": { "100": { "checksum": "", "enabled": 1 } }, "ncftool": { "100": { "checksum": "", "enabled": 1 } }, "netlabel": { "100": { "checksum": "", "enabled": 1 } }, "netutils": { "100": { "checksum": "", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "", "enabled": 1 } }, "ninfod": { "100": { "checksum": "", "enabled": 1 } }, "nis": { "100": { "checksum": "", "enabled": 1 } }, "nova": { "100": { "checksum": "", "enabled": 1 } }, "nscd": { "100": { "checksum": "", "enabled": 1 } }, "nsd": { "100": { "checksum": "", "enabled": 1 } }, "nslcd": { "100": { "checksum": "", "enabled": 1 } }, "ntop": { "100": { "checksum": "", "enabled": 1 } }, "ntp": { "100": { "checksum": "", "enabled": 1 } }, "numad": { "100": { "checksum": "", "enabled": 1 } }, "nut": { "100": { "checksum": "", "enabled": 1 } }, "nx": { "100": { "checksum": "", "enabled": 1 } }, "obex": { "100": { "checksum": "", "enabled": 1 } }, "oddjob": { "100": { "checksum": "", "enabled": 1 } }, "openct": { "100": { "checksum": "", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "", "enabled": 1 } }, "openhpid": { "100": { "checksum": "", "enabled": 1 } }, "openshift": { "100": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "", "enabled": 1 } }, "opensm": { "100": { "checksum": "", "enabled": 1 } }, "openvpn": { "100": { "checksum": "", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "", "enabled": 1 } }, "openwsman": { "100": { "checksum": "", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "", "enabled": 1 } }, "osad": { "100": { "checksum": "", "enabled": 1 } }, "pads": { "100": { "checksum": "", "enabled": 1 } }, "passenger": { "100": { "checksum": "", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "", "enabled": 1 } }, "pcp": { "100": { "checksum": "", "enabled": 1 } }, "pcscd": { "100": { "checksum": "", "enabled": 1 } }, "pegasus": { "100": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "", "enabled": 1 } }, "pesign": { "100": { "checksum": "", "enabled": 1 } }, "pingd": { "100": { "checksum": "", "enabled": 1 } }, "piranha": { "100": { "checksum": "", "enabled": 1 } }, "pkcs": { "100": { "checksum": "", "enabled": 1 } }, "pki": { "100": { "checksum": "", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "", "enabled": 1 } }, "policykit": { "100": { "checksum": "", "enabled": 1 } }, "polipo": { "100": { "checksum": "", "enabled": 1 } }, "portmap": { "100": { "checksum": "", "enabled": 1 } }, "portreserve": { "100": { "checksum": "", "enabled": 1 } }, "postfix": { "100": { "checksum": "", "enabled": 1 } }, "postgresql": { "100": { "checksum": "", "enabled": 1 } }, "postgrey": { "100": { "checksum": "", "enabled": 1 } }, "ppp": { "100": { "checksum": "", "enabled": 1 } }, "prelink": { "100": { "checksum": "", "enabled": 1 } }, "prelude": { "100": { "checksum": "", "enabled": 1 } }, "privoxy": { "100": { "checksum": "", "enabled": 1 } }, "procmail": { "100": { "checksum": "", "enabled": 1 } }, "prosody": { "100": { "checksum": "", "enabled": 1 } }, "psad": { "100": { "checksum": "", "enabled": 1 } }, "ptchown": { "100": { "checksum": "", "enabled": 1 } }, "publicfile": { "100": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "", "enabled": 1 } }, "puppet": { "100": { "checksum": "", "enabled": 1 } }, "pwauth": { "100": { "checksum": "", "enabled": 1 } }, "qmail": { "100": { "checksum": "", "enabled": 1 } }, "qpid": { "100": { "checksum": "", "enabled": 1 } }, "quantum": { "100": { "checksum": "", "enabled": 1 } }, "quota": { "100": { "checksum": "", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "", "enabled": 1 } }, "radius": { "100": { "checksum": "", "enabled": 1 } }, "radvd": { "100": { "checksum": "", "enabled": 1 } }, "raid": { "100": { "checksum": "", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "", "enabled": 1 } }, "rdisc": { "100": { "checksum": "", "enabled": 1 } }, "readahead": { "100": { "checksum": "", "enabled": 1 } }, "realmd": { "100": { "checksum": "", "enabled": 1 } }, "redis": { "100": { "checksum": "", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "", "enabled": 1 } }, "restraint": { "400": { "checksum": "", "enabled": 1 } }, "rhcs": { "100": { "checksum": "", "enabled": 1 } }, "rhev": { "100": { "checksum": "", "enabled": 1 } }, "rhgb": { "100": { "checksum": "", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "", "enabled": 1 } }, "rhts": { "400": { "checksum": "", "enabled": 1 } }, "ricci": { "100": { "checksum": "", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "", "enabled": 1 } }, "rlogin": { "100": { "checksum": "", "enabled": 1 } }, "rngd": { "100": { "checksum": "", "enabled": 1 } }, "roundup": { "100": { "checksum": "", "enabled": 1 } }, "rpc": { "100": { "checksum": "", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "", "enabled": 1 } }, "rpm": { "100": { "checksum": "", "enabled": 1 } }, "rshd": { "100": { "checksum": "", "enabled": 1 } }, "rssh": { "100": { "checksum": "", "enabled": 1 } }, "rsync": { "100": { "checksum": "", "enabled": 1 } }, "rtas": { "100": { "checksum": "", "enabled": 1 } }, "rtkit": { "100": { "checksum": "", "enabled": 1 } }, "rwho": { "100": { "checksum": "", "enabled": 1 } }, "samba": { "100": { "checksum": "", "enabled": 1 } }, "sambagui": { "100": { "checksum": "", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "", "enabled": 1 } }, "sanlock": { "100": { "checksum": "", "enabled": 1 } }, "sasl": { "100": { "checksum": "", "enabled": 1 } }, "sbd": { "100": { "checksum": "", "enabled": 1 } }, "sblim": { "100": { "checksum": "", "enabled": 1 } }, "screen": { "100": { "checksum": "", "enabled": 1 } }, "secadm": { "100": { "checksum": "", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "", "enabled": 1 } }, "sendmail": { "100": { "checksum": "", "enabled": 1 } }, "sensord": { "100": { "checksum": "", "enabled": 1 } }, "setrans": { "100": { "checksum": "", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "", "enabled": 1 } }, "seunshare": { "100": { "checksum": "", "enabled": 1 } }, "sge": { "100": { "checksum": "", "enabled": 1 } }, "shorewall": { "100": { "checksum": "", "enabled": 1 } }, "slocate": { "100": { "checksum": "", "enabled": 1 } }, "slpd": { "100": { "checksum": "", "enabled": 1 } }, "smartmon": { "100": { "checksum": "", "enabled": 1 } }, "smokeping": { "100": { "checksum": "", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "", "enabled": 1 } }, "smsd": { "100": { "checksum": "", "enabled": 1 } }, "snapper": { "100": { "checksum": "", "enabled": 1 } }, "snmp": { "100": { "checksum": "", "enabled": 1 } }, "snort": { "100": { "checksum": "", "enabled": 1 } }, "sosreport": { "100": { "checksum": "", "enabled": 1 } }, "soundserver": { "100": { "checksum": "", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "", "enabled": 1 } }, "squid": { "100": { "checksum": "", "enabled": 1 } }, "ssh": { "100": { "checksum": "", "enabled": 1 } }, "sssd": { "100": { "checksum": "", "enabled": 1 } }, "staff": { "100": { "checksum": "", "enabled": 1 } }, "stapserver": { "100": { "checksum": "", "enabled": 1 } }, "stunnel": { "100": { "checksum": "", "enabled": 1 } }, "su": { "100": { "checksum": "", "enabled": 1 } }, "sudo": { "100": { "checksum": "", "enabled": 1 } }, "svnserve": { "100": { "checksum": "", "enabled": 1 } }, "swift": { "100": { "checksum": "", "enabled": 1 } }, "sysadm": { "100": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "", "enabled": 1 } }, "sysstat": { "100": { "checksum": "", "enabled": 1 } }, "systemd": { "100": { "checksum": "", "enabled": 1 } }, "tangd": { "100": { "checksum": "", "enabled": 1 } }, "targetd": { "100": { "checksum": "", "enabled": 1 } }, "tcpd": { "100": { "checksum": "", "enabled": 1 } }, "tcsd": { "100": { "checksum": "", "enabled": 1 } }, "telepathy": { "100": { "checksum": "", "enabled": 1 } }, "telnet": { "100": { "checksum": "", "enabled": 1 } }, "tftp": { "100": { "checksum": "", "enabled": 1 } }, "tgtd": { "100": { "checksum": "", "enabled": 1 } }, "thin": { "100": { "checksum": "", "enabled": 1 } }, "thumb": { "100": { "checksum": "", "enabled": 1 } }, "tlp": { "100": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "", "enabled": 1 } }, "tomcat": { "100": { "checksum": "", "enabled": 1 } }, "tor": { "100": { "checksum": "", "enabled": 1 } }, "tuned": { "100": { "checksum": "", "enabled": 1 } }, "tvtime": { "100": { "checksum": "", "enabled": 1 } }, "udev": { "100": { "checksum": "", "enabled": 1 } }, "ulogd": { "100": { "checksum": "", "enabled": 1 } }, "uml": { "100": { "checksum": "", "enabled": 1 } }, "unconfined": { "100": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "", "enabled": 1 } }, "updfstab": { "100": { "checksum": "", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "", "enabled": 1 } }, "userdomain": { "100": { "checksum": "", "enabled": 1 } }, "userhelper": { "100": { "checksum": "", "enabled": 1 } }, "usermanage": { "100": { "checksum": "", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "", "enabled": 1 } }, "uucp": { "100": { "checksum": "", "enabled": 1 } }, "uuidd": { "100": { "checksum": "", "enabled": 1 } }, "varnishd": { "100": { "checksum": "", "enabled": 1 } }, "vdagent": { "100": { "checksum": "", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "", "enabled": 1 } }, "virt": { "100": { "checksum": "", "enabled": 1 } }, "vlock": { "100": { "checksum": "", "enabled": 1 } }, "vmtools": { "100": { "checksum": "", "enabled": 1 } }, "vmware": { "100": { "checksum": "", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "", "enabled": 1 } }, "vpn": { "100": { "checksum": "", "enabled": 1 } }, "w3c": { "100": { "checksum": "", "enabled": 1 } }, "watchdog": { "100": { "checksum": "", "enabled": 1 } }, "wdmd": { "100": { "checksum": "", "enabled": 1 } }, "webadm": { "100": { "checksum": "", "enabled": 1 } }, "webalizer": { "100": { "checksum": "", "enabled": 1 } }, "wine": { "100": { "checksum": "", "enabled": 1 } }, "wireshark": { "100": { "checksum": "", "enabled": 1 } }, "xen": { "100": { "checksum": "", "enabled": 1 } }, "xguest": { "100": { "checksum": "", "enabled": 1 } }, "xserver": { "100": { "checksum": "", "enabled": 1 } }, "zabbix": { "100": { "checksum": "", "enabled": 1 } }, "zarafa": { "100": { "checksum": "", "enabled": 1 } }, "zebra": { "100": { "checksum": "", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "", "enabled": 1 } }, "zosremote": { "100": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:170 Wednesday 07 January 2026 18:32:40 -0500 (0:00:00.236) 0:02:48.950 ***** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Wednesday 07 January 2026 18:32:40 -0500 (0:00:00.058) 0:02:49.009 ***** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:191 Wednesday 07 January 2026 18:32:40 -0500 (0:00:00.057) 0:02:49.067 ***** META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=116 changed=26 unreachable=0 failed=0 skipped=167 rescued=7 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "end_time": "2026-01-07T23:31:36.415135Z", "host": "managed-node1", "message": "Proxy error, unable to connect to proxy server.", "rc": 70, "start_time": "2026-01-07T23:31:35.258453Z", "stderr": "Proxy error, unable to connect to proxy server.\n", "stdout": "Registering to: candlepin.local:8443/candlepin\n", "task_name": "Call subscription-manager", "task_path": "/tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23" }, { "ansible_version": "2.9.27", "end_time": "2026-01-07T23:31:38.974541Z", "host": "managed-node1", "message": "Proxy error, unable to connect to proxy server.", "rc": 70, "start_time": "2026-01-07T23:31:37.985426Z", "stderr": "Proxy error, unable to connect to proxy server.\n", "stdout": "Registering to: candlepin.local:8443/candlepin\n", "task_name": "Call subscription-manager", "task_path": "/tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23" }, { "ansible_version": "2.9.27", "end_time": "2026-01-07T23:31:41.447463Z", "host": "managed-node1", "message": "Network error, unable to connect to server. Please see /var/log/rhsm/rhsm.log for more information.", "rc": 70, "start_time": "2026-01-07T23:31:40.480796Z", "stderr": "Network error, unable to connect to server. Please see /var/log/rhsm/rhsm.log for more information.\n", "stdout": "Registering to: candlepin.local:8443/candlepin\n", "task_name": "Call subscription-manager", "task_path": "/tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23" }, { "ansible_version": "2.9.27", "end_time": "2026-01-07T23:32:01.437538Z", "host": "managed-node1", "message": "Proxy error, unable to connect to proxy server.", "rc": 70, "start_time": "2026-01-07T23:32:00.246375Z", "stderr": "Proxy error, unable to connect to proxy server.\n", "stdout": "Registering to: candlepin.local:8443/candlepin\n", "task_name": "Call subscription-manager", "task_path": "/tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23" }, { "ansible_version": "2.9.27", "end_time": "2026-01-07T23:32:04.204955Z", "host": "managed-node1", "message": "Proxy error, unable to connect to proxy server.", "rc": 70, "start_time": "2026-01-07T23:32:03.206537Z", "stderr": "Proxy error, unable to connect to proxy server.\n", "stdout": "Registering to: candlepin.local:8443/candlepin\n", "task_name": "Call subscription-manager", "task_path": "/tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23" }, { "ansible_version": "2.9.27", "end_time": "2026-01-07T23:32:06.978202Z", "host": "managed-node1", "message": "Proxy error, unable to connect to proxy server.", "rc": 70, "start_time": "2026-01-07T23:32:06.003042Z", "stderr": "Proxy error, unable to connect to proxy server.\n", "stdout": "Registering to: candlepin.local:8443/candlepin\n", "task_name": "Call subscription-manager", "task_path": "/tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23" }, { "ansible_version": "2.9.27", "end_time": "2026-01-07T23:32:09.543987Z", "host": "managed-node1", "message": "Proxy error, unable to connect to proxy server.", "rc": 70, "start_time": "2026-01-07T23:32:08.548193Z", "stderr": "Proxy error, unable to connect to proxy server.\n", "stdout": "Registering to: candlepin.local:8443/candlepin\n", "task_name": "Call subscription-manager", "task_path": "/tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Wednesday 07 January 2026 18:32:40 -0500 (0:00:00.036) 0:02:49.103 ***** =============================================================================== Start Candlepin container ---------------------------------------------- 25.32s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:41 Wait for started Candlepin --------------------------------------------- 19.41s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:108 Install needed packages ------------------------------------------------ 19.36s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 7.35s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 7.16s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 6.98s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Install packages for squid ---------------------------------------------- 6.39s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml:7 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 3.78s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 3.64s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Update system certificates store ---------------------------------------- 3.11s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:101 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.74s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.60s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Check if the candlepin container exists --------------------------------- 2.30s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/teardown_candlepin.yml:6 Ensure directories exist ------------------------------------------------ 2.05s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:62 Copy Candlepin CA certificate for subscription-manager ------------------ 1.49s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:83 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 1.43s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Copy Candlepin CA certificate for system -------------------------------- 1.38s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:92 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 1.33s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 1.23s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Copy product certificates ----------------------------------------------- 1.21s /tmp/collections-5Mk/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:72