# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file statically imported: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml statically imported: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_test_data.yml statically imported: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/check_candlepin.yml statically imported: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml statically imported: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_proxy.yml ****************************************************** 1 plays in /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml PLAY [Basic proxy test] ******************************************************** TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_test_data.yml:3 Thursday 18 January 2024 17:42:14 +0000 (0:00:00.015) 0:00:00.015 ****** ok: [sut] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } TASK [Import test data] ******************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_test_data.yml:12 Thursday 18 January 2024 17:42:14 +0000 (0:00:00.010) 0:00:00.025 ****** skipping: [sut] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } TASK [Get facts for external test data] **************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_test_data.yml:16 Thursday 18 January 2024 17:42:14 +0000 (0:00:00.015) 0:00:00.041 ****** skipping: [sut] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } TASK [Set local lsr_rhc_test_data] ********************************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_test_data.yml:24 Thursday 18 January 2024 17:42:14 +0000 (0:00:00.014) 0:00:00.056 ****** ok: [sut] => { "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": "admin", "reg_password": "admin", "reg_username": "admin", "release": null, "repositories": [ { "name": "admin-content-label-5051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/../files/candlepin_data.yml" ], "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_test_data.yml:32 Thursday 18 January 2024 17:42:14 +0000 (0:00:00.017) 0:00:00.074 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_test_data.yml:37 Thursday 18 January 2024 17:42:14 +0000 (0:00:00.239) 0:00:00.313 ****** ok: [sut] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } TASK [Get facts for external test data] **************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:9 Thursday 18 January 2024 17:42:14 +0000 (0:00:00.012) 0:00:00.325 ****** ok: [sut] TASK [Set helper fact for Candlepin base URL] ********************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:17 Thursday 18 January 2024 17:42:15 +0000 (0:00:00.479) 0:00:00.804 ****** ok: [sut] => { "ansible_facts": { "_cp_url": "https://candlepin.local:8443/candlepin" }, "changed": false } TASK [Add candlepin hostname to /etc/hosts] ************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:21 Thursday 18 January 2024 17:42:15 +0000 (0:00:00.018) 0:00:00.823 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Install needed packages] ************************************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:27 Thursday 18 January 2024 17:42:15 +0000 (0:00:00.259) 0:00:01.082 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: crun-1.12-1.el9.x86_64", "Installed: fuse-overlayfs-1.12-1.el9.x86_64", "Installed: shadow-utils-subid-2:4.9-8.el9.x86_64", "Installed: conmon-2:2.1.10-1.el9.x86_64", "Installed: fuse3-3.10.2-6.el9.x86_64", "Installed: aardvark-dns-2:1.9.0-1.el9.x86_64", "Installed: fuse3-libs-3.10.2-6.el9.x86_64", "Installed: container-selinux-3:2.228.0-1.el9.noarch", "Installed: protobuf-c-1.3.3-13.el9.x86_64", "Installed: netavark-2:1.9.0-1.el9.x86_64", "Installed: libslirp-4.4.0-7.el9.x86_64", "Installed: containers-common-2:1-55.el9.x86_64", "Installed: podman-2:4.8.1-1.el9.x86_64", "Installed: yajl-2.1.0-22.el9.x86_64", "Installed: slirp4netns-1.2.2-1.el9.x86_64", "Installed: fuse-common-3.10.2-6.el9.x86_64", "Installed: libnet-1.2-6.el9.x86_64", "Installed: criu-3.19-1.el9.x86_64", "Installed: criu-libs-3.19-1.el9.x86_64" ] } TASK [Stop and remove Candlepin container] ************************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:34 Thursday 18 January 2024 17:43:01 +0000 (0:00:45.928) 0:00:47.011 ****** ok: [sut] => { "actions": [], "changed": false, "container": {}, "podman_actions": [] } TASK [Start Candlepin container] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:39 Thursday 18 January 2024 17:43:02 +0000 (0:00:00.471) 0:00:47.482 ****** changed: [sut] => { "actions": [ "pulled image ghcr.io/ptoscano/candlepin-unofficial", "started candlepin" ], "changed": true, "container": { "AppArmorProfile": "", "Args": [ "/sbin/init" ], "BoundingCaps": [ "CAP_CHOWN", "CAP_DAC_OVERRIDE", "CAP_FOWNER", "CAP_FSETID", "CAP_KILL", "CAP_NET_BIND_SERVICE", "CAP_SETFCAP", "CAP_SETGID", "CAP_SETPCAP", "CAP_SETUID", "CAP_SYS_CHROOT" ], "Config": { "Annotations": { "io.container.manager": "libpod", "io.podman.annotations.autoremove": "TRUE", "org.opencontainers.image.stopSignal": "37" }, "AttachStderr": false, "AttachStdin": false, "AttachStdout": false, "Cmd": [ "/sbin/init" ], "CreateCommand": [ "podman", "container", "run", "--name", "candlepin", "--detach=True", "--hostname", "candlepin.local", "--privileged=False", "--publish", "8443:8443", "--publish", "8080:8080", "--rm", "ghcr.io/ptoscano/candlepin-unofficial" ], "Domainname": "", "Entrypoint": "/sbin/init", "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "container=podman", "HOSTNAME=candlepin.local", "TERM=xterm", "HOME=/root", "container_uuid=41305e66c143ddaaeb98ed8d2e28dba4" ], "HealthcheckOnFailureAction": "none", "Hostname": "candlepin.local", "Image": "ghcr.io/ptoscano/candlepin-unofficial:latest", "Labels": { "io.buildah.version": "1.23.1", "org.label-schema.build-date": "20240109", "org.label-schema.license": "GPLv2", "org.label-schema.name": "CentOS Stream 9 Base Image", "org.label-schema.schema-version": "1.0", "org.label-schema.vendor": "CentOS" }, "OnBuild": null, "OpenStdin": false, "Passwd": true, "StdinOnce": false, "StopSignal": 37, "StopTimeout": 10, "SystemdMode": true, "Timeout": 0, "Tty": false, "Umask": "0022", "User": "root", "Volumes": null, "WorkingDir": "/home/candlepin", "sdNotifyMode": "container" }, "ConmonPidFile": "/run/containers/storage/overlay-containers/41305e66c143ddaaeb98ed8d2e28dba4f4a1817a09b2f92ca6fab33aab983e21/userdata/conmon.pid", "Created": "2024-01-18T17:43:25.756355693Z", "Dependencies": [], "Driver": "overlay", "EffectiveCaps": [ "CAP_CHOWN", "CAP_DAC_OVERRIDE", "CAP_FOWNER", "CAP_FSETID", "CAP_KILL", "CAP_NET_BIND_SERVICE", "CAP_SETFCAP", "CAP_SETGID", "CAP_SETPCAP", "CAP_SETUID", "CAP_SYS_CHROOT" ], "ExecIDs": [], "GraphDriver": { "Data": { "LowerDir": "/var/lib/containers/storage/overlay/6de23b201c8b1f3c664261dac711543bd88171578eb37dafcfb7e889495e7cda/diff", "MergedDir": "/var/lib/containers/storage/overlay/a07440c126d0715d25f266568341a105137f8ec195e4ad72f844a1387b92b1f4/merged", "UpperDir": "/var/lib/containers/storage/overlay/a07440c126d0715d25f266568341a105137f8ec195e4ad72f844a1387b92b1f4/diff", "WorkDir": "/var/lib/containers/storage/overlay/a07440c126d0715d25f266568341a105137f8ec195e4ad72f844a1387b92b1f4/work" }, "Name": "overlay" }, "HostConfig": { "AutoRemove": true, "Binds": [], "BlkioDeviceReadBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceWriteIOps": null, "BlkioWeight": 0, "BlkioWeightDevice": null, "CapAdd": [], "CapDrop": [], "Cgroup": "", "CgroupConf": null, "CgroupManager": "systemd", "CgroupMode": "private", "CgroupParent": "", "Cgroups": "default", "ConsoleSize": [ 0, 0 ], "ContainerIDFile": "", "CpuCount": 0, "CpuPercent": 0, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpuShares": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": [], "DiskQuota": 0, "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": [], "GroupAdd": [], "IOMaximumBandwidth": 0, "IOMaximumIOps": 0, "IpcMode": "shareable", "Isolation": "", "KernelMemory": 0, "Links": null, "LogConfig": { "Config": null, "Path": "", "Size": "0B", "Tag": "", "Type": "journald" }, "Memory": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": 0, "NanoCpus": 0, "NetworkMode": "bridge", "OomKillDisable": false, "OomScoreAdj": 0, "PidMode": "private", "PidsLimit": 2048, "PortBindings": { "8080/tcp": [ { "HostIp": "", "HostPort": "8080" } ], "8443/tcp": [ { "HostIp": "", "HostPort": "8443" } ] }, "Privileged": false, "PublishAllPorts": false, "ReadonlyRootfs": false, "RestartPolicy": { "MaximumRetryCount": 0, "Name": "" }, "Runtime": "oci", "SecurityOpt": [], "ShmSize": 65536000, "Tmpfs": {}, "UTSMode": "private", "Ulimits": [ { "Hard": 4194304, "Name": "RLIMIT_NPROC", "Soft": 4194304 } ], "UsernsMode": "", "VolumeDriver": "", "VolumesFrom": null }, "HostnamePath": "/run/containers/storage/overlay-containers/41305e66c143ddaaeb98ed8d2e28dba4f4a1817a09b2f92ca6fab33aab983e21/userdata/hostname", "HostsPath": "/run/containers/storage/overlay-containers/41305e66c143ddaaeb98ed8d2e28dba4f4a1817a09b2f92ca6fab33aab983e21/userdata/hosts", "Id": "41305e66c143ddaaeb98ed8d2e28dba4f4a1817a09b2f92ca6fab33aab983e21", "Image": "af88606f0277e15c83b5dda0caa8b53b3e4d11ae53faeb013118f2bd7d1a3c39", "ImageDigest": "sha256:2d1a16328e3a826664c7b3b28dcea36fee36b80ec0ec71848b59f137c8b09ef0", "ImageName": "ghcr.io/ptoscano/candlepin-unofficial:latest", "IsInfra": false, "IsService": false, "KubeExitCodePropagation": "invalid", "MountLabel": "system_u:object_r:container_file_t:s0:c92,c235", "Mounts": [], "Name": "candlepin", "Namespace": "", "NetworkSettings": { "Bridge": "", "EndpointID": "", "Gateway": "10.88.0.1", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "HairpinMode": false, "IPAddress": "10.88.0.2", "IPPrefixLen": 16, "IPv6Gateway": "", "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "MacAddress": "3a:3d:de:1d:1c:31", "Networks": { "podman": { "Aliases": [ "41305e66c143", "candlepin.local" ], "DriverOpts": null, "EndpointID": "", "Gateway": "10.88.0.1", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAMConfig": null, "IPAddress": "10.88.0.2", "IPPrefixLen": 16, "IPv6Gateway": "", "Links": null, "MacAddress": "3a:3d:de:1d:1c:31", "NetworkID": "podman" } }, "Ports": { "22/tcp": null, "8080/tcp": [ { "HostIp": "", "HostPort": "8080" } ], "8443/tcp": [ { "HostIp": "", "HostPort": "8443" } ] }, "SandboxID": "", "SandboxKey": "/run/netns/netns-a356c010-9070-a0ee-7c86-aeb71e99ae64" }, "OCIConfigPath": "/var/lib/containers/storage/overlay-containers/41305e66c143ddaaeb98ed8d2e28dba4f4a1817a09b2f92ca6fab33aab983e21/userdata/config.json", "OCIRuntime": "crun", "Path": "/sbin/init", "PidFile": "/run/containers/storage/overlay-containers/41305e66c143ddaaeb98ed8d2e28dba4f4a1817a09b2f92ca6fab33aab983e21/userdata/pidfile", "Pod": "", "ProcessLabel": "system_u:system_r:container_init_t:s0:c92,c235", "ResolvConfPath": "/run/containers/storage/overlay-containers/41305e66c143ddaaeb98ed8d2e28dba4f4a1817a09b2f92ca6fab33aab983e21/userdata/resolv.conf", "RestartCount": 0, "Rootfs": "", "State": { "CgroupPath": "/machine.slice/libpod-41305e66c143ddaaeb98ed8d2e28dba4f4a1817a09b2f92ca6fab33aab983e21.scope", "CheckpointedAt": "0001-01-01T00:00:00Z", "ConmonPid": 11329, "Dead": false, "Error": "", "ExitCode": 0, "FinishedAt": "0001-01-01T00:00:00Z", "Health": { "FailingStreak": 0, "Log": null, "Status": "" }, "OOMKilled": false, "OciVersion": "1.1.0+dev", "Paused": false, "Pid": 11331, "Restarting": false, "RestoredAt": "0001-01-01T00:00:00Z", "Running": true, "StartedAt": "2024-01-18T17:43:26.752831733Z", "Status": "running" }, "StaticDir": "/var/lib/containers/storage/overlay-containers/41305e66c143ddaaeb98ed8d2e28dba4f4a1817a09b2f92ca6fab33aab983e21/userdata", "lockNumber": 0 }, "podman_actions": [ "podman run --name candlepin --detach=True --hostname candlepin.local --privileged=False --publish 8443:8443 --publish 8080:8080 --rm ghcr.io/ptoscano/candlepin-unofficial" ], "podman_systemd": { "container-candlepin": "# container-candlepin.service\n# autogenerated by Podman 4.8.1\n# Thu Jan 18 17:43:27 UTC 2024\n\n[Unit]\nDescription=Podman container-candlepin.service\nDocumentation=man:podman-generate-systemd(1)\nWants=network-online.target\nAfter=network-online.target\nRequiresMountsFor=/run/containers/storage\n\n[Service]\nEnvironment=PODMAN_SYSTEMD_UNIT=%n\nRestart=on-failure\nTimeoutStopSec=70\nExecStart=/usr/bin/podman start candlepin\nExecStop=/usr/bin/podman stop \\\n\t-t 10 candlepin\nExecStopPost=/usr/bin/podman stop \\\n\t-t 10 candlepin\nPIDFile=/run/containers/storage/overlay-containers/41305e66c143ddaaeb98ed8d2e28dba4f4a1817a09b2f92ca6fab33aab983e21/userdata/conmon.pid\nType=forking\n\n[Install]\nWantedBy=default.target\n" } } STDOUT: 41305e66c143ddaaeb98ed8d2e28dba4f4a1817a09b2f92ca6fab33aab983e21 TASK [Ensure directories exist] ************************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:52 Thursday 18 January 2024 17:43:27 +0000 (0:00:24.968) 0:01:12.451 ****** ok: [sut] => (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": 6, "state": "directory", "uid": 0 } ok: [sut] => (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": 6, "state": "directory", "uid": 0 } ok: [sut] => (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": 68, "state": "directory", "uid": 0 } TASK [Copy product certificates] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:62 Thursday 18 January 2024 17:43:28 +0000 (0:00:01.268) 0:01:13.720 ****** ok: [sut] => (item=5050) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "cp", "candlepin:/home/candlepin/devel/candlepin/generated_certs/5050.pem", "/etc/pki/product-default/" ], "delta": "0:00:00.494539", "end": "2024-01-18 17:43:29.316796", "item": "5050", "rc": 0, "start": "2024-01-18 17:43:28.822257" } TASK [Copy Candlepin CA certificate for subscription-manager] ****************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:73 Thursday 18 January 2024 17:43:29 +0000 (0:00:00.960) 0:01:14.681 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/rhsm/ca/candlepin-ca.pem" ], "delta": "0:00:00.514688", "end": "2024-01-18 17:43:30.255394", "rc": 0, "start": "2024-01-18 17:43:29.740706" } TASK [Copy Candlepin CA certificate for system] ******************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:82 Thursday 18 January 2024 17:43:30 +0000 (0:00:00.943) 0:01:15.624 ****** ok: [sut] => { "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.521790", "end": "2024-01-18 17:43:31.239010", "rc": 0, "start": "2024-01-18 17:43:30.717220" } TASK [Update system certificates store] **************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:91 Thursday 18 January 2024 17:43:31 +0000 (0:00:00.976) 0:01:16.600 ****** ok: [sut] => { "changed": false, "cmd": [ "update-ca-trust", "extract" ], "delta": "0:00:01.733809", "end": "2024-01-18 17:43:33.398176", "rc": 0, "start": "2024-01-18 17:43:31.664367" } TASK [Wait for started Candlepin] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:98 Thursday 18 January 2024 17:43:33 +0000 (0:00:02.160) 0:01:18.761 ****** ok: [sut] => { "attempts": 1, "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:43:52 GMT", "elapsed": 19, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "b9f48e30-ea15-49c3-b723-7983e1b87300", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) TASK [Install GPG key for RPM repositories] ************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:108 Thursday 18 January 2024 17:43:53 +0000 (0:00:20.116) 0:01:38.877 ****** changed: [sut] => { "changed": true, "checksum_dest": null, "checksum_src": "d178e73d478af1a430dc0db7bc623e5e3959b1b8", "dest": "/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin", "elapsed": 0, "gid": 0, "group": "root", "md5sum": "de448bf6090b3c3acb1f7963b325427a", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cert_t:s0", "size": 1660, "src": "/root/.ansible/tmp/ansible-moduletmp-1705599833.866409-76n2_fjg/tmpftc60wgv", "state": "file", "status_code": 200, "uid": 0, "url": "http://candlepin.local:8080/RPM-GPG-KEY-candlepin" } MSG: OK (1660 bytes) TASK [Query for default_key activation key] ************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:114 Thursday 18 January 2024 17:43:54 +0000 (0:00:00.566) 0:01:39.444 ****** ok: [sut] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:43:55 GMT", "elapsed": 0, "json": [ { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-01-11T16:57:55+0000", "description": null, "id": "8a8082e48cf974d6018cf9757d720746", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-01-11T16:57:55+0000", "usage": null } ], "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/owners/********/activation_keys?name=default_key", "vary": "accept-encoding", "x_candlepin_request_uuid": "ed48177f-d7cd-46e1-8d28-eb23f6facda6", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) TASK [Get pools for product 5050] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:122 Thursday 18 January 2024 17:43:55 +0000 (0:00:01.080) 0:01:40.524 ****** ok: [sut] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:43:55 GMT", "elapsed": 0, "json": [ { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f29c0307", "id": "8a8082e48cf974d6018cf974f29c0307", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "********os-server-2-socket-std", "productName": "Admin OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 5, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2024-01-06T16:57:18+0000", "subscriptionId": "upstream-18699492", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f28a02c9", "id": "8a8082e48cf974d6018cf974f28a02c9", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 10, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-01-06T16:57:18+0000", "subscriptionId": "upstream-59962853", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f28a02c7", "id": "8a8082e48cf974d6018cf974f28a02c7", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 10, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-01-06T16:57:18+0000", "subscriptionId": "upstream-59962853", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f28802c1", "id": "8a8082e48cf974d6018cf974f28802c1", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "********os-server-2-socket-std", "productName": "Admin OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 50, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2024-01-06T16:57:18+0000", "subscriptionId": "upstream-51556531", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f25e023d", "id": "8a8082e48cf974d6018cf974f25e023d", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 100, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-01-06T16:57:18+0000", "subscriptionId": "upstream-60005341", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f25e023b", "id": "8a8082e48cf974d6018cf974f25e023b", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 100, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-01-06T16:57:18+0000", "subscriptionId": "upstream-60005341", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null } ], "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/owners/********/pools?product=5050", "vary": "accept-encoding", "x_candlepin_request_uuid": "1455a07b-5094-4ae8-9c17-4cd894ae9c01", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) TASK [Add pools for product 5050 to default_key activation key] **************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:130 Thursday 18 January 2024 17:43:56 +0000 (0:00:01.007) 0:01:41.531 ****** ok: [sut] => (item={'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'id': '8a8082e48cf974d6018cf974f29c0307', 'type': 'NORMAL', 'owner': {'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 5, 'startDate': '2024-01-06T16:57:18+0000', 'endDate': '2025-01-05T16:57:18+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8155523356', 'orderNumber': 'order-28645278', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'productId': '37065', 'name': 'Branded Admin OS Server Bundled (2 Sockets, Standard Support)', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Standard'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Server Bundled (2 Sockets, Standard Support)', 'productId': '********os-server-2-socket-std', 'productAttributes': [{'name': 'management_enabled', 'value': '1'}, {'name': 'vcpu', 'value': '4'}, {'name': 'warning_period', 'value': '30'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '2'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '6.1'}], 'stackId': None, 'stacked': False, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e48cf974d6018cf974f29c0307', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '37065', 'productName': 'Clustering Bits (no content)'}, {'productId': '37067', 'productName': 'Shared Storage Bits (no content)'}, {'productId': '37060', 'productName': 'Awesome OS Server Bits'}, {'productId': '37068', 'productName': 'Large File Support Bits (no content)'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}, {'productId': '37070', 'productName': 'Load Balancing Bits (no content)'}, {'productId': '37069', 'productName': 'Management Bits (no content)'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-18699492', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:43:56 GMT", "elapsed": 0, "item": { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f29c0307", "id": "8a8082e48cf974d6018cf974f29c0307", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "********os-server-2-socket-std", "productName": "Admin OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 5, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2024-01-06T16:57:18+0000", "subscriptionId": "upstream-18699492", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-01-11T16:57:55+0000", "description": null, "id": "8a8082e48cf974d6018cf9757d720746", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e48cf974d6018cf974f29c0307", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-01-11T16:57:55+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e48cf974d6018cf9757d720746/pools/8a8082e48cf974d6018cf974f29c0307", "vary": "accept-encoding", "x_candlepin_request_uuid": "ee517799-5756-4109-a30e-f41d70d70dea", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'id': '8a8082e48cf974d6018cf974f28a02c9', 'type': 'UNMAPPED_GUEST', 'owner': {'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 10, 'startDate': '2024-01-06T16:57:18+0000', 'endDate': '2025-01-05T16:57:18+0000', 'attributes': [{'name': 'unmapped_guests_only', 'value': 'true'}, {'name': 'pool_derived', 'value': 'true'}, {'name': 'physical_only', 'value': 'false'}, {'name': 'virt_limit', 'value': '0'}, {'name': 'requires_consumer_type', 'value': 'system'}, {'name': 'virt_only', 'value': 'true'}], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8155523356', 'orderNumber': 'order-28645278', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'productId': '32060', 'name': 'Branded Admin OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based (Temporary)'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'productId': '********os-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '1'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e48cf974d6018cf974f28a02c9', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'derived', 'subscriptionId': 'upstream-59962853', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:43:56 GMT", "elapsed": 0, "item": { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f28a02c9", "id": "8a8082e48cf974d6018cf974f28a02c9", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 10, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-01-06T16:57:18+0000", "subscriptionId": "upstream-59962853", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-01-11T16:57:55+0000", "description": null, "id": "8a8082e48cf974d6018cf9757d720746", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e48cf974d6018cf974f29c0307", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c9", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-01-11T16:57:55+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e48cf974d6018cf9757d720746/pools/8a8082e48cf974d6018cf974f28a02c9", "vary": "accept-encoding", "x_candlepin_request_uuid": "9a03de6d-e57e-4e1b-9910-99981783d28f", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'id': '8a8082e48cf974d6018cf974f28a02c7', 'type': 'NORMAL', 'owner': {'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 10, 'startDate': '2024-01-06T16:57:18+0000', 'endDate': '2025-01-05T16:57:18+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8155523356', 'orderNumber': 'order-28645278', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'productId': '32060', 'name': 'Branded Admin OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'productId': '********os-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '1'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e48cf974d6018cf974f28a02c7', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-59962853', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:43:58 GMT", "elapsed": 0, "item": { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f28a02c7", "id": "8a8082e48cf974d6018cf974f28a02c7", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 10, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-01-06T16:57:18+0000", "subscriptionId": "upstream-59962853", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-01-11T16:57:55+0000", "description": null, "id": "8a8082e48cf974d6018cf9757d720746", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e48cf974d6018cf974f29c0307", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c7", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c9", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-01-11T16:57:55+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e48cf974d6018cf9757d720746/pools/8a8082e48cf974d6018cf974f28a02c7", "vary": "accept-encoding", "x_candlepin_request_uuid": "113f403b-e478-417b-a127-e6ffdcd3b5d2", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'id': '8a8082e48cf974d6018cf974f28802c1', 'type': 'NORMAL', 'owner': {'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 50, 'startDate': '2024-01-06T16:57:18+0000', 'endDate': '2025-01-05T16:57:18+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8155523356', 'orderNumber': 'order-28645278', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'productId': '37065', 'name': 'Branded Admin OS Server Bundled (2 Sockets, Standard Support)', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Standard'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Server Bundled (2 Sockets, Standard Support)', 'productId': '********os-server-2-socket-std', 'productAttributes': [{'name': 'management_enabled', 'value': '1'}, {'name': 'vcpu', 'value': '4'}, {'name': 'warning_period', 'value': '30'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '2'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '6.1'}], 'stackId': None, 'stacked': False, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e48cf974d6018cf974f28802c1', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '37065', 'productName': 'Clustering Bits (no content)'}, {'productId': '37067', 'productName': 'Shared Storage Bits (no content)'}, {'productId': '37060', 'productName': 'Awesome OS Server Bits'}, {'productId': '37068', 'productName': 'Large File Support Bits (no content)'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}, {'productId': '37070', 'productName': 'Load Balancing Bits (no content)'}, {'productId': '37069', 'productName': 'Management Bits (no content)'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-51556531', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:43:58 GMT", "elapsed": 0, "item": { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f28802c1", "id": "8a8082e48cf974d6018cf974f28802c1", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "********os-server-2-socket-std", "productName": "Admin OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 50, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2024-01-06T16:57:18+0000", "subscriptionId": "upstream-51556531", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-01-11T16:57:55+0000", "description": null, "id": "8a8082e48cf974d6018cf9757d720746", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e48cf974d6018cf974f29c0307", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28802c1", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c7", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c9", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-01-11T16:57:55+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e48cf974d6018cf9757d720746/pools/8a8082e48cf974d6018cf974f28802c1", "vary": "accept-encoding", "x_candlepin_request_uuid": "4ec5a6d6-5362-44db-a7d9-f9f3fb86cc19", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'id': '8a8082e48cf974d6018cf974f25e023d', 'type': 'UNMAPPED_GUEST', 'owner': {'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 100, 'startDate': '2024-01-06T16:57:18+0000', 'endDate': '2025-01-05T16:57:18+0000', 'attributes': [{'name': 'unmapped_guests_only', 'value': 'true'}, {'name': 'pool_derived', 'value': 'true'}, {'name': 'physical_only', 'value': 'false'}, {'name': 'virt_limit', 'value': '0'}, {'name': 'requires_consumer_type', 'value': 'system'}, {'name': 'virt_only', 'value': 'true'}], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8155523356', 'orderNumber': 'order-28645278', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'productId': '32060', 'name': 'Branded Admin OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based (Temporary)'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'productId': '********os-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '1'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e48cf974d6018cf974f25e023d', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'derived', 'subscriptionId': 'upstream-60005341', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:43:59 GMT", "elapsed": 0, "item": { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f25e023d", "id": "8a8082e48cf974d6018cf974f25e023d", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 100, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-01-06T16:57:18+0000", "subscriptionId": "upstream-60005341", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-01-11T16:57:55+0000", "description": null, "id": "8a8082e48cf974d6018cf9757d720746", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e48cf974d6018cf974f25e023d", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f29c0307", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28802c1", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c7", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c9", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-01-11T16:57:55+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e48cf974d6018cf9757d720746/pools/8a8082e48cf974d6018cf974f25e023d", "vary": "accept-encoding", "x_candlepin_request_uuid": "f841adaa-b40d-4afb-9ddd-1e08a8cfbecf", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'id': '8a8082e48cf974d6018cf974f25e023b', 'type': 'NORMAL', 'owner': {'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'displayName': 'Admin Owner', 'href': '/owners/********', 'contentAccessMode': 'entitlement'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 100, 'startDate': '2024-01-06T16:57:18+0000', 'endDate': '2025-01-05T16:57:18+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '8155523356', 'orderNumber': 'order-28645278', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-01-11T16:57:20+0000', 'updated': '2024-01-11T16:57:20+0000', 'productId': '32060', 'name': 'Branded Admin OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'productId': '********os-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'sockets', 'value': '1'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'developmentPool': False, 'href': '/pools/8a8082e48cf974d6018cf974f25e023b', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-60005341', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:43:59 GMT", "elapsed": 0, "item": { "accountNumber": "8155523356", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-01-11T16:57:20+0000", "name": "Branded Admin OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-01-11T16:57:20+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-01-11T16:57:20+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "developmentPool": false, "endDate": "2025-01-05T16:57:18+0000", "exported": 0, "href": "/pools/8a8082e48cf974d6018cf974f25e023b", "id": "8a8082e48cf974d6018cf974f25e023b", "managed": true, "orderNumber": "order-28645278", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "arch", "value": "ALL" }, { "name": "sockets", "value": "1" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "********os-onesocketib", "productName": "Admin OS Instance Based one socket", "providedProducts": [ { "productId": "5051", "productName": "Admin OS Developer Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" }, { "productId": "5050", "productName": "Admin OS Premium Architecture Bits" } ], "quantity": 100, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-01-06T16:57:18+0000", "subscriptionId": "upstream-60005341", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-01-11T16:57:20+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-01-11T16:57:55+0000", "description": null, "id": "8a8082e48cf974d6018cf9757d720746", "name": "default_key", "owner": { "contentAccessMode": "entitlement", "displayName": "Admin Owner", "href": "/owners/********", "id": "8a8082e48cf974d6018cf974e4de0002", "key": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER" }, "pools": [ { "poolId": "8a8082e48cf974d6018cf974f25e023d", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f29c0307", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28802c1", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c7", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f25e023b", "quantity": null }, { "poolId": "8a8082e48cf974d6018cf974f28a02c9", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-01-11T16:57:55+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e48cf974d6018cf9757d720746/pools/8a8082e48cf974d6018cf974f25e023b", "vary": "accept-encoding", "x_candlepin_request_uuid": "17b48706-d82d-4f56-9348-6d6194539d15", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) TASK [Add environments] ******************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:141 Thursday 18 January 2024 17:44:00 +0000 (0:00:04.125) 0:01:45.657 ****** skipping: [sut] => (item={'name': 'Environment 1', 'desc': 'The environment 1', 'id': 'envId1'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "environments | d(false)", "item": { "desc": "The environment 1", "id": "envId1", "name": "Environment 1" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'Environment 2', 'desc': 'The environment 2', 'id': 'envId2'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "environments | d(false)", "item": { "desc": "The environment 2", "id": "envId2", "name": "Environment 2" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check Candlepin works] *************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/check_candlepin.yml:3 Thursday 18 January 2024 17:44:00 +0000 (0:00:00.020) 0:01:45.677 ****** ok: [sut] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 17:44:00 GMT", "elapsed": 0, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "552fb21d-c03b-4ed1-af34-bf7e673409e9", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) TASK [Install packages for squid] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:7 Thursday 18 January 2024 17:44:00 +0000 (0:00:00.447) 0:01:46.125 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: perl-Math-BigInt-1:1.9998.18-460.el9.noarch", "Installed: libecap-1.0.1-10.el9.x86_64", "Installed: perl-Math-Complex-1.59-480.el9.noarch", "Installed: apr-util-openssl-1.6.1-23.el9.x86_64", "Installed: perl-DBI-1.643-9.el9.x86_64", "Installed: perl-English-1.11-480.el9.noarch", "Installed: httpd-filesystem-2.4.57-6.el9.noarch", "Installed: apr-1.7.0-12.el9.x86_64", "Installed: perl-Digest-SHA-1:6.02-461.el9.x86_64", "Installed: libtool-ltdl-2.4.6-45.el9.x86_64", "Installed: httpd-tools-2.4.57-6.el9.x86_64", "Installed: apr-util-1.6.1-23.el9.x86_64", "Installed: squid-7:5.5-6.el9.x86_64", "Installed: apr-util-bdb-1.6.1-23.el9.x86_64" ] } TASK [Check the status of the backup of configuration] ************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:15 Thursday 18 January 2024 17:44:07 +0000 (0:00:06.742) 0:01:52.867 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Backup the configuration] ************************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:20 Thursday 18 January 2024 17:44:07 +0000 (0:00:00.257) 0:01:53.124 ****** changed: [sut] => { "changed": true, "checksum": "2a7e033a9aa6404d3e9d07b9fb3aa7e7504ea2f0", "dest": "/etc/squid/squid.conf.BACKUP", "gid": 0, "group": "root", "md5sum": "326a6253e6710b7a0478a8fe2e803253", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:squid_conf_t:s0", "size": 2526, "src": "/etc/squid/squid.conf", "state": "file", "uid": 0 } TASK [Copy the pristine configuration back] ************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:29 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.365) 0:01:53.490 ****** skipping: [sut] => { "changed": false, "false_condition": "squid_conf_backup_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Open the Candlepin port] ************************************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:38 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.008) 0:01:53.499 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Set the shutdown lifetime] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:47 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.253) 0:01:53.752 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Set the port] ************************************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:57 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.239) 0:01:53.991 ****** ok: [sut] => { "backup": "", "changed": false } TASK [Create the new passwd file] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:66 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.209) 0:01:54.201 ****** skipping: [sut] => { "changed": false, "false_condition": "authentication | d(false)", "skip_reason": "Conditional result was False" } TASK [Set the port] ************************************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:78 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.016) 0:01:54.217 ****** skipping: [sut] => { "changed": false, "false_condition": "authentication | d(false)", "skip_reason": "Conditional result was False" } TASK [Disable HTTP access allow] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:84 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.015) 0:01:54.233 ****** skipping: [sut] => { "changed": false, "false_condition": "authentication | d(false)", "skip_reason": "Conditional result was False" } TASK [Insert initial auth config] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:90 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.016) 0:01:54.249 ****** skipping: [sut] => { "changed": false, "false_condition": "authentication | d(false)", "skip_reason": "Conditional result was False" } TASK [Add authenticated acl] *************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:103 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.016) 0:01:54.266 ****** skipping: [sut] => { "changed": false, "false_condition": "authentication | d(false)", "skip_reason": "Conditional result was False" } TASK [Allow authenticated acl] ************************************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:111 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.016) 0:01:54.282 ****** skipping: [sut] => { "changed": false, "false_condition": "authentication | d(false)", "skip_reason": "Conditional result was False" } TASK [Restart squid] *********************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:119 Thursday 18 January 2024 17:44:08 +0000 (0:00:00.015) 0:01:54.298 ****** changed: [sut] => { "changed": true, "name": "squid", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target network-online.target basic.target system.slice systemd-journald.socket sysinit.target nss-lookup.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Squid caching proxy", "DevicePolicy": "auto", "Documentation": "\"man:squid(8)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/squid (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid --foreground $SQUID_OPTS -f ${SQUID_CONF} ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid --foreground $SQUID_OPTS -f ${SQUID_CONF} ; flags= ; 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 }", "ExecStartPreEx": "{ path=/usr/libexec/squid/cache_swap.sh ; argv[]=/usr/libexec/squid/cache_swap.sh ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/squid.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "squid.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "squid.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/squid.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22359", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Add SELinux policy for proxy ports] ************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:24 Thursday 18 January 2024 17:44:10 +0000 (0:00:01.074) 0:01:55.372 ****** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Thursday 18 January 2024 17:44:10 +0000 (0:00:00.057) 0:01:55.429 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Thursday 18 January 2024 17:44:10 +0000 (0:00:00.011) 0:01:55.440 ****** ok: [sut] TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Thursday 18 January 2024 17:44:10 +0000 (0:00:00.371) 0:01:55.812 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Thursday 18 January 2024 17:44:10 +0000 (0:00:00.012) 0:01:55.824 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Thursday 18 January 2024 17:44:10 +0000 (0:00:00.192) 0:01:56.017 ****** ok: [sut] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:14 Thursday 18 January 2024 17:44:10 +0000 (0:00:00.013) 0:01:56.030 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:23 Thursday 18 January 2024 17:44:10 +0000 (0:00:00.009) 0:01:56.039 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:34 Thursday 18 January 2024 17:44:12 +0000 (0:00:01.326) 0:01:57.366 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:45 Thursday 18 January 2024 17:44:12 +0000 (0:00:00.011) 0:01:57.378 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: policycoreutils-python-utils-3.6-1.el9.noarch" ] } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 Thursday 18 January 2024 17:44:14 +0000 (0:00:02.352) 0:01:59.730 ****** ok: [sut] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Thursday 18 January 2024 17:44:25 +0000 (0:00:10.720) 0:02:10.451 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Thursday 18 January 2024 17:44:25 +0000 (0:00:00.007) 0:02:10.459 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Thursday 18 January 2024 17:44:25 +0000 (0:00:00.006) 0:02:10.465 ****** ok: [sut] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Thursday 18 January 2024 17:44:25 +0000 (0:00:00.019) 0:02:10.485 ****** skipping: [sut] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Thursday 18 January 2024 17:44:25 +0000 (0:00:00.006) 0:02:10.492 ****** skipping: [sut] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Thursday 18 January 2024 17:44:25 +0000 (0:00:00.008) 0:02:10.500 ****** skipping: [sut] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Thursday 18 January 2024 17:44:25 +0000 (0:00:00.014) 0:02:10.515 ****** skipping: [sut] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Thursday 18 January 2024 17:44:25 +0000 (0:00:00.015) 0:02:10.530 ****** skipping: [sut] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Thursday 18 January 2024 17:44:25 +0000 (0:00:00.014) 0:02:10.545 ****** skipping: [sut] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Thursday 18 January 2024 17:44:25 +0000 (0:00:00.015) 0:02:10.560 ****** skipping: [sut] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Thursday 18 January 2024 17:44:25 +0000 (0:00:00.014) 0:02:10.575 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Thursday 18 January 2024 17:44:25 +0000 (0:00:00.008) 0:02:10.583 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Thursday 18 January 2024 17:44:25 +0000 (0:00:00.007) 0:02:10.591 ****** changed: [sut] => (item={'ports': ['3128', '3130', '4000'], 'proto': 'tcp', 'setype': 'squid_port_t', 'state': 'present', 'local': True}) => { "__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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Thursday 18 January 2024 17:44:28 +0000 (0:00:03.245) 0:02:13.836 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Thursday 18 January 2024 17:44:28 +0000 (0:00:00.009) 0:02:13.846 ****** ok: [sut] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:439a16fac1802d15af66ef0f477ad8a4db6e61dbae1377533a992713a7467e42", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:cfca6eb18cdeeaa1666612ead75e67644e84ed2872dbdb5ebd1c90c5aa8b60ed", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:87df54d4da76cfbf90197c103829580b43bae575fc2179805b54378e2441f98d", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:a4837977211a9b5c79ba308d47da063b55f83e290e90940a7e16662f5e7fe4d5", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:5756a61d6ce82946fc55349fb0ff5b9a432f2435815b0e1b39ec4cd1264c255a", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:33e4474638b12ea07b6f2308d3afeea697b9164980485006e198c56822334253", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:0075191f3e8b16430d7ffc5fa90773a117ecbd62b9940b8dab3b8a150b1866b7", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "sha256:858aa9ee801dd9bdc5cd5ecbf93cb5baba4fc273aaaaeb155a9a7274fc40fe0f", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:0e719b5e69281f5001eb69dd7d5ec1a2e8f289a2ed8d7032dcf58cd54e620aa2", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:e448e0203f55d3a8e673a8fda655d59161f282a5b8cb0211e17299e598cc9dc7", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:3a67724d76252ecd7dc1be2e93127cd456e21365a4575355fac53fb5aadebbde", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:40caba95b101de8aa9f0098b6bab4da4e703beb4a05203af1493c0ab55c9299d", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:ae25cf9c1bbdb74206db1eac46cf32163fe6843575e305d31dec82bcb324dcb8", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:db86956e5debcd8db6d7e5e132d976d715dd9c95815b1aba0d36c1e639b03b72", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:0f45efdacdf7f2adc544fd4bf33126f3070b4bd4e3921afff7a855bf7adbf32f", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:2eb5f92b4413ad4a3b0828d67b0d564aa6c9a69c6f55553ce500129be24b7339", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:91ef7f49b4fd338140721170763f80243341aafb6a1a7b903cd03ba65ad9bddc", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:05db5ce64232869fb1bc5793cfd1d686e728a3d3b7b1494d057ae71643c0429e", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:8228509418eabbeb3ab51dcde71604748f6330b2b14b76cfcdb53b3bb64a6559", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:f7e18ba88590fd2ae89e650b698f4425692b5c7df78a695460e9c26d83553402", "enabled": 1 } }, "authconfig": { "100": { "checksum": "sha256:bd9bf899f02ec8af56e4e50b8b835ab765572fb9eac16e8044477eb4957cdcf3", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:d21bb0c7b292ed428b77349fc5aab1bb0cbcf014e4fbab7f335f732a9765e8ca", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:8296ffa479e31ce2312dcbda5e46a263ed702e24f369eeabbec14a2e1daf07dd", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:e9cc0d6c64189bff92bad536021e5bc6d8882d622b94497270f99ea98db8d250", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:db991323b8b65ddcaa47bc9bd5b87d342ea104cf59397850b216fcb7f3dbe41e", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:fdfaa2dcb6f9b887b048e57d53a24517497568f01ad9626b5f66094eb69c6219", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:908dc3746eb77248f91dd57c42bb76c10f12d37e0e0b88dbbf2000eacb12b5fa", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:fc67a04f11c2602556fa68ebd2cdd27841f594bf39d6a614c34ff601c678f17b", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:f05cd3d4a44b6be1542bad4fa1ac2ce38fad1a62820231211a5d40d159434f98", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:42670f76e4e23dd5fab2605f8f624df553dc44d694145c97c3dd1453c6a93a07", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:444adda9e9db6ca2f7a1f15b00de5a055982dd1565c890d3fc243058b107bfdf", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:b8c9e3b849765a6545578ba4b84a7a945ca3910b6f9d00b66f0845c22e403545", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:b6464b7bd332e0127b5ac7e7f4e85983b0df4eeaedf1382d1cb95bcc70567975", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:49ad56ce740da1f2543cbace1176de2c6729c7896e22a5fe5524a52961c3c6cc", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:f2a170b9be22cfb4983dfbadd0836d4b3bf4c07c61958e5f42dad393c98ab16a", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9215abf2a387cbdf2dead5ce40533e2089236cc374ce10e93cb3128c962bd818", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:f92ba3eed6cbdb5e445087aa67963e6d4b2f1ad703a733a256207ad9630772b4", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:bb9ab8cb4d620be01383a5116766dcab262924abbb51f6352dbc453b9bd7bd15", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:32ce0ef2b1bd4bcf069fea0037f080345020b6ccb0b3a14dacf80d0341d31703", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:094419eb3a9852cdc4da7ea5e9f53ec318778816e09881dd10700890f0fa8aa5", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "sha256:6e8bb2e352f373e327c2d74ecbc89e7784f198566a8e13090e905e74e1769df7", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:c9b4271ff4e3ecf0991a0bac18e25bbda70877abd97f1f747529f6fdf2c64a2f", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4bbe4a6e81441607849fd3b0935eb2d49b6e6ab6998e16f05c505eb1ca23860d", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:50bb751029a1226883e3b3081d5cd727dca1776a7aecde05e1f80aa5b664ad37", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0bbba0d23bf169b2720e6b5889693dc604dac70ba2e6ee3bb4c5f1cf2238dbc1", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:db2c087abaf9808579236fc0c2986b7bc378039af2dcf6eb437d61104e45452f", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:7b6563fcdbcfdcf6f1870332e9d7b0baa677fb4ed448d742a0a2f01540b1b7aa", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:6d04e200dce14290743a8c7ad857b5f55edea096103a7778d85781917f98eb0b", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:10d2bbbc583ff7c12bbc0e8b25ec5d75189416fc3bf731de0c2b73fd53e1fc08", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:e9c84a527fe46e3c20782107e9ef5fc7ce5b523d3a17979e73476e3f4c8cfb2f", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:9405921298a4eac97dee55ea739004bdc1af207a1334097fb954841436db820e", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:4ec9e51dab035098723144ee177558420c3397d8c4cb3510a8fa791ddbfd1edd", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:feca643624982d27200122e1ddc1289ab3d9d22f53791e65850ddb866c4996aa", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:63a2bf0e2ed13107a93affe6fcea34fba0d93498b540c210acdec93c6778e1fb", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:a1b13354b27e76c1262f1a63d7c272c7f1fb9a5afab9cc6cf9115881a13bb123", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:6afbc8ab0b667739a65d3d638d69f650225184f1ce60ac3d59cbe6e7706c4667", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:bec2119337e2096ebfe5840f2470f4fe3b0993493157926562b8753d9dedd574", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:d4d40aac2e8e39be67c133a3f7cafe3cd2d977afee0f62655c2c4cbc182d9354", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:6705ca854ad4e9024dce5563f1c1c3d28ce2072650b01f7930aa7e1a5e7abc60", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:8ee85bfc15d6dbab880c9d68fbb48433be5f9fa335991843c4dc05d7f49494d1", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:5046324d92609edb7af362c37ace4261a5fb71d0954e7b93cdb66abd1354eb0c", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:4d472e61e74f2417d9697c81d028f4d2291afc04ea16fc1809cbec42bb8950b2", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:d048efdee101e199ef3e79822a70b3537d5049435cb04c4163ca5afad9fb5280", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:b1185aa06922394419862c9bc8ac65baa654b7fbffa31c531ef09aca6c0b4b20", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:a2c60d3b35d601e5ae9ce2621362975421fdf1ab692f37bcb23e54acb2994921", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:8c73792b1c958f70834d76a863e30a0b22cb14bd5584e32e78af4d025e2cad4f", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:2a561c6e7e09637b8e42fe340da01e379de2b634d6ad8a6f297bd4ff79a56c2a", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:35a2c8ccb00daefe127d8e94cbdc719db95bbe0710fdfc4d261c9ebf9fa88952", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:40108323ffcbd7fb14d43fe50b4fc025647bdca4f0346a523a364c2176857ec3", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:54c9c5360fdce35d10f037411b004251498f836ddc47a5c24df9e0877ab479ad", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:6251a0631879ad61c7a1736ff23d29b599323886cbcd4d782d581ee6f1737f75", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:e365ec82226a96a0f85abad6508fd5e8c9cfc925f27aec30b8b97e5e8a35bd68", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:1250482f0ee706d932f37ac4b165c41a087760d753a799993e1ae4a2278d6ec2", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0a4e6d29c0e5008f52b116072cc416f84491a5cfd9c4b4924ac3bd5c9a88517f", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:b692d8407a14280ace1b20b8d3eae8ebe1d1195623e186d88ac987eff53d9ab9", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:76a27b409571307c1d8aec201dffe7646ceca3e51bbaa0ec1f1bde2b813d0318", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:5c72aeb4a39a74d8b9e9fbf376de168ecb105252034928dcfed9806d5fc4c584", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:f588b15772a69b5a7c7e97f19cde225cbd0bda4442bad49b49c67af741d6b8f4", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:f019cec82d811ea15140ca1b670ebe3b2653f1209978cadf679e71b7220e81e2", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:175bfe7edee632e3c65a639c0892b7e740e88f71a2181ca38bbda3596d9e9aa6", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:c604411bba913fb5f3c3916b45fb266336168f2715206c47eb133bc4fae91587", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:a036b1b6edf28d2350e4f88de0872e3dfa2b9aae036e5c5e833fd79b8d17976f", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:b22818841077164d31f1cbe62af32042e7411fa8fa722614d65a66fa506ef44f", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:bd0fd318f3fa48292177d1c2941147f2d30be72c1bd8a6418c29046733f97c79", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:5898ab6ff7cc8eaf5c19d35ee5f146af26bcd37368a1258beb1414916d9b2429", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:db0ed75ce7f92b54a6460c777ca31fe82b72c4b05084f1a313a57c8083553c10", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:d24bc323782f1d6ee6ea32c8fa2df2a20e259f4b04bf2f07346bb1f7577e3764", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:cd694f4d91ecf21e368d92b0a0b3f299ddf338a10bc75299836844346ae9eb96", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:77efca099099d037dc19a9284ae4590b563480957bc94a3d9d8c33a3e208c52e", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:d37da7a6abcc7eefedae210a9a83412e0714b25cdfa6d960cf060d4f509418dc", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:80453fc86e420ee52d32dcee1b6d85d10dd9b9012d09919b5873e39fae104fa2", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:23626af794116d23d48eea54d72da0e3ee6073ea1a28741c6395e358dad7347f", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "sha256:38b148ca47057f48b11d18ee2bd65564ec54cd4fc99113bb7af3da2cdd69cf1f", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:086fbd5c4bfc2c2b9416574d7adda1186cc9ea8d42fa3d977545b177a5f6b31d", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:396a81962624946e359640fbc88496b359830c00f192a41f0fdde88794207243", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a8b6abf25d85962282117a98e22156d26f98ec6c2b381a701949995ed2de791d", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:a971b0992935b50c121f7bed5fd45e9826ad88a95b0df8ab6483e76f2c2fba38", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:3cb24f02d5c678700fae94e7fa0b9fc3d5c35cf4ac925a176613dddaefe4142e", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:0775c03fbae369d8a7bd66ca63fa7685e739a3362a91fe862a7af705414086d7", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:021fb09c86d4d9d06ba8da4e857d732e455efa6e9fb8642a2e89977cd7a0df9c", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:6a6f3519345ece087870b34b523e9a68abe1dafd480ef0c38c9dee3e0e75026a", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:69b795ddee9113446790b436b524cc7996f00088be6257eb0cd50ec5c066dc46", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:c0d9b5d3c0dc83fd9c1998e3a13762eb7b77478d17438016b210397f0df30fc8", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:2157ab1e30e581cc66a24b0764bdc9724200649801b4590fd6672a92b9ff237e", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:ea43c2371c95db75b134d1d039ac3ae75f0cdd8a02b2c22ccfb3ab1b099dd685", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:fc04c1b92c60d452ffa49be223b5fe7ecc2071f2c804b49a7ba33362d86387e7", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:d9f460b6074a1fd336b48d3658be720883b1992db8008780c9583e9f149616f9", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:ab39208e6b1d3120c00357c178f8e8d631fd651c846cde9801e66886cbc77e75", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:b4acf86db9044f0c3ad616371f733770541bedba9fee5751f5a4d9170d8347f1", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:607ee9da1fa86ca6c31d2a3285d091e33baa0c243cde6709f5b50228a6ea6838", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:85f718afffb3b6b0155d7a4b44829f5ad2cb4067cf7ed7c77f77cdd31e3e2f73", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:4dfe814f941a33b4de23c050e33c7b87e30959824ec0be0b37125f75122ddb9e", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:41b4c223d3414e36e5d043c90d2b77823a4483d647ae8a6f7cb867d86df7b03a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:1870ad98b724b8ba0bb92a0d277ca659812d4c3f76877b6419132669ce0562d5", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:3a189ef565d9b567e3f92ee485a5cbfcb2edf626e17dd5ae42cb29b5ff8240fa", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:53d676ce5265a7bed9aa8a195d749a2ddbc04668b4909d271260de0f981a0b6f", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:1ea667f0c7cfdd85038d8678a770994afddec806355100bbe78308ee081c5d13", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:aaf447d9612e51755f905ff5c3fd1534071e551dccc8566c1ecd86deae23de02", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:6c0e8c2b7fd71eb90683329b23f7ea92ad9f72a9941c8602c2cfd0e3d87ded56", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:ad6903ca47a88cd9fbee03f05da3705b6de4550a9bac31338dcf334301a7bc79", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:7550acef924761a9cccfc8a599164bb4cf1aea09e478f0f02c508e77d54fb354", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:0f84866fe7b8ded8ee731da49946ddb95b85d2544d8189952f4b465dce92ba34", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:93950e077dae21de66880e685ec159b69f7febccbdefcc28a6251122e5b61744", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:8b3081995ca8e629365f84f2dbb74583d77b3135c071b7fd576e105ed83bb3b5", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:771390697cc126933b817059c224bce8ead877cde100a24109e22a40b00da1f8", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:0bf17ab1e6123f9c89bb89b3cc96987295420a1d573062c6a9e029955b5b43e6", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:cdb91bedf979856e05a3fd3e459770c10d89df426f32350fc352066d4a6e7526", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:5cac8bc4a2c13438822cf9f1d976f655f50508a7dd56605ca4ba3267e55deafc", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:2e2270b2e6f5a91e4ea730a83fcd172b4d4bb2bdb210dc1c0b70f366a9e0867b", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:164530b001009abd38ae86c874f1116e26e48e0b20c78e23ab5e1f4da9837aba", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:044d9543cf23ebd19b78dd36453ca1b35f8b0343d18d2bf812f487c267c73400", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:04e4aa39ecf87ab5fb148554b72eb07229b2bc87c36194aeeb15e1f314546d8e", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:5ac320af55313b3a8dcd0729ba525596fdd1512ebcf5717b5e4f805efeb1d062", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:705d8c2334abe75bdd34c68be5a18e511b387986db97fd3fab68db1126345a94", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:69151f1195923b97d588966fa3999a2acbce4c3e6990e493cb6d825ebe6bdcef", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:919b0f9d14bb3b10515f015629e90fe2731278febf87bf441ca4ba42a6d82ce8", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bdc7cfe30544d9b80f90ed79cf8e8e2a030cc750a4b1a09dcbf00c29cbf7cee0", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:9630601fc50cde8618d6c2a1512e7b3493f73f65a7e711210f143f293ed4dcd0", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:b555ba9db54f4666b50c51bdfb0ed669a11dab8fd53b5efcb3eefa440b539364", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:b98b9c759b4f7c18d1dedf4b8da7e3925fd5153a7065ae24a2edacee03adde2c", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:647a5a84af0d24107d98393a74f9cfef91d5f6314f97e9589a5917516240e4b6", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:2611434e8c1542ce13e93f5d68593cd1bdab8c2df7e29971bfcf6873ebbc3bb9", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:f30e73a5c744492434120e33ec5fe9fb417e3a31b788a26b6ee070722df47666", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:ad01286deffe99ee070396c0057f5999b5d3874d66032c1754c66cc87e7a8bd3", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:af705c9efd826b06ec3e443236c9982e6f78aa12371ddb6320a6dbdd008af70f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:3e0914f39b9c0d04faaca33a50a45adcdca0ae17236522cb0e3864edeb03700d", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:2f621a1eac6f3dee3ef9ca50a7bfc14f5601e3d8df08bed932c19703f6f75834", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:93b6642db4b75051bef5bd84c3dd3053a3e8d860909e92b8a5b16a70b46c6928", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:06746c3d7855894756f8475794206dbbee3e18ef616f82b388d018b1bde859f3", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:192ba106b6e9f0f6728189b1ba31eedd622fb174e0c980b6e548fba27d6f2bc0", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:69b0abe4d235bc04050f6e0b41d75afbf1bbd64f7982e103359275b81be3bb71", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:47516b334720bd0f0564773ac42dafec6066cc3c98fff9d0da463003c26b613f", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:0152700ec5ad8aa649ae8ee0d471468eb7a19ea29917e30f44b575070cdcab52", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:410041152590f3a3f56b7712060ef89524e76c43871e254eba743028b4c7cb7a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:e3a8040712dcd2617bd7cfa3d4f5c99875d443df51b6239b2120e80a37d73486", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:87752c8efc5f9f83a440bc4f712edb68d230667f917f80c45aec916b4831e943", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:79b946ea4ed096e9dfa790116a1fb94530e31881b533003777bb4e0806e2285e", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:80988c722833d97ebf18b496a39ed62e97e55fd7fb2f82df3124bbe0d58638b9", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:212c02e6f01007c74610c409f7a991b63f2289410e56fd6d6f5b8a552177fe3d", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:d04b5f22b983b5a7d3de27986a110ebc12acdf9874561101e3a00f419226f7f3", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:834ebbd7a4b1f9a3a92e1826010c0e7b1de4d620df32f5201806ecc0240f9ee0", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:91eb1cd73c11773727989a85dc34b87a55e7171bc99de49c9f307412cf392645", "enabled": 1 } }, "kmscon": { "100": { "checksum": "sha256:a2442484416a2a67d1ba9d6b2b85f0bae72bf3f6746e448643851fce3b33f61a", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:2997e6377f7cb92461fff4c6c2ab886a0ff25c19bd2544a5b5289f32a4a0a8d7", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:49919bbd9225e10dde5263d0cb01accf0b0458bd39e60d8845a7763e4c425a16", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:1a341235fc9a666c025a95b001df21f7e4770b0120df37687c0f5be8868069ad", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:aca86e12d3c7435aa1f79dff98d67a1594f655e34b9040260dee2ba8855f90ab", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:a22b8ed6a669f50e9a1dcbdf57bdbf5f6400eace5e0f3170bb90bc0bb79ea09d", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:a83891194fb4c2efecdbafe86331368b90f6b5606209f2a7f925ac04de0a4650", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:aad0b98989fd36a55d0307941e1cfd73e94a39c7147feed3af167a3dc2a4ecb9", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:971e3571db8fc239339a89d5b9090659b80c1583f156b2c0ca37affe4424f16c", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:e64671df16e8430a3ff76a5f8bdcd907025df4a41c44afdc67f09c8520d249d7", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:976389e45d3e14f9132ee75b654b6e725fe9b28d3eb0b58f5e60d5c2a67c4458", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:56c9b18aa74d056435aa4908b3e1120496f3c8c0985c5dbd4fc662d6150c5707", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:5ebf18eca037bc6d0dbb81db94ad3a4a555d31684017760238ce547367aed080", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:835d96d8e92204ccc2b2e011981c1565275ec51b14ea2362527031e059b3db9d", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:519be249a5f6d7e21d7fa6143dd050406da1d29bfac29c4e0de91da9780d837e", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:ab50be2f0df8e7e8f32585b9e4e4ec0d89b897b14b415c7a96aa55ef4cc301d4", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:d496559b89d2b69c6139141778b3bffa4595b787b8194d4693fd1de941091885", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:7acac436e84fa22e873e7b7d74ccc384b948022465f2a397dfa0fe229656c723", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:bfc4d5317ed738ae961b7eb2c3f8b24e244f28c6e596a18f49132a312f2186fd", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:474e11655853ea9ecb3b90354737bb33513d600027fdee75f1d38cdd7644598a", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:c88004b9e24d18093550ad9f271722d67f3e96a1ac2aad1a1340c9c322df9625", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:789d9908d6a4ccf9aab74a9a86ab780ec18789ad9fb25603e2076e03f39a663e", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d4baea24717e6f58a231c34c370a41fbb280c561e99176aed67a6faac2ed2f55", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:6e56c2fe3eb63c7ecb31ec57b0c9a076dfeb1af9b441500441a2f79dafb39498", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:42a32bf5b58eb1cece61587e26cad9d14e561ebfe3f8deea15ced247a9af9a5c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:f96a24403c4d03d346abc0d3da9b83c3425a7190d82bc8199b0aed732d22ddcf", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:7dc78812d1a51143faed9157d26a338917b6217489816f8940a0b0ebbf0308d8", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:edff00a0ec699758087c702321c3ebcfc61b1ea1b56596e8204bd5a71a4e81cb", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:97c366744caa502ccaa1fccc570b0f93a4d714b371a899ec32d915ec05155e40", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:c9a83d68bfaf2c73c8b3cf23c13f94fe834a5f5a9263004629ab8abb563434d5", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:9032a637b24c8bff1676c0dec33e66a729947fa96dd3d7a927bcc77e45510137", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:15df133e41a8603f0945a247f79117dd96306f34ae38f1ba8092179f116f611a", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:0d26eb46dae313a7e839a95761857bcc52e06d6d68b7a24675b7f8311830ca4a", "enabled": 1 } }, "mip6d": { "100": { "checksum": "sha256:87e5fafef70b376ff82229049b550c5a3c3b869b7fbb34a5488f3cb86a7d74f6", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "sha256:7f0d65a1413ddb554d91722376d8d08084075e6aedd46776f16c188ef0c38083", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:7eebc1aee1b3335a77380ca5eb2fdee479835a88207e67ce8f59e8da17373a24", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:e9ce2b283406b3676bb43033946e72d2e98c1686212a748f00a88001f9e6d921", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:0497366cad281781a2398c7dc8daf3f0e078407e4ee4c7566bd757700f93e141", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:3529b33c67d36b7eef5ff9f0c264488d93c08051494e9e0aed46dc3a8566ecf9", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:72f27671fe34dd7a39b6465ada7d03ac25f9e04ab32e9f412cab0a78dfe39ee9", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:4db3382f93ef9c184c5104997fe063059650fb1410a885a51dc3c40785286de8", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:9bbb690a7ac70702c5a0c44c22b8618feada9732e03d036296abe0aec7b58664", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:7a74fd2fee38b753bb79eabe5e17b820ffd21b85d6edfbafa08397ad3e45c6f6", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:235361621ee28e48bba66adabb1eb2747a00fb346b830e37a60eae9fdef59fda", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:40e43fd8a418f3d376a805aa0e100860f7585d0a14a97a96773ed3554b074ca6", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:72a146e7a9d143edd2eb97ed19c836dcdcb4e97a68988264908725df17081e39", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:a2273ec3f90d410489709337378075f188a97a2cfae2c9fe9c6e7f58c06ab10a", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:480dc08347f22525dc1aff5c8648e742a5a0a0a1ea1a2ebc34cb8570838c2f75", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:92e871616b586e4aaa57611218d065c0957773ef53c24dfe622bb7a7703dab0a", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:480d8e1cb7d34d7239d203a7ca3e901bfbfac2bdd1de22f38b15342ab22161f2", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:4cad32689a28637ea553512a928a9ac8904a6ea7e354eba0283ce83af609259b", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:b5817cbb921c547c171601033a29548e1f773c7f4cf40b3c56af8172cde31766", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:a5b756dc9d29e611a864667b20cb3626ed5664dad68f5a09b49b654743b200cf", "enabled": 1 } }, "naemon": { "100": { "checksum": "sha256:51c0aeb875873462619aad87d9ce4f7bae95f2490a52fdd8797bdbea98e936f0", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:059ca826c2888395de451a9921dcd3575f760e200e1a0798378e1bce75e6d9d9", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:3c5ccf75134d539db434ffbddcf00f6d1e89b63521d54f6b2ed9b3ede3705263", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:5cba7fafa3098ee2c0cc34ba9e1c0adb715bd1d64da96ee9b740d533585669a9", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:04f691dd79fdbfe669b0183f183e18ea15ae1db943af9f7dbfd0abc902984051", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:97d58cea720b1d3805ea6da620c31c11ed744fee91062228630225a8d66335c8", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:ff3be9ad383f9234efcb094707348e605aff09c00f35ceaf709e63b967c43d64", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:318d8861d39697f4260b9fcb14ba9dda93f4771a0bb39cc9a528818f3346f468", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:64769b2511acfe99005ec8233677b682cdd83ab46a544b7bb9d0e70abbd483ed", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:d4145ce937b1aaa91317624fbdb36b7547bbb546e515b39f74765dba3cd89e6d", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:80f1e388fa50344d3288c05762dcf9b8f066acec0864ee3174d44def818a32d8", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:cfb5dab27cce228b0cef5c709412a635845c69e2bd3e0477dcb48d621c7c107d", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:5bda0f869d502550d3721081013ed5e4ed0deba406568c8cd4511dbe0215c4ea", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:32cacfe03b9e6da3a5f4c48d5796c72b1ce3fe99811a2c5dc38603d0076d9dde", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:2771e957e6db3cfa44171494c1e09acb84a6748e02172eb4331b3b1521e5d086", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:f9549d32b3aded8d09aa3a85bfb0a65e5bfdaab23a8e94b23a0770b2f4e17156", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:ffad4de899788eaf69f3acaff1f639b3b0d00a72f470dd9919674a7be1a43d3f", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:72e2f249c0bea45e9365a651e32f8ca319fafb5bf2cda4738461dd66431f56a1", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd11fdfda7f53378845097c444833cd0324229ed343432920ba07cdadb243df3", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:e284fd3dc49f4c93535dd4c8ca79c36f63d15d263e50346624652f9476fb3e36", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:cf09b29b5cca52c78fcc19ecd0594f1f00835666d13ca4493f971ccdaab8712c", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:e06aee0b45ddf4b7df121f8074cea445cb0718530339ccb98f69123c1fc2ce9d", "enabled": 1 } }, "openct": { "100": { "checksum": "sha256:8bf4483676b839530f86d99a4adafdac02be98ccd5e67373a46dcbc5bc1e6f70", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:11f28134306797a1812589a71b11fa1bfdf06234d37e3ab390dc6201b7288812", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:0e8da03ae0f4f3c58c2ef0ecb6c9a870b80a0aca6c217759411bec1088b67a59", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:3a0474c5cef7958c758cc4525b8b7b7cc5ed421a84a2cc53e54002b22a4347e9", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:f102a38863c427fe7e7c2c78333054c21bffd02a58205ffd1f9ecb52ba065188", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:0a4cfb7b0476a388f7a01909452d52d4a838ce4a996359a16277ca66fb1a35ca", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:83efd707d1f2e80f3f91639e9d07aeed6f56f9b385ae0f4b16b78c0d6aaf71bf", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:f6d774219581d696f02b1092ec497d31e5591520cbda82c2259f7c62bcac79cf", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:84f99a28d3a1ed78cb925d3529627c6d0989af393cb1cfd768b27980819f8eb0", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:4c92d91b52fa8477c4c3850ae428e8482a30a015f74cd9914424c7d8a6110d53", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:2dc34892e2282b363cecf73abd991dc5e93cc1ecc91159c05c4a911fd24ec268", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:6bf7d73fe49a5b95e180a8bf11441d252da97ae592878d1817965c190cdc278f", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:a1b621e8b2aceb37869160d37a70e1139d64c642f2b7b348c20ed74308fe5369", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b6df6c29b88f35da354f81b91c6ab518a8e480a8ed34b236724ab058aea3ef1f", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:69c9021e04b4e50fa126a782749328af85157f28c68156aadb51ea9aa717675d", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:92cc71f2eb4014f6a72a1eb624634c5b0059cd0d63be07a60c020ebf2751f705", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:8507214aaa141040d57ba1a2059f050c2c97eb6cb4e93d8e0c8fe3167ef3c981", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:a867cdcda23f69e55a4363cb45037dbd7c689a7ef5761d105a4a0802b92d1412", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:5c72fa63fb09d4a76136964f0d1187b57b9bf7bb9413febddc04bab0cce73777", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5bc9730592528ef224921fbf15433ff99e2659c3f210f418f25e29e6ca76dd0f", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:151573c6ede3b8e6cfb272df0d28db36159e044307073ba77d449d08aaea9341", "enabled": 1 } }, "piranha": { "100": { "checksum": "sha256:da89283b175acccf57fc9749518b15d827ad62d234e259236faa4a84132dba75", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:d81a2257c7c41f2b47568effc5aff4ebfda5bd1a2e6b475d43d4a59bc1645b35", "enabled": 1 } }, "pkcs11proxyd": { "100": { "checksum": "sha256:8e2c0c536a271a4feb29e50038297a9e84cf248e51cd6236470ebead7d9ef417", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:d8a4f7fad607c5febfa4acb92cbee5a9c4939670ac7580ee539699791236f656", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:352ba378970fdcdea8d572611967a6d2d66a21963d8f9460afc2a911a08e6a42", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:a227154068777c55690e3083cb9a2e4a00e603384c28c1b1d42c049929318b6c", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:74ab4308bf363046676f534427f4bf4e3707174bd8fc2989a562cd58c599c1a7", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:ff3f6a75e863b74f4de812ab6e855fa459618881d999cba33f7c50b688452198", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:e0174ea207687eb931e41645952fcbdb5cb0b6dc78e7e8e9f9aa7ffa356f7c6e", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:5360ce181047dafd747f7a1e1a46042d3b980639a21d41d8151f5a9f6332c02a", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:7dccfcaf0c285ceac758c1b945bc85a4c5685bdcd091e11f3e820eb4a4440872", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:0351e5a0da864765c5ee60cbad8cdbaac75d469b7c52e88e7de0c4d5d974e014", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:77aeb93a48e0a021392cb28aadfe6837ac3240538a8afb2ce4c4a63944d6bdff", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:aceb69f4875bac94aeb2f60d2d11b15987195300896902643a256947a5b44911", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:8aa626dcd305d0a0a022903df3384b75b102ad41ae36d7cd2b0f75bfec8ff106", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:711da5867c2fbcc7d8f22541ff31f8d0be53f3d8f2707e20c35cba3a0a1d2759", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:613bb8981c4853309794f3193b854b88cbf106a7d38278233de428ee74c8747c", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:d1c8436f9e2dcac96d6c7f5d31438130a5c2223b677d9fbe4b6155f58c2863cb", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:a5d7882b2ffb5f8a39f8729898fe211ea04186953baed8bbe4e306ee11af54c0", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:5f337d1d586aff866b06b19c7365a244d18dda6e7be8cbd4f28482bce56532cc", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:75dfd94d71b4707e4f61449c4cc8776bb08b1b2b7446bf546f85a0f644fd0021", "enabled": 1 } }, "publicfile": { "100": { "checksum": "sha256:b96ee6c5e1c1f6798963e19233a457b071a49c76716f9abc2f5a64dc58616ce7", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:8bc6aa9740b3a0a51a38eb33d5e64045fb3b2ef13ac7b42e543d7f3fdc57b8a4", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:90acab2d4cd29f2a38505d69d3e5d988cfd6c3922281c75692b974afd5629cd0", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:e555c92dbf83dfa4041539e037f1e022e90703fd63bf431cc9bcc673b0f3185c", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:375207bfbd7c0a55c33b75c49569fb2ed5128e37f1e422ae05758f6d1a5853fc", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:726acb4ba8ea3f01b17a09e7b9b94f69c9f3f9546be65cc3cb0c023515243713", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:0e1731b18d7d5002eadf6f3a5a51f443d43c2ff6eb6714dd2e6789b7ea3e85c8", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:b13d79f8941aed1b695f20ed6d67d57b1b88936a3f9f1d74a92de866000db79f", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:7cfbeea28e3f22a1fe4de710508ba2626b5c47280b6f07f74acf69f7017ddafd", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:540e1338993b4fd9ed5e6e1019273b6b16d35757483d3e89fd973bc4a712e497", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:10dec0a8449e941f3dd7bdfae04419b11fd981416bd6b3613223d959599b840f", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:7720f25ee3531ad862c21ffc4e05b71f640eeedf249eb511f0cbd5cf50bb6088", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:bfb647a741e7e3eccac145cef18e7f93b43dcd35b76c2ea9f8ad9bb169d6bc7e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5e1ff17e0f50d0fd137c8b794124904acd63126cbcdf719858c0d9225b18e373", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:d8dee43357ac4d16d9aef07cc84b2898fdbd74f08c1db412963ad6059d68f93d", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:4e699966b28cddedb5853e648489e53097d54a0ed96ff310e14e40c83506fce3", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:754bfe10c445eda714d2bee67de4a2621ec26c0c80d5b7c7e1a9372a78a6e154", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:9f2b5e789d7ac7e264a863e217b8757d56344f58006fb7ad1fb22ed3f48adc86", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:184c5d4a01621bf23fdc6db0c499c7d31b53f6fb652c8d6f1772acb9adebf502", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:7b6098f7708fc4b25daeb6acb2f65c940295b38c9f503de88c1292aa1935c939", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:b6d55346f4a66e71980eb60dce2d89d90f34a1cd07c04f25a686a4e9cfe7de98", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:0e3824c4df81ec0676d250fd45cd3bc6bf796b64b66b48d9cd6fbf506cca22e4", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:94c3640bc7a3fb7952247774d0849c52cd3eca510fd3b4760ec802418406eec2", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:4aed0a4bc3b20b29ce505a1e5d8d9bb7d669e3e33f1a8f9db9d62c928f40b23d", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:c7f1d547102123f8931251f3c9de5e358059ab0b37e9e8a7ec0c2f94275fbe06", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:3a96393cd8cd9fc1faefc62db7ca107be15963005f4ef420ae2b79b4035abd0c", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a613b72b44b7441d0f73a4eaf7706133b77d8b50e48093e040e349ad992a363c", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:1fb3eedd2f0a187bc052c68e0ef3018b552d7df96d31a09ff3e0b5e0fafc13a2", "enabled": 1 } }, "rkt": { "100": { "checksum": "sha256:e067894178778b753d301de86a1107a2ddb18f1319a354bbc75b6073ae040d0a", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:022b730386b00ca0e9b559b6f8e34c1548fa333de1c7f15360944f9df046b6a6", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:4ac0923017155a1ce2ab3cf9f6a00b2b3ff2913f471ad5d59bc6ce7712cff232", "enabled": 1 } }, "rolekit": { "100": { "checksum": "sha256:a7e1e3f373418150faf1275923ae5eb7efe495208b683bcdaf4a120a6d195df5", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:f06686ea65cebd0647e64b4c1125d860420d4954aa80ccc6873e4f25f0591d9f", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:74ba36bdd94862dced2e449f95184dd7ac95a9b4595adbc08842cdb0838cb709", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:d206626b232a470255b65e77ee47453dcf505e5a4ac8b091bccb99d83a6fea68", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:838703b8ffadf2837a0006bcb0e9f598b05cdc7db8a0249a86ffb4014f11309a", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:ea5c5e06ae845c8f2f598361e93a7b8a8b5581f6058fdb8467e20682615b1d72", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:873a1c086c663a3f86ed314c249715981812a4c89b47506d5e3ca3c52daa7a0f", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:77676e95ac3e374ccd972f48bdc0a55d91e5f3569d5968945b4ca7a5ffe7907b", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:5fade909386e8bdbfef561bf620cb2044352990fcacc04f94ebf11f013fc9df1", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:31340a0ea566d095ed660dc904b63e90fc5ba67fb43a43c9ce39fda9938728d1", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:20ca33a0e0efd9c737d909361523108fcbe474eb4f0e687d6e09aafc5d483bc1", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:b9ef6ead313025c881a78a87e52d129291ef5c9ecbc93407a71e613c595bcbb5", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:d1b667e26021819d88539d63ff3878b85395db7004b1eee43adeea2821808b66", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:b06586ae150577ec81417c426ad284a3a8ccf272446ac8cc11bf0e28eb7f0be0", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81da93c00f58807d640ac908ffd622b6095806f4cf857cc91d9cadc91d85b7ac", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:985a9ff5a7c13fa5cbd97549f3cab7d45e5f1c9d23a980bde1a02f1abc289bed", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a0b6fd8c48ab6790c644c214f78285ddd61a5f27b3d09cff07e494a8d52a5d60", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:d7130e4b5bb7585173b64861eafdbd7ac4f0847bddbc25652e05a5d4019eb06d", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:25101361c0c5aae75ccd587b74c3c1d658a160a7d1fed96145fa500c5d3ac9a9", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:8ffae2c0ffee45848b7a5bd656ca4dbf5204c9c4297756fc5cf1ce92243c1e70", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:123c7e5fca42b9ac324f8359f0bc8e62b3555d0dc0050b25891966186e9b55c2", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:d3a7c6e76e32e91bd8d8e0ab8d588d0dacf3be4d9833d3cd65811095358288b9", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:4d952c683d902cd19070e56e6c727610af985deb62063d24c57995685c26691d", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:1ef97636a7f8c341395b5f258f18eb204c984b25a0215f008488c38f6ed57d00", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:8a8204d86f65bc3864bf1b829ddf8c16e5193ad4cc6f6f437b9876713c9b2072", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:05520bdbc2ed620840fb87b00dfc46ef8176cd4f44689de6a168d433a0c1493c", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:1660ac02dec7df8e8aac5c809357401b955ed67959bbc57c767718b1f799cf49", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:87508ada15cfe4083d464ee850dc473cdab1e5334a8ae0ba9c72cdf8b4978a11", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:78280bf206fa243c01eda4ac7f11c6265a949d579fb6f14169f35561274e6d96", "enabled": 1 } }, "sge": { "100": { "checksum": "sha256:5d26bb32b4c997ca0a2f2668c59bbece8adf5c01e93c81f5e30e3f7251c00f88", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:957acf16e784f7e019bb1c296fca0399373b3e011d23ae274d69d2580a00e465", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:09955f8fdb4a9766e775a66dc5bbad8e1c5fe8c5449436fb28b5e2df3031218b", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:b9af8264d1920489337075578b164dcde09a34766df86d25a1f47cb39c180b66", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:b4f010540ff5cf401730084d5aff3eb55313e924a7fbe866c9f32e664510fc4c", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:abbbe0e1cd1056991f0918525d56eeed18dac87765d98bdc44ee5232b053ea4c", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:31c6298e12034d31a4ee0dbf1f4709a58d6465593328816a9e6cf1bfbc23e545", "enabled": 1 } }, "smsd": { "100": { "checksum": "sha256:cdbb42469c789de2d7fb5109d2400c2a40f932db08c0907be891d471d62a9c52", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:4a908b7f46565020b5f6be7a5338cca5230f9117eebb9c2730bdb16c2d40280c", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:7437b396337ca771bc8dc0b485636a5de2da61e644f7823ce655afb7d5ae5df6", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:712c7bca16e9e436bffd5cdb347383ba1ac8b59cc0811f357775682709289f03", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:e7c2a5776a5c658f8a3ac9cf73e36a15751b629efae16233d4cfd4c29c3e2efe", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:7735e5025fe189b3710c69fe7942f43f43939c0c761d5996924375cd25192fe8", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:a7be46650ffcdc4a2616f9e94843ed2cbaad07d47a86ad50098288b233b880c4", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:2f923bcab876540c1af77c1390664cc5b51cac043f2271b3404c4e8481dffb76", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:afc926b81d278cb6176d215e886834574b766ff47d4b1da40f17120a2b030d4b", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:492c451dcb2d8f590497de7b87a7a29a013162997272742df67d165f4a7bf56d", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:d4cc7b46c48fbaf226521ff87537f705dfa6a2708df41e3908693349461266b3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:c6ee8b743a5b7a7f5eba5b504b880dce45e32e4f03374fd70a56e2b19d9ecf9b", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:ed4dcb0881ce132184653d4a86aa6a19e1d57466659b74b5118f642b0f9009aa", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:cdf0abec375203db4e6f4f62c6a4b2aede1da38446de1ff395ac7f937ce89172", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:06ce68a1a7f6a3b9b11ad68c1191b25996eb49b9f88e0d9dd1a47e1eb71d132e", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:122b2be070ea4002ade1778cf479c35c587eb2a6b56d2d140813a38ba689990a", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:8adac933ed87efa4eabf956eff0750facf381530223838310e75d8e269052124", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:9234ee8bdbb1578f525355da1c2a00cb04676ca2977dd44bb380e70e2e87c83f", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:e818ac1e6a4f701774f860be9ebb7a743427e6dab05ee9f86c1855854a25e6f0", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:3653914eeec89b102b74891906eab9f3d386dc426670b9fd7a70af645128a301", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:74ec37abf54aa7b21e4da18c24c64a93d3ca7d74afaafdc38820b9ef7075035f", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:6353a2537c06d93cdb77883c7f3c080f486a8a5bf87f31e279d1abf69febb130", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:8194ab7aa024e98f3be2fd50d0398d2c806b39ddb0033df913ebbd3ef8f9edfb", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:1a7908339975b178a356b0f6bf614c96422d95ad8e72b41f8a6b1bf8d97feaac", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6e444dcbbc9a0d5f07afc0adef86aa870fdd2acf8c5aac910c3bdc1291eee145", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:b488760321cd4faba3fa145bac343ee598167a406e30a8461fc9d71c070b48a7", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:ec2edabf92cbd444e5fdd6d6286fa2306eeb41df28eccb805d1661cb10d86468", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:1ed53e5475bf9926bae38f9cda89b47e1a819350a308acbf5c7477e38c5f8308", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:9653a7d0125eaf720d8cc316e1119af8c2732ded2de789fd5bc678ff25f1cfb7", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:19eebbe5c254185cca355749992223ab7ef32fa21761c017e812851dcfc302d5", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:c7f1f4fc9a174efa7bf8a08c813d260d808c2707fa4489f4d5608f3e79679c58", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:88ea4e540a780b1ac3f4f2907d7ba63fa6bcdf37e85370644d00dc16ef1c61de", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:4ba8adc68881a4e586161fbfe573db779f260dbcc0a13b42a9d72ea1a28a3082", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:1354b2219955e432a6c05bac65656443255d41836439f212f2526ae308839aa9", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:6a119b1390c6bd3ae982dd074f50545a2474ab07930e8a82bf781849a907a49c", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:b4c24b88d2926e90d9cda8425fe5af63e2632fc2b403daa19d51f28105cf6377", "enabled": 1 } }, "timedatex": { "100": { "checksum": "sha256:ff2309fe5519837d8d17592febf63ad996d546d10bc745e1fa98489bc3ca2521", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:b3c08780383451a77460b52e84569134082a19633e728a03fb9cbc46d7798444", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:6977b8fbc730d99d77c90ea4486b51906637195882590b81629c74e8e189392c", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:537f429651ccb70936f2caf27e47df2b96f07ad43c9564690e01b86020804b5e", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:dc1053eee80fd6b2301daa3171607cd8531f6eb4cd86b77d7ee981ae219be59c", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:7c9af5338cf1e7769a6c10eea847d937bc2b81e1ded26d3cc1e7eff88cdc656a", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3000165a2720ae77aa20cf5aae8b0c674ca0bdebd7bcc63a2fefb731548dc7ba", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:8a64ac52bd08c252c25511aa7a36563ef0e5a48f9531e3cdbbe9c40e099e3a72", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:117024b0aaa9b0e2dc8aba07c39aa706f4541dc7e65ed3cf9b77da519383831f", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:7b98ad2aae73399677ce9487719f3d57d3d8488f44c40b2fdefabe7f91ee09c7", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:0f86e248499fa4ff4bbf64d9ea5426dbf7221a9115360491d237122f46d899d9", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:85ac6cbf38090fb30035926f84898a0ef938c9b6f640fd53c952da688255337e", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:a6d50357c296e2f0b9a9672a003bf638da804fa658fc4bf37100ab2a112c3d7a", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:3b0b7cbba5bd5d0b990377866a98dc87be99fc9a322f09f736359b820e639a74", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:397e9c73670483c677049b2d9d4f061e711816f67cc6df7b75e897a621ec332d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:a7e4970d8af8ba2ead9a03de3c7185a1777686c141eef428c05ea5e095672aa5", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:04f179266549623a73081f75c8292994d6ff85242355704eb4664424222f50b9", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:ef864e07dea7d8afc4f89fd478472c6c78c9f605c07ca498959bc6985ac4ad96", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:4aedecfdeed6a0c427a4d9917a7b70c95c70279d2550c9b9f265442e941f7e0f", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:949f6a43ffdc343ed6b570f3528ad847d133e8d4cfe60930ea68fea5465209e1", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:988ef94eba5e7704eefef57c21acb08a768b2489d60e6cea18be357a2903e5d9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:c7b3cb3989347e4d4019ff44115434c54e119612833ba2c653407d01bf2f609b", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:7793efb52b90a2e11c024b024a83520817f045a44c5db53a29b1fdc0ff12c4f1", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:c78ffead84b45c3d793c8c8cbba46fb5e7e27110dfd68386c07dac01a893cc3e", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:92864397d76758b2e1efbaf10dad539d9ccea2b9199699205342b65de42c1c27", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:ba4b53961a8b2f16ef71f5e4d1b20cfcdca380fff99c9fa3b34a00df45e90391", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:249edd22af0f8c2b350c8e3deabc744ae9570b64eb6cf5a420f6a2d1143712af", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:808bc685f977b3353901d8ee2989b8f7b291848b68fb8403c5c5c800003b400d", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e1577444b44823399ab4ef74976975d669d77adfe29cef9225133b6f35128b75", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:24f28a5a9ab01ed960858bc5d58e193869311eeb75be8e390e6d79228a9c76c2", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:d084edef438506d3db3270a5771bdb3cc39781a41c14a57ec061954ec337b509", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:bd2fb59fc1513c3bcb44d67669c4851a6144ff0198ea86eb36d2eceaee2faa81", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:ed24d5b7dcef3dcc585917979859754d1f83e359b2878916cbaf90ede116e959", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:1640e752808ccdc9b681993e505fcd1e65162326b102219c13738d791b250e01", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:a49239fae76624813aae66de39dce8e7e5ed6611ed41c5636a04e014b650e2e1", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:48847603e60c31a4065d7f1a69e48f02e96851f478c9312aa41e1497a3b0f6ae", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:44299b5d7faccf030fe317e2736f41f2dba79113c9fee969e7c4dd1e2b289ccb", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:99b516f5cc09d2004896d5fc7ceb332359b3c9a225231dc4919e07d0262db66c", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:6d70774bf0e827ba8b995e1f4a672be8cfa356b1f355b814a3bc6324b2728dd3", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:a212d4a1ea9e32b7fe22e0094fadd722422a9a33544d28021f67992d984ca9b3", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:45c1d3f1a4578dfba97adf672ecd698e49cc3519e8e187063579561d0ed33946", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:6fbc6d2be9e4bf499b42c65fe14b9a7737d2ff75a859a316e59fb57ba36166d3", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:b37bb3c4bfe50a4e9aa02af73a4847fbbfbd57a10f676c810e2f126319f51459", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:ff674aa30a69dd4d79d5bbb1a0edbdabcb0b8f7f4be1d4e108cabba823f7fdc9", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:8b91f3c7dde7ec2a70fa51491a3d73f970cff517b9a690e265e213b5ec6ba827", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:b856e1df911564090f9faa04e988b74c1d668f1b3337d22fda50f904ff01ed77", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:bef06065ec29e43b7aeb1d38e56b79ea63bcc62c6d20c55fb93555f865234bde", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:478043ae0f5f7fd13c42b8ef48a8128fdd1ef8e77cf8a317766a7a9db19689ba", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Thursday 18 January 2024 17:44:32 +0000 (0:00:04.305) 0:02:18.152 ****** skipping: [sut] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Thursday 18 January 2024 17:44:32 +0000 (0:00:00.023) 0:02:18.175 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Thursday 18 January 2024 17:44:32 +0000 (0:00:00.012) 0:02:18.187 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Register (wrong host, wrong port)] *************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:37 Thursday 18 January 2024 17:44:32 +0000 (0:00:00.016) 0:02:18.203 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:44:32 +0000 (0:00:00.037) 0:02:18.240 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:44:32 +0000 (0:00:00.019) 0:02:18.260 ****** skipping: [sut] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:44:32 +0000 (0:00:00.023) 0:02:18.283 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:44:32 +0000 (0:00:00.015) 0:02:18.299 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:44:32 +0000 (0:00:00.014) 0:02:18.313 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:44:32 +0000 (0:00:00.012) 0:02:18.326 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:44:33 +0000 (0:00:00.012) 0:02:18.339 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:44:33 +0000 (0:00:00.021) 0:02:18.361 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:44:34 +0000 (0:00:01.340) 0:02:19.701 ****** skipping: [sut] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:44:34 +0000 (0:00:00.025) 0:02:19.727 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: Failed to register with 'candlepin.local': com.redhat.RHSM1.Error: {"exception": "ProxyException", "severity": "error", "message": "Proxy error at wrongproxy:4000: [Errno -2] Name or service not known"} TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:61 Thursday 18 January 2024 17:44:36 +0000 (0:00:01.748) 0:02:21.475 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong host)] *************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:67 Thursday 18 January 2024 17:44:36 +0000 (0:00:00.015) 0:02:21.491 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:44:36 +0000 (0:00:00.018) 0:02:21.510 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:44:36 +0000 (0:00:00.020) 0:02:21.530 ****** skipping: [sut] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:44:36 +0000 (0:00:00.026) 0:02:21.556 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:44:36 +0000 (0:00:00.016) 0:02:21.573 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:44:36 +0000 (0:00:00.015) 0:02:21.588 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:44:36 +0000 (0:00:00.012) 0:02:21.601 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:44:36 +0000 (0:00:00.013) 0:02:21.615 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:44:36 +0000 (0:00:00.021) 0:02:21.637 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:44:37 +0000 (0:00:01.372) 0:02:23.009 ****** skipping: [sut] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:44:37 +0000 (0:00:00.026) 0:02:23.036 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: Failed to register with 'candlepin.local': com.redhat.RHSM1.Error: {"exception": "ProxyException", "severity": "error", "message": "Proxy error at wrongproxy:3128: [Errno -2] Name or service not known"} TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:91 Thursday 18 January 2024 17:44:39 +0000 (0:00:01.376) 0:02:24.412 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong port)] *************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:97 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.015) 0:02:24.428 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.019) 0:02:24.447 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.018) 0:02:24.465 ****** skipping: [sut] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.023) 0:02:24.489 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.014) 0:02:24.504 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.015) 0:02:24.519 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.012) 0:02:24.531 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.012) 0:02:24.544 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:44:39 +0000 (0:00:00.026) 0:02:24.571 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:44:40 +0000 (0:00:01.640) 0:02:26.212 ****** skipping: [sut] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:44:40 +0000 (0:00:00.025) 0:02:26.237 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: Failed to register with 'candlepin.local': com.redhat.RHSM1.Error: {"exception": "ProxyException", "severity": "error", "message": "Proxy error at localhost:4000: [Errno 111] Connection refused"} TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:121 Thursday 18 January 2024 17:44:43 +0000 (0:00:02.350) 0:02:28.588 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (no authentication)] ******************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:125 Thursday 18 January 2024 17:44:43 +0000 (0:00:00.014) 0:02:28.602 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:44:43 +0000 (0:00:00.024) 0:02:28.627 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:44:43 +0000 (0:00:00.020) 0:02:28.647 ****** skipping: [sut] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:44:43 +0000 (0:00:00.024) 0:02:28.671 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:44:43 +0000 (0:00:00.016) 0:02:28.688 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:44:43 +0000 (0:00:00.016) 0:02:28.705 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:44:43 +0000 (0:00:00.015) 0:02:28.720 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:44:43 +0000 (0:00:00.042) 0:02:28.762 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:44:43 +0000 (0:00:00.022) 0:02:28.785 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:44:44 +0000 (0:00:01.368) 0:02:30.154 ****** skipping: [sut] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:44:44 +0000 (0:00:00.024) 0:02:30.178 ****** changed: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 17:44:54 +0000 (0:00:09.553) 0:02:39.731 ****** skipping: [sut] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.026) 0:02:39.758 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.013) 0:02:39.772 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Check scheme] ************************************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:147 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.020) 0:02:39.792 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^proxy_scheme *= *https", "/etc/rhsm/rhsm.conf" ], "delta": "0:00:00.003472", "end": "2024-01-18 17:44:54.689546", "rc": 0, "start": "2024-01-18 17:44:54.686074" } STDOUT: proxy_scheme = https TASK [Unregister] ************************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:154 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.256) 0:02:40.049 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.027) 0:02:40.076 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.019) 0:02:40.096 ****** skipping: [sut] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.031) 0:02:40.127 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.017) 0:02:40.145 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.021) 0:02:40.167 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.014) 0:02:40.182 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.013) 0:02:40.196 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.021) 0:02:40.218 ****** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d('present') == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.022) 0:02:40.240 ****** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:44:54 +0000 (0:00:00.021) 0:02:40.262 ****** changed: [sut] => { "changed": true } MSG: System successfully unregistered from None. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 17:44:57 +0000 (0:00:02.300) 0:02:42.562 ****** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") in [\"present\", \"reconnect\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 17:44:57 +0000 (0:00:00.021) 0:02:42.583 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 17:44:57 +0000 (0:00:00.012) 0:02:42.595 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Install packages for squid] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:7 Thursday 18 January 2024 17:44:57 +0000 (0:00:00.041) 0:02:42.637 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Check the status of the backup of configuration] ************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:15 Thursday 18 January 2024 17:44:58 +0000 (0:00:01.444) 0:02:44.082 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705599848.104681, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "2a7e033a9aa6404d3e9d07b9fb3aa7e7504ea2f0", "ctime": 1705599848.108681, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 507510960, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1692614465.0, "nlink": 1, "path": "/etc/squid/squid.conf.BACKUP", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 2526, "uid": 0, "version": "3745515979", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Backup the configuration] ************************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:20 Thursday 18 January 2024 17:44:58 +0000 (0:00:00.208) 0:02:44.291 ****** skipping: [sut] => { "changed": false, "false_condition": "not squid_conf_backup_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Copy the pristine configuration back] ************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:29 Thursday 18 January 2024 17:44:58 +0000 (0:00:00.014) 0:02:44.305 ****** changed: [sut] => { "changed": true, "checksum": "2a7e033a9aa6404d3e9d07b9fb3aa7e7504ea2f0", "dest": "/etc/squid/squid.conf", "gid": 23, "group": "squid", "md5sum": "326a6253e6710b7a0478a8fe2e803253", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:squid_conf_t:s0", "size": 2526, "src": "/etc/squid/squid.conf.BACKUP", "state": "file", "uid": 0 } TASK [Open the Candlepin port] ************************************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:38 Thursday 18 January 2024 17:44:59 +0000 (0:00:00.282) 0:02:44.587 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Set the shutdown lifetime] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:47 Thursday 18 January 2024 17:44:59 +0000 (0:00:00.202) 0:02:44.789 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Set the port] ************************************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:57 Thursday 18 January 2024 17:44:59 +0000 (0:00:00.199) 0:02:44.989 ****** skipping: [sut] => { "changed": false, "false_condition": "not (authentication | d(false))", "skip_reason": "Conditional result was False" } TASK [Create the new passwd file] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:66 Thursday 18 January 2024 17:44:59 +0000 (0:00:00.022) 0:02:45.011 ****** ok: [sut] => { "changed": false, "cmd": [ "htpasswd", "-c", "-b", "-m", "/etc/squid/passwd", "proxyuser", "proxypass" ], "delta": "0:00:00.003975", "end": "2024-01-18 17:44:59.859557", "rc": 0, "start": "2024-01-18 17:44:59.855582" } STDERR: Adding password for user proxyuser TASK [Set the port] ************************************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:78 Thursday 18 January 2024 17:44:59 +0000 (0:00:00.207) 0:02:45.219 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line replaced TASK [Disable HTTP access allow] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:84 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.211) 0:02:45.430 ****** changed: [sut] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [Insert initial auth config] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:90 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.219) 0:02:45.650 ****** changed: [sut] => { "changed": true } MSG: Block inserted TASK [Add authenticated acl] *************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:103 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.303) 0:02:45.953 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Allow authenticated acl] ************************************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:111 Thursday 18 January 2024 17:45:00 +0000 (0:00:00.212) 0:02:46.166 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Restart squid] *********************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:119 Thursday 18 January 2024 17:45:01 +0000 (0:00:00.210) 0:02:46.376 ****** changed: [sut] => { "changed": true, "name": "squid", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-01-18 17:44:10 UTC", "ActiveEnterTimestampMonotonic": "1510872510", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice network-online.target nss-lookup.target network.target systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-01-18 17:44:09 UTC", "AssertTimestampMonotonic": "1510736214", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "164870000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-01-18 17:44:09 UTC", "ConditionTimestampMonotonic": "1510736210", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/squid.service", "ControlGroupId": "6202", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Squid caching proxy", "DevicePolicy": "auto", "Documentation": "\"man:squid(8)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/squid (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "15363", "ExecMainStartTimestamp": "Thu 2024-01-18 17:44:09 UTC", "ExecMainStartTimestampMonotonic": "1510749029", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid --foreground $SQUID_OPTS -f ${SQUID_CONF} ; ignore_errors=no ; start_time=[Thu 2024-01-18 17:44:09 UTC] ; stop_time=[n/a] ; pid=15363 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid --foreground $SQUID_OPTS -f ${SQUID_CONF} ; flags= ; start_time=[Thu 2024-01-18 17:44:09 UTC] ; stop_time=[n/a] ; pid=15363 ; 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=[Thu 2024-01-18 17:44:09 UTC] ; stop_time=[Thu 2024-01-18 17:44:09 UTC] ; pid=15361 ; code=exited ; status=0 }", "ExecStartPreEx": "{ path=/usr/libexec/squid/cache_swap.sh ; argv[]=/usr/libexec/squid/cache_swap.sh ; flags= ; start_time=[Thu 2024-01-18 17:44:09 UTC] ; stop_time=[Thu 2024-01-18 17:44:09 UTC] ; pid=15361 ; code=exited ; status=0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/squid.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "squid.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-01-18 17:44:09 UTC", "InactiveExitTimestampMonotonic": "1510743881", "InvocationID": "b3a0d89882bc4cdf9fa3935c795dbfea", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "13974", "LimitNPROCSoft": "13974", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13974", "LimitSIGPENDINGSoft": "13974", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15363", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "15429632", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "squid.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/squid.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-01-18 17:44:10 UTC", "StateChangeTimestampMonotonic": "1510872510", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "22359", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Register (missing credentials)] ****************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:167 Thursday 18 January 2024 17:45:08 +0000 (0:00:07.177) 0:02:53.554 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:45:08 +0000 (0:00:00.020) 0:02:53.574 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:45:08 +0000 (0:00:00.018) 0:02:53.593 ****** skipping: [sut] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:45:08 +0000 (0:00:00.024) 0:02:53.617 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:45:08 +0000 (0:00:00.017) 0:02:53.634 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:45:08 +0000 (0:00:00.016) 0:02:53.651 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:45:08 +0000 (0:00:00.012) 0:02:53.664 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:45:08 +0000 (0:00:00.013) 0:02:53.677 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:45:08 +0000 (0:00:00.046) 0:02:53.724 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:45:09 +0000 (0:00:01.384) 0:02:55.108 ****** skipping: [sut] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:45:09 +0000 (0:00:00.023) 0:02:55.132 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: Failed to register with 'candlepin.local': com.redhat.RHSM1.Error: {"exception": "ConnectionOSErrorException", "severity": "error", "message": "('candlepin.local', 8443, '/candlepin', OSError('Tunnel connection failed: 407 Proxy Authentication Required'))"} TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:192 Thursday 18 January 2024 17:45:12 +0000 (0:00:02.337) 0:02:57.470 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong username, wrong password)] ******************************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:198 Thursday 18 January 2024 17:45:12 +0000 (0:00:00.014) 0:02:57.485 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:45:12 +0000 (0:00:00.019) 0:02:57.504 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:45:12 +0000 (0:00:00.019) 0:02:57.524 ****** skipping: [sut] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:45:12 +0000 (0:00:00.025) 0:02:57.549 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:45:12 +0000 (0:00:00.016) 0:02:57.565 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:45:12 +0000 (0:00:00.015) 0:02:57.580 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:45:12 +0000 (0:00:00.013) 0:02:57.594 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:45:12 +0000 (0:00:00.012) 0:02:57.607 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:45:12 +0000 (0:00:00.021) 0:02:57.628 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:45:13 +0000 (0:00:01.370) 0:02:58.998 ****** skipping: [sut] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:45:13 +0000 (0:00:00.024) 0:02:59.023 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: Failed to register with 'candlepin.local': com.redhat.RHSM1.Error: {"exception": "ConnectionOSErrorException", "severity": "error", "message": "('candlepin.local', 8443, '/candlepin', OSError('Tunnel connection failed: 407 Proxy Authentication Required'))"} TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:225 Thursday 18 January 2024 17:45:15 +0000 (0:00:01.345) 0:03:00.368 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong username)] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:231 Thursday 18 January 2024 17:45:15 +0000 (0:00:00.015) 0:03:00.384 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:45:15 +0000 (0:00:00.021) 0:03:00.405 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:45:15 +0000 (0:00:00.020) 0:03:00.425 ****** skipping: [sut] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:45:15 +0000 (0:00:00.024) 0:03:00.450 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:45:15 +0000 (0:00:00.015) 0:03:00.466 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:45:15 +0000 (0:00:00.016) 0:03:00.482 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:45:15 +0000 (0:00:00.037) 0:03:00.520 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:45:15 +0000 (0:00:00.013) 0:03:00.533 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:45:15 +0000 (0:00:00.022) 0:03:00.556 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:45:16 +0000 (0:00:01.358) 0:03:01.915 ****** skipping: [sut] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:45:16 +0000 (0:00:00.024) 0:03:01.939 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: Failed to register with 'candlepin.local': com.redhat.RHSM1.Error: {"exception": "ConnectionOSErrorException", "severity": "error", "message": "('candlepin.local', 8443, '/candlepin', OSError('Tunnel connection failed: 407 Proxy Authentication Required'))"} TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:258 Thursday 18 January 2024 17:45:17 +0000 (0:00:01.388) 0:03:03.327 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong password)] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:264 Thursday 18 January 2024 17:45:18 +0000 (0:00:00.015) 0:03:03.342 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:45:18 +0000 (0:00:00.019) 0:03:03.362 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:45:18 +0000 (0:00:00.018) 0:03:03.380 ****** skipping: [sut] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:45:18 +0000 (0:00:00.025) 0:03:03.406 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:45:18 +0000 (0:00:00.016) 0:03:03.423 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:45:18 +0000 (0:00:00.015) 0:03:03.438 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:45:18 +0000 (0:00:00.012) 0:03:03.451 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:45:18 +0000 (0:00:00.011) 0:03:03.463 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:45:18 +0000 (0:00:00.021) 0:03:03.484 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:45:19 +0000 (0:00:01.349) 0:03:04.833 ****** skipping: [sut] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:45:19 +0000 (0:00:00.023) 0:03:04.857 ****** fatal: [sut]: FAILED! => { "changed": false } MSG: Failed to register with 'candlepin.local': com.redhat.RHSM1.Error: {"exception": "ConnectionOSErrorException", "severity": "error", "message": "('candlepin.local', 8443, '/candlepin', OSError('Tunnel connection failed: 407 Proxy Authentication Required'))"} TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:291 Thursday 18 January 2024 17:45:21 +0000 (0:00:02.323) 0:03:07.180 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (authentication)] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:295 Thursday 18 January 2024 17:45:21 +0000 (0:00:00.014) 0:03:07.195 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:45:21 +0000 (0:00:00.020) 0:03:07.216 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:45:21 +0000 (0:00:00.046) 0:03:07.263 ****** skipping: [sut] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:45:21 +0000 (0:00:00.025) 0:03:07.288 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:45:21 +0000 (0:00:00.018) 0:03:07.307 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:45:21 +0000 (0:00:00.016) 0:03:07.324 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:45:21 +0000 (0:00:00.013) 0:03:07.337 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:45:22 +0000 (0:00:00.013) 0:03:07.351 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:45:22 +0000 (0:00:00.022) 0:03:07.373 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:45:23 +0000 (0:00:01.373) 0:03:08.746 ****** skipping: [sut] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:45:23 +0000 (0:00:00.023) 0:03:08.770 ****** changed: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 17:45:30 +0000 (0:00:06.724) 0:03:15.494 ****** skipping: [sut] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 17:45:30 +0000 (0:00:00.027) 0:03:15.522 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 17:45:30 +0000 (0:00:00.012) 0:03:15.534 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Check scheme] ************************************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:319 Thursday 18 January 2024 17:45:30 +0000 (0:00:00.017) 0:03:15.552 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^proxy_scheme *= *https", "/etc/rhsm/rhsm.conf" ], "delta": "0:00:00.003579", "end": "2024-01-18 17:45:30.393746", "rc": 0, "start": "2024-01-18 17:45:30.390167" } STDOUT: proxy_scheme = https TASK [Unregister] ************************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:326 Thursday 18 January 2024 17:45:30 +0000 (0:00:00.201) 0:03:15.754 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:45:30 +0000 (0:00:00.023) 0:03:15.777 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:45:30 +0000 (0:00:00.019) 0:03:15.797 ****** skipping: [sut] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:45:30 +0000 (0:00:00.023) 0:03:15.821 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:45:30 +0000 (0:00:00.015) 0:03:15.836 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:45:30 +0000 (0:00:00.015) 0:03:15.851 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:45:30 +0000 (0:00:00.012) 0:03:15.864 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:45:30 +0000 (0:00:00.012) 0:03:15.876 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:45:30 +0000 (0:00:00.020) 0:03:15.897 ****** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d('present') == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:45:30 +0000 (0:00:00.045) 0:03:15.942 ****** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:45:30 +0000 (0:00:00.021) 0:03:15.964 ****** changed: [sut] => { "changed": true } MSG: System successfully unregistered from None. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 17:45:32 +0000 (0:00:02.193) 0:03:18.158 ****** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") in [\"present\", \"reconnect\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 17:45:32 +0000 (0:00:00.021) 0:03:18.179 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 17:45:32 +0000 (0:00:00.011) 0:03:18.191 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Register (without proxy)] ************************************************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:332 Thursday 18 January 2024 17:45:32 +0000 (0:00:00.018) 0:03:18.209 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:45:32 +0000 (0:00:00.024) 0:03:18.234 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:45:32 +0000 (0:00:00.022) 0:03:18.257 ****** skipping: [sut] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:45:32 +0000 (0:00:00.025) 0:03:18.282 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:45:32 +0000 (0:00:00.017) 0:03:18.300 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:45:32 +0000 (0:00:00.016) 0:03:18.316 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:45:32 +0000 (0:00:00.013) 0:03:18.329 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:45:33 +0000 (0:00:00.012) 0:03:18.342 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:45:33 +0000 (0:00:00.022) 0:03:18.365 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:45:34 +0000 (0:00:01.367) 0:03:19.732 ****** skipping: [sut] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:45:34 +0000 (0:00:00.025) 0:03:19.758 ****** changed: [sut] => { "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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 17:45:41 +0000 (0:00:06.783) 0:03:26.542 ****** skipping: [sut] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 17:45:41 +0000 (0:00:00.035) 0:03:26.578 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 17:45:41 +0000 (0:00:00.015) 0:03:26.594 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Unregister] ************************************************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:351 Thursday 18 January 2024 17:45:41 +0000 (0:00:00.028) 0:03:26.622 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 17:45:41 +0000 (0:00:00.028) 0:03:26.651 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 17:45:41 +0000 (0:00:00.059) 0:03:26.710 ****** skipping: [sut] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 17:45:41 +0000 (0:00:00.026) 0:03:26.737 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 17:45:41 +0000 (0:00:00.021) 0:03:26.758 ****** skipping: [sut] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 17:45:41 +0000 (0:00:00.019) 0:03:26.778 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 17:45:41 +0000 (0:00:00.014) 0:03:26.793 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 17:45:41 +0000 (0:00:00.014) 0:03:26.807 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for sut TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 17:45:41 +0000 (0:00:00.025) 0:03:26.833 ****** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d('present') == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 17:45:41 +0000 (0:00:00.024) 0:03:26.858 ****** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 17:45:41 +0000 (0:00:00.034) 0:03:26.892 ****** changed: [sut] => { "changed": true } MSG: System successfully unregistered from None. TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 17:45:43 +0000 (0:00:02.272) 0:03:29.164 ****** skipping: [sut] => { "changed": false, "false_condition": "rhc_state | d(\"present\") in [\"present\", \"reconnect\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 17:45:43 +0000 (0:00:00.022) 0:03:29.187 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 17:45:43 +0000 (0:00:00.011) 0:03:29.199 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Remove SELinux policy for proxy ports] *********************************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tests_proxy.yml:357 Thursday 18 January 2024 17:45:43 +0000 (0:00:00.017) 0:03:29.216 ****** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Thursday 18 January 2024 17:45:43 +0000 (0:00:00.034) 0:03:29.251 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Thursday 18 January 2024 17:45:43 +0000 (0:00:00.019) 0:03:29.270 ****** skipping: [sut] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Thursday 18 January 2024 17:45:43 +0000 (0:00:00.023) 0:03:29.293 ****** included: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Thursday 18 January 2024 17:45:43 +0000 (0:00:00.019) 0:03:29.313 ****** skipping: [sut] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Thursday 18 January 2024 17:45:43 +0000 (0:00:00.014) 0:03:29.328 ****** skipping: [sut] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:14 Thursday 18 January 2024 17:45:44 +0000 (0:00:00.014) 0:03:29.343 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:23 Thursday 18 January 2024 17:45:44 +0000 (0:00:00.014) 0:03:29.358 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:34 Thursday 18 January 2024 17:45:45 +0000 (0:00:01.376) 0:03:30.734 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:45 Thursday 18 January 2024 17:45:45 +0000 (0:00:00.016) 0:03:30.751 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 Thursday 18 January 2024 17:45:46 +0000 (0:00:01.328) 0:03:32.079 ****** ok: [sut] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Thursday 18 January 2024 17:45:47 +0000 (0:00:00.658) 0:03:32.738 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Thursday 18 January 2024 17:45:47 +0000 (0:00:00.015) 0:03:32.754 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Thursday 18 January 2024 17:45:47 +0000 (0:00:00.016) 0:03:32.770 ****** ok: [sut] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Thursday 18 January 2024 17:45:47 +0000 (0:00:00.031) 0:03:32.801 ****** skipping: [sut] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Thursday 18 January 2024 17:45:47 +0000 (0:00:00.025) 0:03:32.826 ****** skipping: [sut] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Thursday 18 January 2024 17:45:47 +0000 (0:00:00.015) 0:03:32.842 ****** skipping: [sut] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Thursday 18 January 2024 17:45:47 +0000 (0:00:00.024) 0:03:32.866 ****** skipping: [sut] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Thursday 18 January 2024 17:45:47 +0000 (0:00:00.024) 0:03:32.891 ****** skipping: [sut] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Thursday 18 January 2024 17:45:47 +0000 (0:00:00.032) 0:03:32.923 ****** skipping: [sut] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Thursday 18 January 2024 17:45:47 +0000 (0:00:00.030) 0:03:32.953 ****** skipping: [sut] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Thursday 18 January 2024 17:45:47 +0000 (0:00:00.035) 0:03:32.989 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Thursday 18 January 2024 17:45:47 +0000 (0:00:00.021) 0:03:33.010 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Thursday 18 January 2024 17:45:47 +0000 (0:00:00.029) 0:03:33.040 ****** changed: [sut] => (item={'ports': ['3128', '3130', '4000'], 'proto': 'tcp', 'setype': 'squid_port_t', 'state': 'absent', 'local': True}) => { "__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: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Thursday 18 January 2024 17:45:51 +0000 (0:00:03.387) 0:03:36.427 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Thursday 18 January 2024 17:45:51 +0000 (0:00:00.016) 0:03:36.443 ****** ok: [sut] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:439a16fac1802d15af66ef0f477ad8a4db6e61dbae1377533a992713a7467e42", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:cfca6eb18cdeeaa1666612ead75e67644e84ed2872dbdb5ebd1c90c5aa8b60ed", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:87df54d4da76cfbf90197c103829580b43bae575fc2179805b54378e2441f98d", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:a4837977211a9b5c79ba308d47da063b55f83e290e90940a7e16662f5e7fe4d5", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:5756a61d6ce82946fc55349fb0ff5b9a432f2435815b0e1b39ec4cd1264c255a", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:33e4474638b12ea07b6f2308d3afeea697b9164980485006e198c56822334253", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:0075191f3e8b16430d7ffc5fa90773a117ecbd62b9940b8dab3b8a150b1866b7", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "sha256:858aa9ee801dd9bdc5cd5ecbf93cb5baba4fc273aaaaeb155a9a7274fc40fe0f", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:0e719b5e69281f5001eb69dd7d5ec1a2e8f289a2ed8d7032dcf58cd54e620aa2", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:e448e0203f55d3a8e673a8fda655d59161f282a5b8cb0211e17299e598cc9dc7", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:3a67724d76252ecd7dc1be2e93127cd456e21365a4575355fac53fb5aadebbde", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:40caba95b101de8aa9f0098b6bab4da4e703beb4a05203af1493c0ab55c9299d", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:ae25cf9c1bbdb74206db1eac46cf32163fe6843575e305d31dec82bcb324dcb8", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:db86956e5debcd8db6d7e5e132d976d715dd9c95815b1aba0d36c1e639b03b72", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:0f45efdacdf7f2adc544fd4bf33126f3070b4bd4e3921afff7a855bf7adbf32f", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:2eb5f92b4413ad4a3b0828d67b0d564aa6c9a69c6f55553ce500129be24b7339", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:91ef7f49b4fd338140721170763f80243341aafb6a1a7b903cd03ba65ad9bddc", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:05db5ce64232869fb1bc5793cfd1d686e728a3d3b7b1494d057ae71643c0429e", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:8228509418eabbeb3ab51dcde71604748f6330b2b14b76cfcdb53b3bb64a6559", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:f7e18ba88590fd2ae89e650b698f4425692b5c7df78a695460e9c26d83553402", "enabled": 1 } }, "authconfig": { "100": { "checksum": "sha256:bd9bf899f02ec8af56e4e50b8b835ab765572fb9eac16e8044477eb4957cdcf3", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:d21bb0c7b292ed428b77349fc5aab1bb0cbcf014e4fbab7f335f732a9765e8ca", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:8296ffa479e31ce2312dcbda5e46a263ed702e24f369eeabbec14a2e1daf07dd", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:e9cc0d6c64189bff92bad536021e5bc6d8882d622b94497270f99ea98db8d250", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:db991323b8b65ddcaa47bc9bd5b87d342ea104cf59397850b216fcb7f3dbe41e", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:fdfaa2dcb6f9b887b048e57d53a24517497568f01ad9626b5f66094eb69c6219", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:908dc3746eb77248f91dd57c42bb76c10f12d37e0e0b88dbbf2000eacb12b5fa", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:fc67a04f11c2602556fa68ebd2cdd27841f594bf39d6a614c34ff601c678f17b", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:f05cd3d4a44b6be1542bad4fa1ac2ce38fad1a62820231211a5d40d159434f98", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:42670f76e4e23dd5fab2605f8f624df553dc44d694145c97c3dd1453c6a93a07", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:444adda9e9db6ca2f7a1f15b00de5a055982dd1565c890d3fc243058b107bfdf", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:b8c9e3b849765a6545578ba4b84a7a945ca3910b6f9d00b66f0845c22e403545", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:b6464b7bd332e0127b5ac7e7f4e85983b0df4eeaedf1382d1cb95bcc70567975", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:49ad56ce740da1f2543cbace1176de2c6729c7896e22a5fe5524a52961c3c6cc", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:f2a170b9be22cfb4983dfbadd0836d4b3bf4c07c61958e5f42dad393c98ab16a", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9215abf2a387cbdf2dead5ce40533e2089236cc374ce10e93cb3128c962bd818", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:f92ba3eed6cbdb5e445087aa67963e6d4b2f1ad703a733a256207ad9630772b4", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:bb9ab8cb4d620be01383a5116766dcab262924abbb51f6352dbc453b9bd7bd15", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:32ce0ef2b1bd4bcf069fea0037f080345020b6ccb0b3a14dacf80d0341d31703", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:094419eb3a9852cdc4da7ea5e9f53ec318778816e09881dd10700890f0fa8aa5", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "sha256:6e8bb2e352f373e327c2d74ecbc89e7784f198566a8e13090e905e74e1769df7", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:c9b4271ff4e3ecf0991a0bac18e25bbda70877abd97f1f747529f6fdf2c64a2f", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4bbe4a6e81441607849fd3b0935eb2d49b6e6ab6998e16f05c505eb1ca23860d", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:50bb751029a1226883e3b3081d5cd727dca1776a7aecde05e1f80aa5b664ad37", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0bbba0d23bf169b2720e6b5889693dc604dac70ba2e6ee3bb4c5f1cf2238dbc1", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:db2c087abaf9808579236fc0c2986b7bc378039af2dcf6eb437d61104e45452f", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:7b6563fcdbcfdcf6f1870332e9d7b0baa677fb4ed448d742a0a2f01540b1b7aa", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:6d04e200dce14290743a8c7ad857b5f55edea096103a7778d85781917f98eb0b", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:10d2bbbc583ff7c12bbc0e8b25ec5d75189416fc3bf731de0c2b73fd53e1fc08", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:e9c84a527fe46e3c20782107e9ef5fc7ce5b523d3a17979e73476e3f4c8cfb2f", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:9405921298a4eac97dee55ea739004bdc1af207a1334097fb954841436db820e", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:4ec9e51dab035098723144ee177558420c3397d8c4cb3510a8fa791ddbfd1edd", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:feca643624982d27200122e1ddc1289ab3d9d22f53791e65850ddb866c4996aa", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:63a2bf0e2ed13107a93affe6fcea34fba0d93498b540c210acdec93c6778e1fb", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:a1b13354b27e76c1262f1a63d7c272c7f1fb9a5afab9cc6cf9115881a13bb123", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:6afbc8ab0b667739a65d3d638d69f650225184f1ce60ac3d59cbe6e7706c4667", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:bec2119337e2096ebfe5840f2470f4fe3b0993493157926562b8753d9dedd574", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:d4d40aac2e8e39be67c133a3f7cafe3cd2d977afee0f62655c2c4cbc182d9354", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:6705ca854ad4e9024dce5563f1c1c3d28ce2072650b01f7930aa7e1a5e7abc60", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:8ee85bfc15d6dbab880c9d68fbb48433be5f9fa335991843c4dc05d7f49494d1", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:5046324d92609edb7af362c37ace4261a5fb71d0954e7b93cdb66abd1354eb0c", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:4d472e61e74f2417d9697c81d028f4d2291afc04ea16fc1809cbec42bb8950b2", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:d048efdee101e199ef3e79822a70b3537d5049435cb04c4163ca5afad9fb5280", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:b1185aa06922394419862c9bc8ac65baa654b7fbffa31c531ef09aca6c0b4b20", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:a2c60d3b35d601e5ae9ce2621362975421fdf1ab692f37bcb23e54acb2994921", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:8c73792b1c958f70834d76a863e30a0b22cb14bd5584e32e78af4d025e2cad4f", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:2a561c6e7e09637b8e42fe340da01e379de2b634d6ad8a6f297bd4ff79a56c2a", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:35a2c8ccb00daefe127d8e94cbdc719db95bbe0710fdfc4d261c9ebf9fa88952", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:40108323ffcbd7fb14d43fe50b4fc025647bdca4f0346a523a364c2176857ec3", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:54c9c5360fdce35d10f037411b004251498f836ddc47a5c24df9e0877ab479ad", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:6251a0631879ad61c7a1736ff23d29b599323886cbcd4d782d581ee6f1737f75", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:e365ec82226a96a0f85abad6508fd5e8c9cfc925f27aec30b8b97e5e8a35bd68", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:1250482f0ee706d932f37ac4b165c41a087760d753a799993e1ae4a2278d6ec2", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0a4e6d29c0e5008f52b116072cc416f84491a5cfd9c4b4924ac3bd5c9a88517f", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:b692d8407a14280ace1b20b8d3eae8ebe1d1195623e186d88ac987eff53d9ab9", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:76a27b409571307c1d8aec201dffe7646ceca3e51bbaa0ec1f1bde2b813d0318", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:5c72aeb4a39a74d8b9e9fbf376de168ecb105252034928dcfed9806d5fc4c584", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:f588b15772a69b5a7c7e97f19cde225cbd0bda4442bad49b49c67af741d6b8f4", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:f019cec82d811ea15140ca1b670ebe3b2653f1209978cadf679e71b7220e81e2", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:175bfe7edee632e3c65a639c0892b7e740e88f71a2181ca38bbda3596d9e9aa6", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:c604411bba913fb5f3c3916b45fb266336168f2715206c47eb133bc4fae91587", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:a036b1b6edf28d2350e4f88de0872e3dfa2b9aae036e5c5e833fd79b8d17976f", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:b22818841077164d31f1cbe62af32042e7411fa8fa722614d65a66fa506ef44f", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:bd0fd318f3fa48292177d1c2941147f2d30be72c1bd8a6418c29046733f97c79", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:5898ab6ff7cc8eaf5c19d35ee5f146af26bcd37368a1258beb1414916d9b2429", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:db0ed75ce7f92b54a6460c777ca31fe82b72c4b05084f1a313a57c8083553c10", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:d24bc323782f1d6ee6ea32c8fa2df2a20e259f4b04bf2f07346bb1f7577e3764", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:cd694f4d91ecf21e368d92b0a0b3f299ddf338a10bc75299836844346ae9eb96", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:77efca099099d037dc19a9284ae4590b563480957bc94a3d9d8c33a3e208c52e", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:d37da7a6abcc7eefedae210a9a83412e0714b25cdfa6d960cf060d4f509418dc", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:80453fc86e420ee52d32dcee1b6d85d10dd9b9012d09919b5873e39fae104fa2", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:23626af794116d23d48eea54d72da0e3ee6073ea1a28741c6395e358dad7347f", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "sha256:38b148ca47057f48b11d18ee2bd65564ec54cd4fc99113bb7af3da2cdd69cf1f", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:086fbd5c4bfc2c2b9416574d7adda1186cc9ea8d42fa3d977545b177a5f6b31d", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:396a81962624946e359640fbc88496b359830c00f192a41f0fdde88794207243", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a8b6abf25d85962282117a98e22156d26f98ec6c2b381a701949995ed2de791d", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:a971b0992935b50c121f7bed5fd45e9826ad88a95b0df8ab6483e76f2c2fba38", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:3cb24f02d5c678700fae94e7fa0b9fc3d5c35cf4ac925a176613dddaefe4142e", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:0775c03fbae369d8a7bd66ca63fa7685e739a3362a91fe862a7af705414086d7", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:021fb09c86d4d9d06ba8da4e857d732e455efa6e9fb8642a2e89977cd7a0df9c", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:6a6f3519345ece087870b34b523e9a68abe1dafd480ef0c38c9dee3e0e75026a", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:69b795ddee9113446790b436b524cc7996f00088be6257eb0cd50ec5c066dc46", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:c0d9b5d3c0dc83fd9c1998e3a13762eb7b77478d17438016b210397f0df30fc8", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:2157ab1e30e581cc66a24b0764bdc9724200649801b4590fd6672a92b9ff237e", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:ea43c2371c95db75b134d1d039ac3ae75f0cdd8a02b2c22ccfb3ab1b099dd685", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:fc04c1b92c60d452ffa49be223b5fe7ecc2071f2c804b49a7ba33362d86387e7", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:d9f460b6074a1fd336b48d3658be720883b1992db8008780c9583e9f149616f9", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:ab39208e6b1d3120c00357c178f8e8d631fd651c846cde9801e66886cbc77e75", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:b4acf86db9044f0c3ad616371f733770541bedba9fee5751f5a4d9170d8347f1", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:607ee9da1fa86ca6c31d2a3285d091e33baa0c243cde6709f5b50228a6ea6838", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:85f718afffb3b6b0155d7a4b44829f5ad2cb4067cf7ed7c77f77cdd31e3e2f73", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:4dfe814f941a33b4de23c050e33c7b87e30959824ec0be0b37125f75122ddb9e", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:41b4c223d3414e36e5d043c90d2b77823a4483d647ae8a6f7cb867d86df7b03a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:1870ad98b724b8ba0bb92a0d277ca659812d4c3f76877b6419132669ce0562d5", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:3a189ef565d9b567e3f92ee485a5cbfcb2edf626e17dd5ae42cb29b5ff8240fa", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:53d676ce5265a7bed9aa8a195d749a2ddbc04668b4909d271260de0f981a0b6f", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:1ea667f0c7cfdd85038d8678a770994afddec806355100bbe78308ee081c5d13", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:aaf447d9612e51755f905ff5c3fd1534071e551dccc8566c1ecd86deae23de02", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:6c0e8c2b7fd71eb90683329b23f7ea92ad9f72a9941c8602c2cfd0e3d87ded56", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:ad6903ca47a88cd9fbee03f05da3705b6de4550a9bac31338dcf334301a7bc79", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:7550acef924761a9cccfc8a599164bb4cf1aea09e478f0f02c508e77d54fb354", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:0f84866fe7b8ded8ee731da49946ddb95b85d2544d8189952f4b465dce92ba34", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:93950e077dae21de66880e685ec159b69f7febccbdefcc28a6251122e5b61744", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:8b3081995ca8e629365f84f2dbb74583d77b3135c071b7fd576e105ed83bb3b5", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:771390697cc126933b817059c224bce8ead877cde100a24109e22a40b00da1f8", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:0bf17ab1e6123f9c89bb89b3cc96987295420a1d573062c6a9e029955b5b43e6", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:cdb91bedf979856e05a3fd3e459770c10d89df426f32350fc352066d4a6e7526", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:5cac8bc4a2c13438822cf9f1d976f655f50508a7dd56605ca4ba3267e55deafc", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:2e2270b2e6f5a91e4ea730a83fcd172b4d4bb2bdb210dc1c0b70f366a9e0867b", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:164530b001009abd38ae86c874f1116e26e48e0b20c78e23ab5e1f4da9837aba", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:044d9543cf23ebd19b78dd36453ca1b35f8b0343d18d2bf812f487c267c73400", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:04e4aa39ecf87ab5fb148554b72eb07229b2bc87c36194aeeb15e1f314546d8e", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:5ac320af55313b3a8dcd0729ba525596fdd1512ebcf5717b5e4f805efeb1d062", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:705d8c2334abe75bdd34c68be5a18e511b387986db97fd3fab68db1126345a94", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:69151f1195923b97d588966fa3999a2acbce4c3e6990e493cb6d825ebe6bdcef", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:919b0f9d14bb3b10515f015629e90fe2731278febf87bf441ca4ba42a6d82ce8", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bdc7cfe30544d9b80f90ed79cf8e8e2a030cc750a4b1a09dcbf00c29cbf7cee0", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:9630601fc50cde8618d6c2a1512e7b3493f73f65a7e711210f143f293ed4dcd0", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:b555ba9db54f4666b50c51bdfb0ed669a11dab8fd53b5efcb3eefa440b539364", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:b98b9c759b4f7c18d1dedf4b8da7e3925fd5153a7065ae24a2edacee03adde2c", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:647a5a84af0d24107d98393a74f9cfef91d5f6314f97e9589a5917516240e4b6", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:2611434e8c1542ce13e93f5d68593cd1bdab8c2df7e29971bfcf6873ebbc3bb9", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:f30e73a5c744492434120e33ec5fe9fb417e3a31b788a26b6ee070722df47666", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:ad01286deffe99ee070396c0057f5999b5d3874d66032c1754c66cc87e7a8bd3", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:af705c9efd826b06ec3e443236c9982e6f78aa12371ddb6320a6dbdd008af70f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:3e0914f39b9c0d04faaca33a50a45adcdca0ae17236522cb0e3864edeb03700d", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:2f621a1eac6f3dee3ef9ca50a7bfc14f5601e3d8df08bed932c19703f6f75834", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:93b6642db4b75051bef5bd84c3dd3053a3e8d860909e92b8a5b16a70b46c6928", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:06746c3d7855894756f8475794206dbbee3e18ef616f82b388d018b1bde859f3", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:192ba106b6e9f0f6728189b1ba31eedd622fb174e0c980b6e548fba27d6f2bc0", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:69b0abe4d235bc04050f6e0b41d75afbf1bbd64f7982e103359275b81be3bb71", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:47516b334720bd0f0564773ac42dafec6066cc3c98fff9d0da463003c26b613f", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:0152700ec5ad8aa649ae8ee0d471468eb7a19ea29917e30f44b575070cdcab52", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:410041152590f3a3f56b7712060ef89524e76c43871e254eba743028b4c7cb7a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:e3a8040712dcd2617bd7cfa3d4f5c99875d443df51b6239b2120e80a37d73486", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:87752c8efc5f9f83a440bc4f712edb68d230667f917f80c45aec916b4831e943", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:79b946ea4ed096e9dfa790116a1fb94530e31881b533003777bb4e0806e2285e", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:80988c722833d97ebf18b496a39ed62e97e55fd7fb2f82df3124bbe0d58638b9", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:212c02e6f01007c74610c409f7a991b63f2289410e56fd6d6f5b8a552177fe3d", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:d04b5f22b983b5a7d3de27986a110ebc12acdf9874561101e3a00f419226f7f3", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:834ebbd7a4b1f9a3a92e1826010c0e7b1de4d620df32f5201806ecc0240f9ee0", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:91eb1cd73c11773727989a85dc34b87a55e7171bc99de49c9f307412cf392645", "enabled": 1 } }, "kmscon": { "100": { "checksum": "sha256:a2442484416a2a67d1ba9d6b2b85f0bae72bf3f6746e448643851fce3b33f61a", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:2997e6377f7cb92461fff4c6c2ab886a0ff25c19bd2544a5b5289f32a4a0a8d7", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:49919bbd9225e10dde5263d0cb01accf0b0458bd39e60d8845a7763e4c425a16", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:1a341235fc9a666c025a95b001df21f7e4770b0120df37687c0f5be8868069ad", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:aca86e12d3c7435aa1f79dff98d67a1594f655e34b9040260dee2ba8855f90ab", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:a22b8ed6a669f50e9a1dcbdf57bdbf5f6400eace5e0f3170bb90bc0bb79ea09d", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:a83891194fb4c2efecdbafe86331368b90f6b5606209f2a7f925ac04de0a4650", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:aad0b98989fd36a55d0307941e1cfd73e94a39c7147feed3af167a3dc2a4ecb9", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:971e3571db8fc239339a89d5b9090659b80c1583f156b2c0ca37affe4424f16c", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:e64671df16e8430a3ff76a5f8bdcd907025df4a41c44afdc67f09c8520d249d7", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:976389e45d3e14f9132ee75b654b6e725fe9b28d3eb0b58f5e60d5c2a67c4458", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:56c9b18aa74d056435aa4908b3e1120496f3c8c0985c5dbd4fc662d6150c5707", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:5ebf18eca037bc6d0dbb81db94ad3a4a555d31684017760238ce547367aed080", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:835d96d8e92204ccc2b2e011981c1565275ec51b14ea2362527031e059b3db9d", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:519be249a5f6d7e21d7fa6143dd050406da1d29bfac29c4e0de91da9780d837e", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:ab50be2f0df8e7e8f32585b9e4e4ec0d89b897b14b415c7a96aa55ef4cc301d4", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:d496559b89d2b69c6139141778b3bffa4595b787b8194d4693fd1de941091885", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:7acac436e84fa22e873e7b7d74ccc384b948022465f2a397dfa0fe229656c723", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:bfc4d5317ed738ae961b7eb2c3f8b24e244f28c6e596a18f49132a312f2186fd", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:474e11655853ea9ecb3b90354737bb33513d600027fdee75f1d38cdd7644598a", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:c88004b9e24d18093550ad9f271722d67f3e96a1ac2aad1a1340c9c322df9625", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:789d9908d6a4ccf9aab74a9a86ab780ec18789ad9fb25603e2076e03f39a663e", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d4baea24717e6f58a231c34c370a41fbb280c561e99176aed67a6faac2ed2f55", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:6e56c2fe3eb63c7ecb31ec57b0c9a076dfeb1af9b441500441a2f79dafb39498", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:42a32bf5b58eb1cece61587e26cad9d14e561ebfe3f8deea15ced247a9af9a5c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:f96a24403c4d03d346abc0d3da9b83c3425a7190d82bc8199b0aed732d22ddcf", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:7dc78812d1a51143faed9157d26a338917b6217489816f8940a0b0ebbf0308d8", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:edff00a0ec699758087c702321c3ebcfc61b1ea1b56596e8204bd5a71a4e81cb", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:97c366744caa502ccaa1fccc570b0f93a4d714b371a899ec32d915ec05155e40", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:c9a83d68bfaf2c73c8b3cf23c13f94fe834a5f5a9263004629ab8abb563434d5", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:9032a637b24c8bff1676c0dec33e66a729947fa96dd3d7a927bcc77e45510137", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:15df133e41a8603f0945a247f79117dd96306f34ae38f1ba8092179f116f611a", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:0d26eb46dae313a7e839a95761857bcc52e06d6d68b7a24675b7f8311830ca4a", "enabled": 1 } }, "mip6d": { "100": { "checksum": "sha256:87e5fafef70b376ff82229049b550c5a3c3b869b7fbb34a5488f3cb86a7d74f6", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "sha256:7f0d65a1413ddb554d91722376d8d08084075e6aedd46776f16c188ef0c38083", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:7eebc1aee1b3335a77380ca5eb2fdee479835a88207e67ce8f59e8da17373a24", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:e9ce2b283406b3676bb43033946e72d2e98c1686212a748f00a88001f9e6d921", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:0497366cad281781a2398c7dc8daf3f0e078407e4ee4c7566bd757700f93e141", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:3529b33c67d36b7eef5ff9f0c264488d93c08051494e9e0aed46dc3a8566ecf9", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:72f27671fe34dd7a39b6465ada7d03ac25f9e04ab32e9f412cab0a78dfe39ee9", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:4db3382f93ef9c184c5104997fe063059650fb1410a885a51dc3c40785286de8", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:9bbb690a7ac70702c5a0c44c22b8618feada9732e03d036296abe0aec7b58664", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:7a74fd2fee38b753bb79eabe5e17b820ffd21b85d6edfbafa08397ad3e45c6f6", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:235361621ee28e48bba66adabb1eb2747a00fb346b830e37a60eae9fdef59fda", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:40e43fd8a418f3d376a805aa0e100860f7585d0a14a97a96773ed3554b074ca6", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:72a146e7a9d143edd2eb97ed19c836dcdcb4e97a68988264908725df17081e39", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:a2273ec3f90d410489709337378075f188a97a2cfae2c9fe9c6e7f58c06ab10a", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:480dc08347f22525dc1aff5c8648e742a5a0a0a1ea1a2ebc34cb8570838c2f75", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:92e871616b586e4aaa57611218d065c0957773ef53c24dfe622bb7a7703dab0a", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:480d8e1cb7d34d7239d203a7ca3e901bfbfac2bdd1de22f38b15342ab22161f2", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:4cad32689a28637ea553512a928a9ac8904a6ea7e354eba0283ce83af609259b", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:b5817cbb921c547c171601033a29548e1f773c7f4cf40b3c56af8172cde31766", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:a5b756dc9d29e611a864667b20cb3626ed5664dad68f5a09b49b654743b200cf", "enabled": 1 } }, "naemon": { "100": { "checksum": "sha256:51c0aeb875873462619aad87d9ce4f7bae95f2490a52fdd8797bdbea98e936f0", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:059ca826c2888395de451a9921dcd3575f760e200e1a0798378e1bce75e6d9d9", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:3c5ccf75134d539db434ffbddcf00f6d1e89b63521d54f6b2ed9b3ede3705263", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:5cba7fafa3098ee2c0cc34ba9e1c0adb715bd1d64da96ee9b740d533585669a9", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:04f691dd79fdbfe669b0183f183e18ea15ae1db943af9f7dbfd0abc902984051", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:97d58cea720b1d3805ea6da620c31c11ed744fee91062228630225a8d66335c8", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:ff3be9ad383f9234efcb094707348e605aff09c00f35ceaf709e63b967c43d64", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:318d8861d39697f4260b9fcb14ba9dda93f4771a0bb39cc9a528818f3346f468", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:64769b2511acfe99005ec8233677b682cdd83ab46a544b7bb9d0e70abbd483ed", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:d4145ce937b1aaa91317624fbdb36b7547bbb546e515b39f74765dba3cd89e6d", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:80f1e388fa50344d3288c05762dcf9b8f066acec0864ee3174d44def818a32d8", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:cfb5dab27cce228b0cef5c709412a635845c69e2bd3e0477dcb48d621c7c107d", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:5bda0f869d502550d3721081013ed5e4ed0deba406568c8cd4511dbe0215c4ea", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:32cacfe03b9e6da3a5f4c48d5796c72b1ce3fe99811a2c5dc38603d0076d9dde", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:2771e957e6db3cfa44171494c1e09acb84a6748e02172eb4331b3b1521e5d086", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:f9549d32b3aded8d09aa3a85bfb0a65e5bfdaab23a8e94b23a0770b2f4e17156", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:ffad4de899788eaf69f3acaff1f639b3b0d00a72f470dd9919674a7be1a43d3f", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:72e2f249c0bea45e9365a651e32f8ca319fafb5bf2cda4738461dd66431f56a1", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd11fdfda7f53378845097c444833cd0324229ed343432920ba07cdadb243df3", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:e284fd3dc49f4c93535dd4c8ca79c36f63d15d263e50346624652f9476fb3e36", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:cf09b29b5cca52c78fcc19ecd0594f1f00835666d13ca4493f971ccdaab8712c", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:e06aee0b45ddf4b7df121f8074cea445cb0718530339ccb98f69123c1fc2ce9d", "enabled": 1 } }, "openct": { "100": { "checksum": "sha256:8bf4483676b839530f86d99a4adafdac02be98ccd5e67373a46dcbc5bc1e6f70", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:11f28134306797a1812589a71b11fa1bfdf06234d37e3ab390dc6201b7288812", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:0e8da03ae0f4f3c58c2ef0ecb6c9a870b80a0aca6c217759411bec1088b67a59", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:3a0474c5cef7958c758cc4525b8b7b7cc5ed421a84a2cc53e54002b22a4347e9", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:f102a38863c427fe7e7c2c78333054c21bffd02a58205ffd1f9ecb52ba065188", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:0a4cfb7b0476a388f7a01909452d52d4a838ce4a996359a16277ca66fb1a35ca", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:83efd707d1f2e80f3f91639e9d07aeed6f56f9b385ae0f4b16b78c0d6aaf71bf", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:f6d774219581d696f02b1092ec497d31e5591520cbda82c2259f7c62bcac79cf", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:84f99a28d3a1ed78cb925d3529627c6d0989af393cb1cfd768b27980819f8eb0", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:4c92d91b52fa8477c4c3850ae428e8482a30a015f74cd9914424c7d8a6110d53", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:2dc34892e2282b363cecf73abd991dc5e93cc1ecc91159c05c4a911fd24ec268", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:6bf7d73fe49a5b95e180a8bf11441d252da97ae592878d1817965c190cdc278f", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:a1b621e8b2aceb37869160d37a70e1139d64c642f2b7b348c20ed74308fe5369", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b6df6c29b88f35da354f81b91c6ab518a8e480a8ed34b236724ab058aea3ef1f", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:69c9021e04b4e50fa126a782749328af85157f28c68156aadb51ea9aa717675d", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:92cc71f2eb4014f6a72a1eb624634c5b0059cd0d63be07a60c020ebf2751f705", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:8507214aaa141040d57ba1a2059f050c2c97eb6cb4e93d8e0c8fe3167ef3c981", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:a867cdcda23f69e55a4363cb45037dbd7c689a7ef5761d105a4a0802b92d1412", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:5c72fa63fb09d4a76136964f0d1187b57b9bf7bb9413febddc04bab0cce73777", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5bc9730592528ef224921fbf15433ff99e2659c3f210f418f25e29e6ca76dd0f", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:151573c6ede3b8e6cfb272df0d28db36159e044307073ba77d449d08aaea9341", "enabled": 1 } }, "piranha": { "100": { "checksum": "sha256:da89283b175acccf57fc9749518b15d827ad62d234e259236faa4a84132dba75", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:d81a2257c7c41f2b47568effc5aff4ebfda5bd1a2e6b475d43d4a59bc1645b35", "enabled": 1 } }, "pkcs11proxyd": { "100": { "checksum": "sha256:8e2c0c536a271a4feb29e50038297a9e84cf248e51cd6236470ebead7d9ef417", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:d8a4f7fad607c5febfa4acb92cbee5a9c4939670ac7580ee539699791236f656", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:352ba378970fdcdea8d572611967a6d2d66a21963d8f9460afc2a911a08e6a42", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:a227154068777c55690e3083cb9a2e4a00e603384c28c1b1d42c049929318b6c", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:74ab4308bf363046676f534427f4bf4e3707174bd8fc2989a562cd58c599c1a7", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:ff3f6a75e863b74f4de812ab6e855fa459618881d999cba33f7c50b688452198", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:e0174ea207687eb931e41645952fcbdb5cb0b6dc78e7e8e9f9aa7ffa356f7c6e", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:5360ce181047dafd747f7a1e1a46042d3b980639a21d41d8151f5a9f6332c02a", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:7dccfcaf0c285ceac758c1b945bc85a4c5685bdcd091e11f3e820eb4a4440872", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:0351e5a0da864765c5ee60cbad8cdbaac75d469b7c52e88e7de0c4d5d974e014", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:77aeb93a48e0a021392cb28aadfe6837ac3240538a8afb2ce4c4a63944d6bdff", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:aceb69f4875bac94aeb2f60d2d11b15987195300896902643a256947a5b44911", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:8aa626dcd305d0a0a022903df3384b75b102ad41ae36d7cd2b0f75bfec8ff106", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:711da5867c2fbcc7d8f22541ff31f8d0be53f3d8f2707e20c35cba3a0a1d2759", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:613bb8981c4853309794f3193b854b88cbf106a7d38278233de428ee74c8747c", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:d1c8436f9e2dcac96d6c7f5d31438130a5c2223b677d9fbe4b6155f58c2863cb", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:a5d7882b2ffb5f8a39f8729898fe211ea04186953baed8bbe4e306ee11af54c0", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:5f337d1d586aff866b06b19c7365a244d18dda6e7be8cbd4f28482bce56532cc", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:75dfd94d71b4707e4f61449c4cc8776bb08b1b2b7446bf546f85a0f644fd0021", "enabled": 1 } }, "publicfile": { "100": { "checksum": "sha256:b96ee6c5e1c1f6798963e19233a457b071a49c76716f9abc2f5a64dc58616ce7", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:8bc6aa9740b3a0a51a38eb33d5e64045fb3b2ef13ac7b42e543d7f3fdc57b8a4", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:90acab2d4cd29f2a38505d69d3e5d988cfd6c3922281c75692b974afd5629cd0", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:e555c92dbf83dfa4041539e037f1e022e90703fd63bf431cc9bcc673b0f3185c", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:375207bfbd7c0a55c33b75c49569fb2ed5128e37f1e422ae05758f6d1a5853fc", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:726acb4ba8ea3f01b17a09e7b9b94f69c9f3f9546be65cc3cb0c023515243713", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:0e1731b18d7d5002eadf6f3a5a51f443d43c2ff6eb6714dd2e6789b7ea3e85c8", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:b13d79f8941aed1b695f20ed6d67d57b1b88936a3f9f1d74a92de866000db79f", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:7cfbeea28e3f22a1fe4de710508ba2626b5c47280b6f07f74acf69f7017ddafd", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:540e1338993b4fd9ed5e6e1019273b6b16d35757483d3e89fd973bc4a712e497", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:10dec0a8449e941f3dd7bdfae04419b11fd981416bd6b3613223d959599b840f", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:7720f25ee3531ad862c21ffc4e05b71f640eeedf249eb511f0cbd5cf50bb6088", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:bfb647a741e7e3eccac145cef18e7f93b43dcd35b76c2ea9f8ad9bb169d6bc7e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5e1ff17e0f50d0fd137c8b794124904acd63126cbcdf719858c0d9225b18e373", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:d8dee43357ac4d16d9aef07cc84b2898fdbd74f08c1db412963ad6059d68f93d", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:4e699966b28cddedb5853e648489e53097d54a0ed96ff310e14e40c83506fce3", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:754bfe10c445eda714d2bee67de4a2621ec26c0c80d5b7c7e1a9372a78a6e154", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:9f2b5e789d7ac7e264a863e217b8757d56344f58006fb7ad1fb22ed3f48adc86", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:184c5d4a01621bf23fdc6db0c499c7d31b53f6fb652c8d6f1772acb9adebf502", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:7b6098f7708fc4b25daeb6acb2f65c940295b38c9f503de88c1292aa1935c939", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:b6d55346f4a66e71980eb60dce2d89d90f34a1cd07c04f25a686a4e9cfe7de98", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:0e3824c4df81ec0676d250fd45cd3bc6bf796b64b66b48d9cd6fbf506cca22e4", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:94c3640bc7a3fb7952247774d0849c52cd3eca510fd3b4760ec802418406eec2", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:4aed0a4bc3b20b29ce505a1e5d8d9bb7d669e3e33f1a8f9db9d62c928f40b23d", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:c7f1d547102123f8931251f3c9de5e358059ab0b37e9e8a7ec0c2f94275fbe06", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:3a96393cd8cd9fc1faefc62db7ca107be15963005f4ef420ae2b79b4035abd0c", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a613b72b44b7441d0f73a4eaf7706133b77d8b50e48093e040e349ad992a363c", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:1fb3eedd2f0a187bc052c68e0ef3018b552d7df96d31a09ff3e0b5e0fafc13a2", "enabled": 1 } }, "rkt": { "100": { "checksum": "sha256:e067894178778b753d301de86a1107a2ddb18f1319a354bbc75b6073ae040d0a", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:022b730386b00ca0e9b559b6f8e34c1548fa333de1c7f15360944f9df046b6a6", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:4ac0923017155a1ce2ab3cf9f6a00b2b3ff2913f471ad5d59bc6ce7712cff232", "enabled": 1 } }, "rolekit": { "100": { "checksum": "sha256:a7e1e3f373418150faf1275923ae5eb7efe495208b683bcdaf4a120a6d195df5", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:f06686ea65cebd0647e64b4c1125d860420d4954aa80ccc6873e4f25f0591d9f", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:74ba36bdd94862dced2e449f95184dd7ac95a9b4595adbc08842cdb0838cb709", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:d206626b232a470255b65e77ee47453dcf505e5a4ac8b091bccb99d83a6fea68", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:838703b8ffadf2837a0006bcb0e9f598b05cdc7db8a0249a86ffb4014f11309a", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:ea5c5e06ae845c8f2f598361e93a7b8a8b5581f6058fdb8467e20682615b1d72", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:873a1c086c663a3f86ed314c249715981812a4c89b47506d5e3ca3c52daa7a0f", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:77676e95ac3e374ccd972f48bdc0a55d91e5f3569d5968945b4ca7a5ffe7907b", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:5fade909386e8bdbfef561bf620cb2044352990fcacc04f94ebf11f013fc9df1", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:31340a0ea566d095ed660dc904b63e90fc5ba67fb43a43c9ce39fda9938728d1", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:20ca33a0e0efd9c737d909361523108fcbe474eb4f0e687d6e09aafc5d483bc1", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:b9ef6ead313025c881a78a87e52d129291ef5c9ecbc93407a71e613c595bcbb5", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:d1b667e26021819d88539d63ff3878b85395db7004b1eee43adeea2821808b66", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:b06586ae150577ec81417c426ad284a3a8ccf272446ac8cc11bf0e28eb7f0be0", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81da93c00f58807d640ac908ffd622b6095806f4cf857cc91d9cadc91d85b7ac", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:985a9ff5a7c13fa5cbd97549f3cab7d45e5f1c9d23a980bde1a02f1abc289bed", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a0b6fd8c48ab6790c644c214f78285ddd61a5f27b3d09cff07e494a8d52a5d60", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:d7130e4b5bb7585173b64861eafdbd7ac4f0847bddbc25652e05a5d4019eb06d", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:25101361c0c5aae75ccd587b74c3c1d658a160a7d1fed96145fa500c5d3ac9a9", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:8ffae2c0ffee45848b7a5bd656ca4dbf5204c9c4297756fc5cf1ce92243c1e70", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:123c7e5fca42b9ac324f8359f0bc8e62b3555d0dc0050b25891966186e9b55c2", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:d3a7c6e76e32e91bd8d8e0ab8d588d0dacf3be4d9833d3cd65811095358288b9", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:4d952c683d902cd19070e56e6c727610af985deb62063d24c57995685c26691d", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:1ef97636a7f8c341395b5f258f18eb204c984b25a0215f008488c38f6ed57d00", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:8a8204d86f65bc3864bf1b829ddf8c16e5193ad4cc6f6f437b9876713c9b2072", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:05520bdbc2ed620840fb87b00dfc46ef8176cd4f44689de6a168d433a0c1493c", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:1660ac02dec7df8e8aac5c809357401b955ed67959bbc57c767718b1f799cf49", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:87508ada15cfe4083d464ee850dc473cdab1e5334a8ae0ba9c72cdf8b4978a11", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:78280bf206fa243c01eda4ac7f11c6265a949d579fb6f14169f35561274e6d96", "enabled": 1 } }, "sge": { "100": { "checksum": "sha256:5d26bb32b4c997ca0a2f2668c59bbece8adf5c01e93c81f5e30e3f7251c00f88", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:957acf16e784f7e019bb1c296fca0399373b3e011d23ae274d69d2580a00e465", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:09955f8fdb4a9766e775a66dc5bbad8e1c5fe8c5449436fb28b5e2df3031218b", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:b9af8264d1920489337075578b164dcde09a34766df86d25a1f47cb39c180b66", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:b4f010540ff5cf401730084d5aff3eb55313e924a7fbe866c9f32e664510fc4c", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:abbbe0e1cd1056991f0918525d56eeed18dac87765d98bdc44ee5232b053ea4c", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:31c6298e12034d31a4ee0dbf1f4709a58d6465593328816a9e6cf1bfbc23e545", "enabled": 1 } }, "smsd": { "100": { "checksum": "sha256:cdbb42469c789de2d7fb5109d2400c2a40f932db08c0907be891d471d62a9c52", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:4a908b7f46565020b5f6be7a5338cca5230f9117eebb9c2730bdb16c2d40280c", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:7437b396337ca771bc8dc0b485636a5de2da61e644f7823ce655afb7d5ae5df6", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:712c7bca16e9e436bffd5cdb347383ba1ac8b59cc0811f357775682709289f03", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:e7c2a5776a5c658f8a3ac9cf73e36a15751b629efae16233d4cfd4c29c3e2efe", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:7735e5025fe189b3710c69fe7942f43f43939c0c761d5996924375cd25192fe8", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:a7be46650ffcdc4a2616f9e94843ed2cbaad07d47a86ad50098288b233b880c4", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:2f923bcab876540c1af77c1390664cc5b51cac043f2271b3404c4e8481dffb76", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:afc926b81d278cb6176d215e886834574b766ff47d4b1da40f17120a2b030d4b", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:492c451dcb2d8f590497de7b87a7a29a013162997272742df67d165f4a7bf56d", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:d4cc7b46c48fbaf226521ff87537f705dfa6a2708df41e3908693349461266b3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:c6ee8b743a5b7a7f5eba5b504b880dce45e32e4f03374fd70a56e2b19d9ecf9b", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:ed4dcb0881ce132184653d4a86aa6a19e1d57466659b74b5118f642b0f9009aa", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:cdf0abec375203db4e6f4f62c6a4b2aede1da38446de1ff395ac7f937ce89172", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:06ce68a1a7f6a3b9b11ad68c1191b25996eb49b9f88e0d9dd1a47e1eb71d132e", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:122b2be070ea4002ade1778cf479c35c587eb2a6b56d2d140813a38ba689990a", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:8adac933ed87efa4eabf956eff0750facf381530223838310e75d8e269052124", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:9234ee8bdbb1578f525355da1c2a00cb04676ca2977dd44bb380e70e2e87c83f", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:e818ac1e6a4f701774f860be9ebb7a743427e6dab05ee9f86c1855854a25e6f0", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:3653914eeec89b102b74891906eab9f3d386dc426670b9fd7a70af645128a301", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:74ec37abf54aa7b21e4da18c24c64a93d3ca7d74afaafdc38820b9ef7075035f", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:6353a2537c06d93cdb77883c7f3c080f486a8a5bf87f31e279d1abf69febb130", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:8194ab7aa024e98f3be2fd50d0398d2c806b39ddb0033df913ebbd3ef8f9edfb", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:1a7908339975b178a356b0f6bf614c96422d95ad8e72b41f8a6b1bf8d97feaac", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6e444dcbbc9a0d5f07afc0adef86aa870fdd2acf8c5aac910c3bdc1291eee145", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:b488760321cd4faba3fa145bac343ee598167a406e30a8461fc9d71c070b48a7", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:ec2edabf92cbd444e5fdd6d6286fa2306eeb41df28eccb805d1661cb10d86468", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:1ed53e5475bf9926bae38f9cda89b47e1a819350a308acbf5c7477e38c5f8308", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:9653a7d0125eaf720d8cc316e1119af8c2732ded2de789fd5bc678ff25f1cfb7", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:19eebbe5c254185cca355749992223ab7ef32fa21761c017e812851dcfc302d5", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:c7f1f4fc9a174efa7bf8a08c813d260d808c2707fa4489f4d5608f3e79679c58", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:88ea4e540a780b1ac3f4f2907d7ba63fa6bcdf37e85370644d00dc16ef1c61de", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:4ba8adc68881a4e586161fbfe573db779f260dbcc0a13b42a9d72ea1a28a3082", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:1354b2219955e432a6c05bac65656443255d41836439f212f2526ae308839aa9", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:6a119b1390c6bd3ae982dd074f50545a2474ab07930e8a82bf781849a907a49c", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:b4c24b88d2926e90d9cda8425fe5af63e2632fc2b403daa19d51f28105cf6377", "enabled": 1 } }, "timedatex": { "100": { "checksum": "sha256:ff2309fe5519837d8d17592febf63ad996d546d10bc745e1fa98489bc3ca2521", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:b3c08780383451a77460b52e84569134082a19633e728a03fb9cbc46d7798444", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:6977b8fbc730d99d77c90ea4486b51906637195882590b81629c74e8e189392c", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:537f429651ccb70936f2caf27e47df2b96f07ad43c9564690e01b86020804b5e", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:dc1053eee80fd6b2301daa3171607cd8531f6eb4cd86b77d7ee981ae219be59c", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:7c9af5338cf1e7769a6c10eea847d937bc2b81e1ded26d3cc1e7eff88cdc656a", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3000165a2720ae77aa20cf5aae8b0c674ca0bdebd7bcc63a2fefb731548dc7ba", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:8a64ac52bd08c252c25511aa7a36563ef0e5a48f9531e3cdbbe9c40e099e3a72", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:117024b0aaa9b0e2dc8aba07c39aa706f4541dc7e65ed3cf9b77da519383831f", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:7b98ad2aae73399677ce9487719f3d57d3d8488f44c40b2fdefabe7f91ee09c7", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:0f86e248499fa4ff4bbf64d9ea5426dbf7221a9115360491d237122f46d899d9", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:85ac6cbf38090fb30035926f84898a0ef938c9b6f640fd53c952da688255337e", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:a6d50357c296e2f0b9a9672a003bf638da804fa658fc4bf37100ab2a112c3d7a", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:3b0b7cbba5bd5d0b990377866a98dc87be99fc9a322f09f736359b820e639a74", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:397e9c73670483c677049b2d9d4f061e711816f67cc6df7b75e897a621ec332d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:a7e4970d8af8ba2ead9a03de3c7185a1777686c141eef428c05ea5e095672aa5", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:04f179266549623a73081f75c8292994d6ff85242355704eb4664424222f50b9", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:ef864e07dea7d8afc4f89fd478472c6c78c9f605c07ca498959bc6985ac4ad96", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:4aedecfdeed6a0c427a4d9917a7b70c95c70279d2550c9b9f265442e941f7e0f", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:949f6a43ffdc343ed6b570f3528ad847d133e8d4cfe60930ea68fea5465209e1", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:988ef94eba5e7704eefef57c21acb08a768b2489d60e6cea18be357a2903e5d9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:c7b3cb3989347e4d4019ff44115434c54e119612833ba2c653407d01bf2f609b", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:7793efb52b90a2e11c024b024a83520817f045a44c5db53a29b1fdc0ff12c4f1", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:c78ffead84b45c3d793c8c8cbba46fb5e7e27110dfd68386c07dac01a893cc3e", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:92864397d76758b2e1efbaf10dad539d9ccea2b9199699205342b65de42c1c27", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:ba4b53961a8b2f16ef71f5e4d1b20cfcdca380fff99c9fa3b34a00df45e90391", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:249edd22af0f8c2b350c8e3deabc744ae9570b64eb6cf5a420f6a2d1143712af", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:808bc685f977b3353901d8ee2989b8f7b291848b68fb8403c5c5c800003b400d", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e1577444b44823399ab4ef74976975d669d77adfe29cef9225133b6f35128b75", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:24f28a5a9ab01ed960858bc5d58e193869311eeb75be8e390e6d79228a9c76c2", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:d084edef438506d3db3270a5771bdb3cc39781a41c14a57ec061954ec337b509", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:bd2fb59fc1513c3bcb44d67669c4851a6144ff0198ea86eb36d2eceaee2faa81", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:ed24d5b7dcef3dcc585917979859754d1f83e359b2878916cbaf90ede116e959", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:1640e752808ccdc9b681993e505fcd1e65162326b102219c13738d791b250e01", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:a49239fae76624813aae66de39dce8e7e5ed6611ed41c5636a04e014b650e2e1", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:48847603e60c31a4065d7f1a69e48f02e96851f478c9312aa41e1497a3b0f6ae", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:44299b5d7faccf030fe317e2736f41f2dba79113c9fee969e7c4dd1e2b289ccb", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:99b516f5cc09d2004896d5fc7ceb332359b3c9a225231dc4919e07d0262db66c", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:6d70774bf0e827ba8b995e1f4a672be8cfa356b1f355b814a3bc6324b2728dd3", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:a212d4a1ea9e32b7fe22e0094fadd722422a9a33544d28021f67992d984ca9b3", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:45c1d3f1a4578dfba97adf672ecd698e49cc3519e8e187063579561d0ed33946", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:6fbc6d2be9e4bf499b42c65fe14b9a7737d2ff75a859a316e59fb57ba36166d3", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:b37bb3c4bfe50a4e9aa02af73a4847fbbfbd57a10f676c810e2f126319f51459", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:ff674aa30a69dd4d79d5bbb1a0edbdabcb0b8f7f4be1d4e108cabba823f7fdc9", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:8b91f3c7dde7ec2a70fa51491a3d73f970cff517b9a690e265e213b5ec6ba827", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:b856e1df911564090f9faa04e988b74c1d668f1b3337d22fda50f904ff01ed77", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:bef06065ec29e43b7aeb1d38e56b79ea63bcc62c6d20c55fb93555f865234bde", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:478043ae0f5f7fd13c42b8ef48a8128fdd1ef8e77cf8a317766a7a9db19689ba", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Thursday 18 January 2024 17:45:55 +0000 (0:00:04.224) 0:03:40.667 ****** skipping: [sut] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Thursday 18 January 2024 17:45:55 +0000 (0:00:00.023) 0:03:40.691 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Thursday 18 January 2024 17:45:55 +0000 (0:00:00.012) 0:03:40.704 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } PLAY RECAP ********************************************************************* sut : ok=110 changed=27 unreachable=0 failed=0 skipped=148 rescued=7 ignored=0 Thursday 18 January 2024 17:45:55 +0000 (0:00:00.032) 0:03:40.737 ****** =============================================================================== Install needed packages ------------------------------------------------ 45.93s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:27 - Start Candlepin container ---------------------------------------------- 24.97s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:39 - Wait for started Candlepin --------------------------------------------- 20.12s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:98 - fedora.linux_system_roles.selinux : Refresh facts ---------------------- 10.72s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 9.55s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Restart squid ----------------------------------------------------------- 7.18s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:119 ---- fedora.linux_system_roles.rhc : Call subscription-manager --------------- 6.78s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Install packages for squid ---------------------------------------------- 6.74s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_squid.yml:7 ------ fedora.linux_system_roles.rhc : Call subscription-manager --------------- 6.72s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 4.31s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 4.22s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Add pools for product 5050 to default_key activation key ---------------- 4.13s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/tests/tasks/setup_candlepin.yml:130 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 3.39s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 3.25s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 2.35s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:45 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 2.35s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 2.34s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 2.32s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 2.30s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 2.27s /WORKDIR/git-jajerome-ansible-hostfh1al2lo/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---