# 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-hosto8ro5kjm/.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-hosto8ro5kjm/tests/tasks/setup_candlepin.yml statically imported: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_test_data.yml statically imported: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/check_candlepin.yml statically imported: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml statically imported: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/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-hosto8ro5kjm/tests/tests_proxy.yml PLAY [Basic proxy test] ******************************************************** TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_test_data.yml:3 Thursday 18 January 2024 20:53:34 +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-hosto8ro5kjm/tests/tasks/setup_test_data.yml:12 Thursday 18 January 2024 20:53:34 +0000 (0:00:00.010) 0:00:00.026 ****** 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-hosto8ro5kjm/tests/tasks/setup_test_data.yml:16 Thursday 18 January 2024 20:53:34 +0000 (0:00:00.018) 0:00:00.045 ****** 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-hosto8ro5kjm/tests/tasks/setup_test_data.yml:24 Thursday 18 January 2024 20:53:34 +0000 (0:00:00.016) 0:00:00.062 ****** 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-hosto8ro5kjm/tests/tasks/../files/candlepin_data.yml" ], "changed": false } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_test_data.yml:32 Thursday 18 January 2024 20:53:34 +0000 (0:00:00.018) 0:00:00.081 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_test_data.yml:37 Thursday 18 January 2024 20:53:34 +0000 (0:00:00.194) 0:00:00.275 ****** ok: [sut] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } TASK [Get facts for external test data] **************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:9 Thursday 18 January 2024 20:53:34 +0000 (0:00:00.013) 0:00:00.288 ****** ok: [sut] TASK [Set helper fact for Candlepin base URL] ********************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:17 Thursday 18 January 2024 20:53:35 +0000 (0:00:00.384) 0:00:00.673 ****** 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-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:21 Thursday 18 January 2024 20:53:35 +0000 (0:00:00.018) 0:00:00.691 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Install needed packages] ************************************************* task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:27 Thursday 18 January 2024 20:53:35 +0000 (0:00:00.207) 0:00:00.899 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "podman" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package podman.x86_64 0:1.6.4-36.el7_9 will be installed\n--> Processing Dependency: slirp4netns >= 0.4.0-1 for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: runc >= 1.0.0-57 for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: containers-common >= 0.1.29-3 for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: containernetworking-plugins >= 0.8.1-1 for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: nftables for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: fuse-overlayfs for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: container-selinux for package: podman-1.6.4-36.el7_9.x86_64\n--> Processing Dependency: conmon for package: podman-1.6.4-36.el7_9.x86_64\n--> Running transaction check\n---> Package conmon.x86_64 2:2.0.8-1.el7 will be installed\n---> Package container-selinux.noarch 2:2.119.2-1.911c772.el7_8 will be installed\n---> Package containernetworking-plugins.x86_64 0:0.8.3-3.el7.centos will be installed\n---> Package containers-common.x86_64 1:0.1.40-11.el7_8 will be installed\n--> Processing Dependency: subscription-manager for package: 1:containers-common-0.1.40-11.el7_8.x86_64\n---> Package fuse-overlayfs.x86_64 0:0.7.2-6.el7_8 will be installed\n--> Processing Dependency: libfuse3.so.3(FUSE_3.2)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64\n--> Processing Dependency: libfuse3.so.3(FUSE_3.0)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64\n--> Processing Dependency: libfuse3.so.3()(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64\n---> Package nftables.x86_64 1:0.8-14.el7 will be installed\n--> Processing Dependency: libnftnl.so.7(LIBNFTNL_5)(64bit) for package: 1:nftables-0.8-14.el7.x86_64\n--> Processing Dependency: libnftnl.so.7()(64bit) for package: 1:nftables-0.8-14.el7.x86_64\n---> Package runc.x86_64 0:1.0.0-69.rc10.el7_9 will be installed\n--> Processing Dependency: criu for package: runc-1.0.0-69.rc10.el7_9.x86_64\n---> Package slirp4netns.x86_64 0:0.4.3-4.el7_8 will be installed\n--> Running transaction check\n---> Package criu.x86_64 0:3.12-2.el7 will be installed\n--> Processing Dependency: libprotobuf-c.so.1(LIBPROTOBUF_C_1.0.0)(64bit) for package: criu-3.12-2.el7.x86_64\n--> Processing Dependency: libprotobuf-c.so.1()(64bit) for package: criu-3.12-2.el7.x86_64\n--> Processing Dependency: libnet.so.1()(64bit) for package: criu-3.12-2.el7.x86_64\n---> Package fuse3-libs.x86_64 0:3.6.1-4.el7 will be installed\n---> Package libnftnl.x86_64 0:1.0.8-3.el7 will be installed\n---> Package subscription-manager.x86_64 0:1.24.53-1.el7.centos will be installed\n--> Processing Dependency: subscription-manager-rhsm = 1.24.53 for package: subscription-manager-1.24.53-1.el7.centos.x86_64\n--> Processing Dependency: python-dmidecode >= 3.12.2-2 for package: subscription-manager-1.24.53-1.el7.centos.x86_64\n--> Processing Dependency: usermode for package: subscription-manager-1.24.53-1.el7.centos.x86_64\n--> Processing Dependency: python-syspurpose for package: subscription-manager-1.24.53-1.el7.centos.x86_64\n--> Processing Dependency: python-inotify for package: subscription-manager-1.24.53-1.el7.centos.x86_64\n--> Processing Dependency: python-ethtool for package: subscription-manager-1.24.53-1.el7.centos.x86_64\n--> Processing Dependency: python-dateutil for package: subscription-manager-1.24.53-1.el7.centos.x86_64\n--> Running transaction check\n---> Package libnet.x86_64 0:1.1.6-7.el7 will be installed\n---> Package protobuf-c.x86_64 0:1.0.2-3.el7 will be installed\n---> Package python-dateutil.noarch 0:1.5-7.el7 will be installed\n---> Package python-dmidecode.x86_64 0:3.12.2-4.el7 will be installed\n---> Package python-ethtool.x86_64 0:0.8-8.el7 will be installed\n--> Processing Dependency: libnl.so.1()(64bit) for package: python-ethtool-0.8-8.el7.x86_64\n---> Package python-inotify.noarch 0:0.9.4-4.el7 will be installed\n---> Package python-syspurpose.x86_64 0:1.24.53-1.el7.centos will be installed\n---> Package subscription-manager-rhsm.x86_64 0:1.24.53-1.el7.centos will be installed\n--> Processing Dependency: subscription-manager-rhsm-certificates = 1.24.53-1.el7.centos for package: subscription-manager-rhsm-1.24.53-1.el7.centos.x86_64\n---> Package usermode.x86_64 0:1.111-6.el7 will be installed\n--> Running transaction check\n---> Package libnl.x86_64 0:1.1.4-3.el7 will be installed\n---> Package subscription-manager-rhsm-certificates.x86_64 0:1.24.53-1.el7.centos will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n podman x86_64 1.6.4-36.el7_9 extras 13 M\nInstalling for dependencies:\n conmon x86_64 2:2.0.8-1.el7 extras 31 k\n container-selinux noarch 2:2.119.2-1.911c772.el7_8 extras 40 k\n containernetworking-plugins x86_64 0.8.3-3.el7.centos extras 20 M\n containers-common x86_64 1:0.1.40-11.el7_8 extras 43 k\n criu x86_64 3.12-2.el7 base 453 k\n fuse-overlayfs x86_64 0.7.2-6.el7_8 extras 54 k\n fuse3-libs x86_64 3.6.1-4.el7 extras 82 k\n libnet x86_64 1.1.6-7.el7 base 59 k\n libnftnl x86_64 1.0.8-3.el7 base 78 k\n libnl x86_64 1.1.4-3.el7 base 128 k\n nftables x86_64 1:0.8-14.el7 base 186 k\n protobuf-c x86_64 1.0.2-3.el7 base 28 k\n python-dateutil noarch 1.5-7.el7 base 85 k\n python-dmidecode x86_64 3.12.2-4.el7 base 83 k\n python-ethtool x86_64 0.8-8.el7 base 34 k\n python-inotify noarch 0.9.4-4.el7 base 49 k\n python-syspurpose x86_64 1.24.53-1.el7.centos updates 277 k\n runc x86_64 1.0.0-69.rc10.el7_9 extras 2.7 M\n slirp4netns x86_64 0.4.3-4.el7_8 extras 81 k\n subscription-manager x86_64 1.24.53-1.el7.centos updates 1.1 M\n subscription-manager-rhsm x86_64 1.24.53-1.el7.centos updates 336 k\n subscription-manager-rhsm-certificates\n x86_64 1.24.53-1.el7.centos updates 239 k\n usermode x86_64 1.111-6.el7 base 193 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+23 Dependent packages)\n\nTotal download size: 39 M\nInstalled size: 150 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 25 MB/s | 39 MB 00:01 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch 1/24 \n Installing : slirp4netns-0.4.3-4.el7_8.x86_64 2/24 \n Installing : python-dateutil-1.5-7.el7.noarch 3/24 \n Installing : usermode-1.111-6.el7.x86_64 4/24 \n Installing : libnftnl-1.0.8-3.el7.x86_64 5/24 \n Installing : 1:nftables-0.8-14.el7.x86_64 6/24 \n Installing : 2:conmon-2.0.8-1.el7.x86_64 7/24 \n Installing : libnl-1.1.4-3.el7.x86_64 8/24 \n Installing : python-ethtool-0.8-8.el7.x86_64 9/24 \n Installing : python-dmidecode-3.12.2-4.el7.x86_64 10/24 \n Installing : libnet-1.1.6-7.el7.x86_64 11/24 \n Installing : fuse3-libs-3.6.1-4.el7.x86_64 12/24 \n Installing : fuse-overlayfs-0.7.2-6.el7_8.x86_64 13/24 \n Installing : protobuf-c-1.0.2-3.el7.x86_64 14/24 \n Installing : criu-3.12-2.el7.x86_64 15/24 \n Installing : runc-1.0.0-69.rc10.el7_9.x86_64 16/24 \n Installing : containernetworking-plugins-0.8.3-3.el7.centos.x86_64 17/24 \n Installing : python-syspurpose-1.24.53-1.el7.centos.x86_64 18/24 \n Installing : python-inotify-0.9.4-4.el7.noarch 19/24 \n Installing : subscription-manager-rhsm-certificates-1.24.53-1.el7.cen 20/24 \n Installing : subscription-manager-rhsm-1.24.53-1.el7.centos.x86_64 21/24 \n Installing : subscription-manager-1.24.53-1.el7.centos.x86_64 22/24 \n Installing : 1:containers-common-0.1.40-11.el7_8.x86_64 23/24 \n Installing : podman-1.6.4-36.el7_9.x86_64 24/24 \n Verifying : subscription-manager-rhsm-certificates-1.24.53-1.el7.cen 1/24 \n Verifying : python-ethtool-0.8-8.el7.x86_64 2/24 \n Verifying : fuse-overlayfs-0.7.2-6.el7_8.x86_64 3/24 \n Verifying : 1:nftables-0.8-14.el7.x86_64 4/24 \n Verifying : python-inotify-0.9.4-4.el7.noarch 5/24 \n Verifying : python-syspurpose-1.24.53-1.el7.centos.x86_64 6/24 \n Verifying : 1:containers-common-0.1.40-11.el7_8.x86_64 7/24 \n Verifying : python-dateutil-1.5-7.el7.noarch 8/24 \n Verifying : runc-1.0.0-69.rc10.el7_9.x86_64 9/24 \n Verifying : containernetworking-plugins-0.8.3-3.el7.centos.x86_64 10/24 \n Verifying : subscription-manager-1.24.53-1.el7.centos.x86_64 11/24 \n Verifying : protobuf-c-1.0.2-3.el7.x86_64 12/24 \n Verifying : fuse3-libs-3.6.1-4.el7.x86_64 13/24 \n Verifying : podman-1.6.4-36.el7_9.x86_64 14/24 \n Verifying : slirp4netns-0.4.3-4.el7_8.x86_64 15/24 \n Verifying : criu-3.12-2.el7.x86_64 16/24 \n Verifying : libnet-1.1.6-7.el7.x86_64 17/24 \n Verifying : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch 18/24 \n Verifying : python-dmidecode-3.12.2-4.el7.x86_64 19/24 \n Verifying : libnl-1.1.4-3.el7.x86_64 20/24 \n Verifying : subscription-manager-rhsm-1.24.53-1.el7.centos.x86_64 21/24 \n Verifying : 2:conmon-2.0.8-1.el7.x86_64 22/24 \n Verifying : libnftnl-1.0.8-3.el7.x86_64 23/24 \n Verifying : usermode-1.111-6.el7.x86_64 24/24 \n\nInstalled:\n podman.x86_64 0:1.6.4-36.el7_9 \n\nDependency Installed:\n conmon.x86_64 2:2.0.8-1.el7 \n container-selinux.noarch 2:2.119.2-1.911c772.el7_8 \n containernetworking-plugins.x86_64 0:0.8.3-3.el7.centos \n containers-common.x86_64 1:0.1.40-11.el7_8 \n criu.x86_64 0:3.12-2.el7 \n fuse-overlayfs.x86_64 0:0.7.2-6.el7_8 \n fuse3-libs.x86_64 0:3.6.1-4.el7 \n libnet.x86_64 0:1.1.6-7.el7 \n libnftnl.x86_64 0:1.0.8-3.el7 \n libnl.x86_64 0:1.1.4-3.el7 \n nftables.x86_64 1:0.8-14.el7 \n protobuf-c.x86_64 0:1.0.2-3.el7 \n python-dateutil.noarch 0:1.5-7.el7 \n python-dmidecode.x86_64 0:3.12.2-4.el7 \n python-ethtool.x86_64 0:0.8-8.el7 \n python-inotify.noarch 0:0.9.4-4.el7 \n python-syspurpose.x86_64 0:1.24.53-1.el7.centos \n runc.x86_64 0:1.0.0-69.rc10.el7_9 \n slirp4netns.x86_64 0:0.4.3-4.el7_8 \n subscription-manager.x86_64 0:1.24.53-1.el7.centos \n subscription-manager-rhsm.x86_64 0:1.24.53-1.el7.centos \n subscription-manager-rhsm-certificates.x86_64 0:1.24.53-1.el7.centos \n usermode.x86_64 0:1.111-6.el7 \n\nComplete!\n" ] } TASK [Stop and remove Candlepin container] ************************************* task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:34 Thursday 18 January 2024 20:54:02 +0000 (0:00:27.228) 0:00:28.128 ****** ok: [sut] => { "actions": [], "changed": false, "container": {}, "podman_actions": [] } TASK [Start Candlepin container] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:39 Thursday 18 January 2024 20:54:05 +0000 (0:00:02.491) 0:00:30.619 ****** 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_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" ], "Config": { "Annotations": { "io.container.manager": "libpod", "io.kubernetes.cri-o.ContainerType": "sandbox", "io.kubernetes.cri-o.Created": "2024-01-18T20:54:37.437667812Z", "io.kubernetes.cri-o.TTY": "false", "io.podman.annotations.autoremove": "TRUE", "io.podman.annotations.init": "FALSE", "io.podman.annotations.privileged": "TRUE", "io.podman.annotations.publish-all": "FALSE", "org.opencontainers.image.base.digest": "", "org.opencontainers.image.base.name": "", "org.opencontainers.image.stopSignal": "37" }, "AttachStderr": false, "AttachStdin": false, "AttachStdout": false, "Cmd": [ "/sbin/init" ], "Domainname": "", "Entrypoint": "/sbin/init", "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "TERM=xterm", "HOSTNAME=candlepin.local", "container=podman", "HOME=/root" ], "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, "StdinOnce": false, "StopSignal": 37, "Tty": false, "User": "root", "Volumes": null, "WorkingDir": "/home/candlepin" }, "ConmonPidFile": "/var/run/containers/storage/overlay-containers/9d0f1b577b80f80e653a9ed2ed9b8fb44e9d3a267279e751c3269039636e5c59/userdata/conmon.pid", "Created": "2024-01-18T20:54:37.437667812Z", "Dependencies": [], "Driver": "overlay", "EffectiveCaps": [ "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" ], "ExecIDs": [], "ExitCommand": [ "/usr/bin/podman", "--root", "/var/lib/containers/storage", "--runroot", "/var/run/containers/storage", "--log-level", "error", "--cgroup-manager", "systemd", "--tmpdir", "/var/run/libpod", "--runtime", "runc", "--storage-driver", "overlay", "--events-backend", "journald", "container", "cleanup", "--rm", "9d0f1b577b80f80e653a9ed2ed9b8fb44e9d3a267279e751c3269039636e5c59" ], "GraphDriver": { "Data": { "LowerDir": "/var/lib/containers/storage/overlay/6de23b201c8b1f3c664261dac711543bd88171578eb37dafcfb7e889495e7cda/diff", "MergedDir": "/var/lib/containers/storage/overlay/2ebbb7d7d164cd425fdd16898c6eb7446ab7553363015cd897f19419ffbcd680/merged", "UpperDir": "/var/lib/containers/storage/overlay/2ebbb7d7d164cd425fdd16898c6eb7446ab7553363015cd897f19419ffbcd680/diff", "WorkDir": "/var/lib/containers/storage/overlay/2ebbb7d7d164cd425fdd16898c6eb7446ab7553363015cd897f19419ffbcd680/work" }, "Name": "overlay" }, "HostConfig": { "AutoRemove": true, "Binds": [], "BlkioDeviceReadBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceWriteIOps": null, "BlkioWeight": 0, "BlkioWeightDevice": null, "CapAdd": [], "CapDrop": [ "CAP_AUDIT_READ" ], "Cgroup": "", "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": "", "Isolation": "", "KernelMemory": 0, "Links": null, "LogConfig": { "Config": null, "Type": "k8s-file" }, "Memory": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": -1, "NanoCpus": 0, "NetworkMode": "default", "OomKillDisable": false, "OomScoreAdj": 0, "PidMode": "", "PidsLimit": 4096, "PortBindings": { "8080/tcp": [ { "HostIp": "", "HostPort": "8080" } ], "8443/tcp": [ { "HostIp": "", "HostPort": "8443" } ] }, "Privileged": true, "PublishAllPorts": false, "ReadonlyRootfs": false, "RestartPolicy": { "MaximumRetryCount": 0, "Name": "" }, "Runtime": "oci", "SecurityOpt": [], "ShmSize": 65536000, "Tmpfs": {}, "UTSMode": "", "Ulimits": [ { "Hard": 1048576, "Name": "RLIMIT_NOFILE", "Soft": 1048576 }, { "Hard": 1048576, "Name": "RLIMIT_NPROC", "Soft": 1048576 } ], "UsernsMode": "", "VolumeDriver": "", "VolumesFrom": null }, "HostnamePath": "/var/run/containers/storage/overlay-containers/9d0f1b577b80f80e653a9ed2ed9b8fb44e9d3a267279e751c3269039636e5c59/userdata/hostname", "HostsPath": "/var/run/containers/storage/overlay-containers/9d0f1b577b80f80e653a9ed2ed9b8fb44e9d3a267279e751c3269039636e5c59/userdata/hosts", "Id": "9d0f1b577b80f80e653a9ed2ed9b8fb44e9d3a267279e751c3269039636e5c59", "Image": "af88606f0277e15c83b5dda0caa8b53b3e4d11ae53faeb013118f2bd7d1a3c39", "ImageName": "ghcr.io/ptoscano/candlepin-unofficial:latest", "IsInfra": false, "LogPath": "/var/lib/containers/storage/overlay-containers/9d0f1b577b80f80e653a9ed2ed9b8fb44e9d3a267279e751c3269039636e5c59/userdata/ctr.log", "MountLabel": "system_u:object_r:svirt_sandbox_file_t:s0:c93,c463", "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": "56:4f:f0:9b:29:30", "Ports": [ { "containerPort": 8080, "hostIP": "", "hostPort": 8080, "protocol": "tcp" }, { "containerPort": 8443, "hostIP": "", "hostPort": 8443, "protocol": "tcp" } ], "SandboxID": "", "SandboxKey": "/var/run/netns/cni-d6ae282a-dbef-0267-b385-0da5a2c5161e", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null }, "OCIConfigPath": "/var/lib/containers/storage/overlay-containers/9d0f1b577b80f80e653a9ed2ed9b8fb44e9d3a267279e751c3269039636e5c59/userdata/config.json", "OCIRuntime": "runc", "Path": "/sbin/init", "Pod": "", "ProcessLabel": "", "ResolvConfPath": "/var/run/containers/storage/overlay-containers/9d0f1b577b80f80e653a9ed2ed9b8fb44e9d3a267279e751c3269039636e5c59/userdata/resolv.conf", "RestartCount": 0, "Rootfs": "", "State": { "ConmonPid": 12076, "Dead": false, "Error": "", "ExitCode": 0, "FinishedAt": "0001-01-01T00:00:00Z", "Healthcheck": { "FailingStreak": 0, "Log": null, "Status": "" }, "OOMKilled": false, "OciVersion": "1.0.1-dev", "Paused": false, "Pid": 12088, "Restarting": false, "Running": true, "StartedAt": "2024-01-18T20:54:38.298917677Z", "Status": "running" }, "StaticDir": "/var/lib/containers/storage/overlay-containers/9d0f1b577b80f80e653a9ed2ed9b8fb44e9d3a267279e751c3269039636e5c59/userdata" }, "podman_actions": [ "podman run --name candlepin --detach=True --hostname candlepin.local --publish 8443:8443 --publish 8080:8080 --rm --privileged=True ghcr.io/ptoscano/candlepin-unofficial" ], "podman_systemd": {} } STDOUT: 9d0f1b577b80f80e653a9ed2ed9b8fb44e9d3a267279e751c3269039636e5c59 TASK [Ensure directories exist] ************************************************ task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:52 Thursday 18 January 2024 20:54:38 +0000 (0:00:33.428) 0:01:04.048 ****** changed: [sut] => (item=/etc/pki/product) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/etc/pki/product", "mode": "0755", "owner": "root", "path": "/etc/pki/product", "secontext": "unconfined_u:object_r:cert_t:s0", "size": 4096, "state": "directory", "uid": 0 } changed: [sut] => (item=/etc/pki/product-default) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/etc/pki/product-default", "mode": "0755", "owner": "root", "path": "/etc/pki/product-default", "secontext": "unconfined_u:object_r:cert_t:s0", "size": 4096, "state": "directory", "uid": 0 } ok: [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": 4096, "state": "directory", "uid": 0 } TASK [Copy product certificates] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:62 Thursday 18 January 2024 20:54:39 +0000 (0:00:00.915) 0:01:04.963 ****** 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.594683", "end": "2024-01-18 20:54:40.351438", "item": "5050", "rc": 0, "start": "2024-01-18 20:54:39.756755" } TASK [Copy Candlepin CA certificate for subscription-manager] ****************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:73 Thursday 18 January 2024 20:54:40 +0000 (0:00:00.933) 0:01:05.897 ****** ok: [sut] => { "changed": false, "cmd": [ "podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/rhsm/ca/candlepin-ca.pem" ], "delta": "0:00:00.552678", "end": "2024-01-18 20:54:41.187441", "rc": 0, "start": "2024-01-18 20:54:40.634763" } TASK [Copy Candlepin CA certificate for system] ******************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:82 Thursday 18 January 2024 20:54:41 +0000 (0:00:00.847) 0:01:06.745 ****** 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.553865", "end": "2024-01-18 20:54:42.007412", "rc": 0, "start": "2024-01-18 20:54:41.453547" } TASK [Update system certificates store] **************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:91 Thursday 18 January 2024 20:54:42 +0000 (0:00:00.801) 0:01:07.546 ****** ok: [sut] => { "changed": false, "cmd": [ "update-ca-trust", "extract" ], "delta": "0:00:02.770056", "end": "2024-01-18 20:54:45.025493", "rc": 0, "start": "2024-01-18 20:54:42.255437" } TASK [Wait for started Candlepin] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:98 Thursday 18 January 2024 20:54:45 +0000 (0:00:03.028) 0:01:10.575 ****** ok: [sut] => { "attempts": 1, "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 20:55:06 GMT", "elapsed": 21, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "9c28c717-6f91-4723-a808-c6d7e7f62c98", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) TASK [Install GPG key for RPM repositories] ************************************ task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:108 Thursday 18 January 2024 20:55:07 +0000 (0:00:21.957) 0:01:32.532 ****** 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-1705611307.28-do5jsc/tmphc1pd9", "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-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:114 Thursday 18 January 2024 20:55:07 +0000 (0:00:00.355) 0:01:32.888 ****** ok: [sut] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 20:55:07 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": "827df9ee-5641-4f48-ac0c-6d25a03be4e4", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) TASK [Get pools for product 5050] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:122 Thursday 18 January 2024 20:55:08 +0000 (0:00:00.862) 0:01:33.750 ****** ok: [sut] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 20:55:09 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": "db87bd26-5101-471b-a10f-6eadd2b27e26", "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-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:130 Thursday 18 January 2024 20:55:09 +0000 (0:00:00.912) 0:01:34.663 ****** ok: [sut] => (item={'startDate': '2024-01-06T16:57:18+0000', 'upstreamEntitlementId': None, 'endDate': '2025-01-05T16:57:18+0000', 'activeSubscription': True, 'orderNumber': 'order-28645278', 'branding': [{'updated': '2024-01-11T16:57:20+0000', 'created': '2024-01-11T16:57:20+0000', 'type': 'OS', 'name': 'Branded Admin OS Server Bundled (2 Sockets, Standard Support)', 'productId': '37065'}], 'derivedProductAttributes': [], 'subscriptionSubKey': 'master', 'href': '/pools/8a8082e48cf974d6018cf974f29c0307', 'owner': {'href': '/owners/********', 'displayName': 'Admin Owner', 'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'contentAccessMode': 'entitlement'}, 'managed': True, 'upstreamPoolId': None, 'id': '8a8082e48cf974d6018cf974f29c0307', 'sourceEntitlement': None, 'contractNumber': '0', 'derivedProductId': None, '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'}], 'subscriptionId': 'upstream-18699492', 'type': 'NORMAL', 'productId': '********os-server-2-socket-std', '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)'}], 'updated': '2024-01-11T16:57:20+0000', 'accountNumber': '8155523356', 'upstreamConsumerId': None, 'productName': 'Admin OS Server Bundled (2 Sockets, Standard Support)', 'restrictedToUsername': None, 'exported': 0, 'stackId': None, 'stacked': False, 'created': '2024-01-11T16:57:20+0000', 'consumed': 0, 'sourceStackId': None, 'derivedProvidedProducts': [], 'calculatedAttributes': {'compliance_type': 'Standard'}, 'developmentPool': False, 'derivedProductName': None, 'attributes': [], 'quantity': 5}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 20:55:09 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": "38c004b2-b524-47f0-9fd7-4d3518018032", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'startDate': '2024-01-06T16:57:18+0000', 'upstreamEntitlementId': None, 'endDate': '2025-01-05T16:57:18+0000', 'activeSubscription': True, 'orderNumber': 'order-28645278', 'branding': [{'updated': '2024-01-11T16:57:20+0000', 'created': '2024-01-11T16:57:20+0000', 'type': 'OS', 'name': 'Branded Admin OS Instance Based one socket', 'productId': '32060'}], 'derivedProductAttributes': [], 'subscriptionSubKey': 'derived', 'href': '/pools/8a8082e48cf974d6018cf974f28a02c9', 'owner': {'href': '/owners/********', 'displayName': 'Admin Owner', 'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'contentAccessMode': 'entitlement'}, 'managed': True, 'upstreamPoolId': None, 'id': '8a8082e48cf974d6018cf974f28a02c9', 'sourceEntitlement': None, 'contractNumber': '0', 'derivedProductId': None, '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'}], 'subscriptionId': 'upstream-59962853', 'type': 'UNMAPPED_GUEST', 'productId': '********os-onesocketib', 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'updated': '2024-01-11T16:57:20+0000', 'accountNumber': '8155523356', 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'restrictedToUsername': None, 'exported': 0, 'stackId': '15', 'stacked': True, 'created': '2024-01-11T16:57:20+0000', 'consumed': 0, 'sourceStackId': None, 'derivedProvidedProducts': [], 'calculatedAttributes': {'compliance_type': 'Instance Based (Temporary)'}, 'developmentPool': False, 'derivedProductName': None, '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'}], 'quantity': 10}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 20:55:10 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": "c7f31c86-6a19-4459-9afa-1e0ebd7a09d3", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'startDate': '2024-01-06T16:57:18+0000', 'upstreamEntitlementId': None, 'endDate': '2025-01-05T16:57:18+0000', 'activeSubscription': True, 'orderNumber': 'order-28645278', 'branding': [{'updated': '2024-01-11T16:57:20+0000', 'created': '2024-01-11T16:57:20+0000', 'type': 'OS', 'name': 'Branded Admin OS Instance Based one socket', 'productId': '32060'}], 'derivedProductAttributes': [], 'subscriptionSubKey': 'master', 'href': '/pools/8a8082e48cf974d6018cf974f28a02c7', 'owner': {'href': '/owners/********', 'displayName': 'Admin Owner', 'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'contentAccessMode': 'entitlement'}, 'managed': True, 'upstreamPoolId': None, 'id': '8a8082e48cf974d6018cf974f28a02c7', 'sourceEntitlement': None, 'contractNumber': '0', 'derivedProductId': None, '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'}], 'subscriptionId': 'upstream-59962853', 'type': 'NORMAL', 'productId': '********os-onesocketib', 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'updated': '2024-01-11T16:57:20+0000', 'accountNumber': '8155523356', 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'restrictedToUsername': None, 'exported': 0, 'stackId': '15', 'stacked': True, 'created': '2024-01-11T16:57:20+0000', 'consumed': 0, 'sourceStackId': None, 'derivedProvidedProducts': [], 'calculatedAttributes': {'compliance_type': 'Instance Based'}, 'developmentPool': False, 'derivedProductName': None, 'attributes': [], 'quantity': 10}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 20:55:10 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": "7b573d8b-1d20-4d16-bcd1-2a0e4426d885", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'startDate': '2024-01-06T16:57:18+0000', 'upstreamEntitlementId': None, 'endDate': '2025-01-05T16:57:18+0000', 'activeSubscription': True, 'orderNumber': 'order-28645278', 'branding': [{'updated': '2024-01-11T16:57:20+0000', 'created': '2024-01-11T16:57:20+0000', 'type': 'OS', 'name': 'Branded Admin OS Server Bundled (2 Sockets, Standard Support)', 'productId': '37065'}], 'derivedProductAttributes': [], 'subscriptionSubKey': 'master', 'href': '/pools/8a8082e48cf974d6018cf974f28802c1', 'owner': {'href': '/owners/********', 'displayName': 'Admin Owner', 'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'contentAccessMode': 'entitlement'}, 'managed': True, 'upstreamPoolId': None, 'id': '8a8082e48cf974d6018cf974f28802c1', 'sourceEntitlement': None, 'contractNumber': '0', 'derivedProductId': None, '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'}], 'subscriptionId': 'upstream-51556531', 'type': 'NORMAL', 'productId': '********os-server-2-socket-std', '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)'}], 'updated': '2024-01-11T16:57:20+0000', 'accountNumber': '8155523356', 'upstreamConsumerId': None, 'productName': 'Admin OS Server Bundled (2 Sockets, Standard Support)', 'restrictedToUsername': None, 'exported': 0, 'stackId': None, 'stacked': False, 'created': '2024-01-11T16:57:20+0000', 'consumed': 0, 'sourceStackId': None, 'derivedProvidedProducts': [], 'calculatedAttributes': {'compliance_type': 'Standard'}, 'developmentPool': False, 'derivedProductName': None, 'attributes': [], 'quantity': 50}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 20:55:10 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": "374dcacf-3bff-4190-9141-61367042fcda", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'startDate': '2024-01-06T16:57:18+0000', 'upstreamEntitlementId': None, 'endDate': '2025-01-05T16:57:18+0000', 'activeSubscription': True, 'orderNumber': 'order-28645278', 'branding': [{'updated': '2024-01-11T16:57:20+0000', 'created': '2024-01-11T16:57:20+0000', 'type': 'OS', 'name': 'Branded Admin OS Instance Based one socket', 'productId': '32060'}], 'derivedProductAttributes': [], 'subscriptionSubKey': 'derived', 'href': '/pools/8a8082e48cf974d6018cf974f25e023d', 'owner': {'href': '/owners/********', 'displayName': 'Admin Owner', 'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'contentAccessMode': 'entitlement'}, 'managed': True, 'upstreamPoolId': None, 'id': '8a8082e48cf974d6018cf974f25e023d', 'sourceEntitlement': None, 'contractNumber': '0', 'derivedProductId': None, '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'}], 'subscriptionId': 'upstream-60005341', 'type': 'UNMAPPED_GUEST', 'productId': '********os-onesocketib', 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'updated': '2024-01-11T16:57:20+0000', 'accountNumber': '8155523356', 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'restrictedToUsername': None, 'exported': 0, 'stackId': '15', 'stacked': True, 'created': '2024-01-11T16:57:20+0000', 'consumed': 0, 'sourceStackId': None, 'derivedProvidedProducts': [], 'calculatedAttributes': {'compliance_type': 'Instance Based (Temporary)'}, 'developmentPool': False, 'derivedProductName': None, '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'}], 'quantity': 100}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 20:55:11 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": "dcb0776b-17e0-4a11-b5bc-07edb829d737", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) ok: [sut] => (item={'startDate': '2024-01-06T16:57:18+0000', 'upstreamEntitlementId': None, 'endDate': '2025-01-05T16:57:18+0000', 'activeSubscription': True, 'orderNumber': 'order-28645278', 'branding': [{'updated': '2024-01-11T16:57:20+0000', 'created': '2024-01-11T16:57:20+0000', 'type': 'OS', 'name': 'Branded Admin OS Instance Based one socket', 'productId': '32060'}], 'derivedProductAttributes': [], 'subscriptionSubKey': 'master', 'href': '/pools/8a8082e48cf974d6018cf974f25e023b', 'owner': {'href': '/owners/********', 'displayName': 'Admin Owner', 'id': '8a8082e48cf974d6018cf974e4de0002', 'key': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'contentAccessMode': 'entitlement'}, 'managed': True, 'upstreamPoolId': None, 'id': '8a8082e48cf974d6018cf974f25e023b', 'sourceEntitlement': None, 'contractNumber': '0', 'derivedProductId': None, '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'}], 'subscriptionId': 'upstream-60005341', 'type': 'NORMAL', 'productId': '********os-onesocketib', 'providedProducts': [{'productId': '5051', 'productName': 'Admin OS Developer Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}, {'productId': '5050', 'productName': 'Admin OS Premium Architecture Bits'}], 'updated': '2024-01-11T16:57:20+0000', 'accountNumber': '8155523356', 'upstreamConsumerId': None, 'productName': 'Admin OS Instance Based one socket', 'restrictedToUsername': None, 'exported': 0, 'stackId': '15', 'stacked': True, 'created': '2024-01-11T16:57:20+0000', 'consumed': 0, 'sourceStackId': None, 'derivedProvidedProducts': [], 'calculatedAttributes': {'compliance_type': 'Instance Based'}, 'developmentPool': False, 'derivedProductName': None, 'attributes': [], 'quantity': 100}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 20:55:11 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": "0124565e-a61f-49d5-88c7-33c88d9778d8", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) TASK [Add environments] ******************************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:141 Thursday 18 January 2024 20:55:11 +0000 (0:00:02.675) 0:01:37.338 ****** 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-hosto8ro5kjm/tests/tasks/check_candlepin.yml:3 Thursday 18 January 2024 20:55:11 +0000 (0:00:00.020) 0:01:37.359 ****** ok: [sut] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Thu, 18 Jan 2024 20:55:11 GMT", "elapsed": 0, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "a086465e-4701-40e8-a9b2-c15a286a47a5", "x_version": "4.4.3-1" } MSG: OK (unknown bytes) TASK [Install packages for squid] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:7 Thursday 18 January 2024 20:55:12 +0000 (0:00:00.335) 0:01:37.695 ****** changed: [sut] => { "changed": true, "changes": { "installed": [ "squid", "httpd-tools" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror, product-id, search-disabled-repos, subscription-\n : manager\n\nThis system is not registered with an entitlement server. You can use subscription-manager to register.\n\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package httpd-tools.x86_64 0:2.4.6-99.el7.centos.1 will be installed\n--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-tools-2.4.6-99.el7.centos.1.x86_64\n--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-tools-2.4.6-99.el7.centos.1.x86_64\n---> Package squid.x86_64 7:3.5.20-17.el7_9.9 will be installed\n--> Processing Dependency: squid-migration-script for package: 7:squid-3.5.20-17.el7_9.9.x86_64\n--> Processing Dependency: perl(DBI) for package: 7:squid-3.5.20-17.el7_9.9.x86_64\n--> Processing Dependency: libltdl.so.7()(64bit) for package: 7:squid-3.5.20-17.el7_9.9.x86_64\n--> Processing Dependency: libecap.so.3()(64bit) for package: 7:squid-3.5.20-17.el7_9.9.x86_64\n--> Running transaction check\n---> Package apr.x86_64 0:1.4.8-7.el7 will be installed\n---> Package apr-util.x86_64 0:1.5.2-6.el7_9.1 will be installed\n---> Package libecap.x86_64 0:1.0.0-1.el7 will be installed\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n---> Package perl-DBI.x86_64 0:1.627-4.el7 will be installed\n--> Processing Dependency: perl(RPC::PlServer) >= 0.2001 for package: perl-DBI-1.627-4.el7.x86_64\n--> Processing Dependency: perl(RPC::PlClient) >= 0.2000 for package: perl-DBI-1.627-4.el7.x86_64\n---> Package squid-migration-script.x86_64 7:3.5.20-17.el7_9.9 will be installed\n--> Running transaction check\n---> Package perl-PlRPC.noarch 0:0.2020-14.el7 will be installed\n--> Processing Dependency: perl(Net::Daemon) >= 0.13 for package: perl-PlRPC-0.2020-14.el7.noarch\n--> Processing Dependency: perl(Net::Daemon::Test) for package: perl-PlRPC-0.2020-14.el7.noarch\n--> Processing Dependency: perl(Net::Daemon::Log) for package: perl-PlRPC-0.2020-14.el7.noarch\n--> Running transaction check\n---> Package perl-Net-Daemon.noarch 0:0.48-5.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n httpd-tools x86_64 2.4.6-99.el7.centos.1 updates 94 k\n squid x86_64 7:3.5.20-17.el7_9.9 updates 3.1 M\nInstalling for dependencies:\n apr x86_64 1.4.8-7.el7 base 104 k\n apr-util x86_64 1.5.2-6.el7_9.1 updates 92 k\n libecap x86_64 1.0.0-1.el7 base 21 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k\n perl-DBI x86_64 1.627-4.el7 base 802 k\n perl-Net-Daemon noarch 0.48-5.el7 base 51 k\n perl-PlRPC noarch 0.2020-14.el7 base 36 k\n squid-migration-script x86_64 7:3.5.20-17.el7_9.9 updates 51 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+8 Dependent packages)\n\nTotal download size: 4.4 M\nInstalled size: 13 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 6.5 MB/s | 4.4 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : apr-1.4.8-7.el7.x86_64 1/10 \n Installing : apr-util-1.5.2-6.el7_9.1.x86_64 2/10 \n Installing : 7:squid-migration-script-3.5.20-17.el7_9.9.x86_64 3/10 \n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 4/10 \n Installing : libecap-1.0.0-1.el7.x86_64 5/10 \n Installing : perl-Net-Daemon-0.48-5.el7.noarch 6/10 \n Installing : perl-PlRPC-0.2020-14.el7.noarch 7/10 \n Installing : perl-DBI-1.627-4.el7.x86_64 8/10 \n Installing : 7:squid-3.5.20-17.el7_9.9.x86_64 9/10 \n Installing : httpd-tools-2.4.6-99.el7.centos.1.x86_64 10/10 \n Verifying : perl-Net-Daemon-0.48-5.el7.noarch 1/10 \n Verifying : httpd-tools-2.4.6-99.el7.centos.1.x86_64 2/10 \n Verifying : 7:squid-3.5.20-17.el7_9.9.x86_64 3/10 \n Verifying : apr-util-1.5.2-6.el7_9.1.x86_64 4/10 \n Verifying : apr-1.4.8-7.el7.x86_64 5/10 \n Verifying : libecap-1.0.0-1.el7.x86_64 6/10 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 7/10 \n Verifying : 7:squid-migration-script-3.5.20-17.el7_9.9.x86_64 8/10 \n Verifying : perl-DBI-1.627-4.el7.x86_64 9/10 \n Verifying : perl-PlRPC-0.2020-14.el7.noarch 10/10 \n\nInstalled:\n httpd-tools.x86_64 0:2.4.6-99.el7.centos.1 squid.x86_64 7:3.5.20-17.el7_9.9 \n\nDependency Installed:\n apr.x86_64 0:1.4.8-7.el7 \n apr-util.x86_64 0:1.5.2-6.el7_9.1 \n libecap.x86_64 0:1.0.0-1.el7 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n perl-DBI.x86_64 0:1.627-4.el7 \n perl-Net-Daemon.noarch 0:0.48-5.el7 \n perl-PlRPC.noarch 0:0.2020-14.el7 \n squid-migration-script.x86_64 7:3.5.20-17.el7_9.9 \n\nComplete!\n" ] } TASK [Check the status of the backup of configuration] ************************* task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:15 Thursday 18 January 2024 20:55:19 +0000 (0:00:07.291) 0:01:44.986 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Backup the configuration] ************************************************ task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:20 Thursday 18 January 2024 20:55:19 +0000 (0:00:00.121) 0:01:45.107 ****** changed: [sut] => { "changed": true, "checksum": "ade440473c40f617beba27a703ce773b0b9c8a7c", "dest": "/etc/squid/squid.conf.BACKUP", "gid": 0, "group": "root", "md5sum": "2efd81263c8be52ae401ef9d9ecf7ac2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:squid_conf_t:s0", "size": 2315, "src": "/etc/squid/squid.conf", "state": "file", "uid": 0 } TASK [Copy the pristine configuration back] ************************************ task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:29 Thursday 18 January 2024 20:55:19 +0000 (0:00:00.246) 0:01:45.354 ****** 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-hosto8ro5kjm/tests/tasks/setup_squid.yml:38 Thursday 18 January 2024 20:55:19 +0000 (0:00:00.007) 0:01:45.362 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Set the shutdown lifetime] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:47 Thursday 18 January 2024 20:55:19 +0000 (0:00:00.128) 0:01:45.491 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Set the port] ************************************************************ task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:57 Thursday 18 January 2024 20:55:20 +0000 (0:00:00.124) 0:01:45.615 ****** ok: [sut] => { "backup": "", "changed": false } TASK [Create the new passwd file] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:66 Thursday 18 January 2024 20:55:20 +0000 (0:00:00.132) 0:01:45.748 ****** 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-hosto8ro5kjm/tests/tasks/setup_squid.yml:78 Thursday 18 January 2024 20:55:20 +0000 (0:00:00.016) 0:01:45.764 ****** 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-hosto8ro5kjm/tests/tasks/setup_squid.yml:84 Thursday 18 January 2024 20:55:20 +0000 (0:00:00.015) 0:01:45.779 ****** 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-hosto8ro5kjm/tests/tasks/setup_squid.yml:90 Thursday 18 January 2024 20:55:20 +0000 (0:00:00.015) 0:01:45.795 ****** 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-hosto8ro5kjm/tests/tasks/setup_squid.yml:103 Thursday 18 January 2024 20:55:20 +0000 (0:00:00.016) 0:01:45.811 ****** 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-hosto8ro5kjm/tests/tasks/setup_squid.yml:111 Thursday 18 January 2024 20:55:20 +0000 (0:00:00.015) 0:01:45.827 ****** skipping: [sut] => { "changed": false, "false_condition": "authentication | d(false)", "skip_reason": "Conditional result was False" } TASK [Restart squid] *********************************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:119 Thursday 18 January 2024 20:55:20 +0000 (0:00:00.016) 0:01:45.843 ****** changed: [sut] => { "changed": true, "name": "squid", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket syslog.target basic.target nss-lookup.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Squid caching proxy", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/squid (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid $SQUID_OPTS -k reconfigure -f $SQUID_CONF ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid $SQUID_OPTS -f $SQUID_CONF ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPre": "{ path=/usr/libexec/squid/cache_swap.sh ; argv[]=/usr/libexec/squid/cache_swap.sh ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid -k shutdown -f $SQUID_CONF ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/squid.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "squid.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "16384", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "squid.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "0", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Add SELinux policy for proxy ports] ************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:24 Thursday 18 January 2024 20:55:20 +0000 (0:00:00.674) 0:01:46.517 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Thursday 18 January 2024 20:55:21 +0000 (0:00:00.056) 0:01:46.574 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Thursday 18 January 2024 20:55:21 +0000 (0:00:00.010) 0:01:46.585 ****** ok: [sut] TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Thursday 18 January 2024 20:55:21 +0000 (0:00:00.228) 0:01:46.813 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Thursday 18 January 2024 20:55:21 +0000 (0:00:00.012) 0:01:46.825 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Thursday 18 January 2024 20:55:21 +0000 (0:00:00.122) 0:01:46.948 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:14 Thursday 18 January 2024 20:55:21 +0000 (0:00:00.015) 0:01:46.963 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.5-34.el7.x86_64 providing policycoreutils-python is already installed" ] } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:23 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.631) 0:01:47.595 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:34 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.011) 0:01:47.606 ****** 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 tool semanage] ******* task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:45 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.009) 0:01:47.616 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\" or (ansible_distribution_major_version | int > 7 and ansible_distribution in [\"CentOS\", \"RedHat\", \"Rocky\"])", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.017) 0:01:47.633 ****** ok: [sut] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.539) 0:01:48.173 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.007) 0:01:48.181 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.006) 0:01:48.188 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.019) 0:01:48.208 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.007) 0:01:48.215 ****** skipping: [sut] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.008) 0:01:48.224 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.014) 0:01:48.238 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.014) 0:01:48.252 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.014) 0:01:48.266 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.014) 0:01:48.281 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.014) 0:01:48.295 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.008) 0:01:48.303 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Thursday 18 January 2024 20:55:22 +0000 (0:00:00.006) 0:01:48.310 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Thursday 18 January 2024 20:55:29 +0000 (0:00:07.053) 0:01:55.363 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Thursday 18 January 2024 20:55:29 +0000 (0:00:00.007) 0:01:55.370 ****** ok: [sut] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "100": { "checksum": "", "enabled": 1 } }, "accountsd": { "100": { "checksum": "", "enabled": 1 } }, "acct": { "100": { "checksum": "", "enabled": 1 } }, "afs": { "100": { "checksum": "", "enabled": 1 } }, "aiccu": { "100": { "checksum": "", "enabled": 1 } }, "aide": { "100": { "checksum": "", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "", "enabled": 1 } }, "alsa": { "100": { "checksum": "", "enabled": 1 } }, "amanda": { "100": { "checksum": "", "enabled": 1 } }, "amtu": { "100": { "checksum": "", "enabled": 1 } }, "anaconda": { "100": { "checksum": "", "enabled": 1 } }, "antivirus": { "100": { "checksum": "", "enabled": 1 } }, "apache": { "100": { "checksum": "", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "", "enabled": 1 } }, "apm": { "100": { "checksum": "", "enabled": 1 } }, "application": { "100": { "checksum": "", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "", "enabled": 1 } }, "asterisk": { "100": { "checksum": "", "enabled": 1 } }, "auditadm": { "100": { "checksum": "", "enabled": 1 } }, "authconfig": { "100": { "checksum": "", "enabled": 1 } }, "authlogin": { "100": { "checksum": "", "enabled": 1 } }, "automount": { "100": { "checksum": "", "enabled": 1 } }, "avahi": { "100": { "checksum": "", "enabled": 1 } }, "awstats": { "100": { "checksum": "", "enabled": 1 } }, "bacula": { "100": { "checksum": "", "enabled": 1 } }, "base": { "100": { "checksum": "", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "", "enabled": 1 } }, "bind": { "100": { "checksum": "", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "", "enabled": 1 } }, "blueman": { "100": { "checksum": "", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "", "enabled": 1 } }, "boinc": { "100": { "checksum": "", "enabled": 1 } }, "boltd": { "100": { "checksum": "", "enabled": 1 } }, "bootloader": { "100": { "checksum": "", "enabled": 1 } }, "brctl": { "100": { "checksum": "", "enabled": 1 } }, "brltty": { "100": { "checksum": "", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "", "enabled": 1 } }, "calamaris": { "100": { "checksum": "", "enabled": 1 } }, "callweaver": { "100": { "checksum": "", "enabled": 1 } }, "canna": { "100": { "checksum": "", "enabled": 1 } }, "ccs": { "100": { "checksum": "", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "", "enabled": 1 } }, "certmaster": { "100": { "checksum": "", "enabled": 1 } }, "certmonger": { "100": { "checksum": "", "enabled": 1 } }, "certwatch": { "100": { "checksum": "", "enabled": 1 } }, "cfengine": { "100": { "checksum": "", "enabled": 1 } }, "cgdcbxd": { "100": { "checksum": "", "enabled": 1 } }, "cgroup": { "100": { "checksum": "", "enabled": 1 } }, "chrome": { "100": { "checksum": "", "enabled": 1 } }, "chronyd": { "100": { "checksum": "", "enabled": 1 } }, "cinder": { "100": { "checksum": "", "enabled": 1 } }, "cipe": { "100": { "checksum": "", "enabled": 1 } }, "clock": { "100": { "checksum": "", "enabled": 1 } }, "clogd": { "100": { "checksum": "", "enabled": 1 } }, "cloudform": { "100": { "checksum": "", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "", "enabled": 1 } }, "cobbler": { "100": { "checksum": "", "enabled": 1 } }, "cockpit": { "100": { "checksum": "", "enabled": 1 } }, "collectd": { "100": { "checksum": "", "enabled": 1 } }, "colord": { "100": { "checksum": "", "enabled": 1 } }, "comsat": { "100": { "checksum": "", "enabled": 1 } }, "condor": { "100": { "checksum": "", "enabled": 1 } }, "conman": { "100": { "checksum": "", "enabled": 1 } }, "consolekit": { "100": { "checksum": "", "enabled": 1 } }, "container": { "100": { "checksum": "", "enabled": 1 }, "200": { "checksum": "", "enabled": 1 } }, "couchdb": { "100": { "checksum": "", "enabled": 1 } }, "courier": { "100": { "checksum": "", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "", "enabled": 1 } }, "cron": { "100": { "checksum": "", "enabled": 1 } }, "ctdb": { "100": { "checksum": "", "enabled": 1 } }, "cups": { "100": { "checksum": "", "enabled": 1 } }, "cvs": { "100": { "checksum": "", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "", "enabled": 1 } }, "cyrus": { "100": { "checksum": "", "enabled": 1 } }, "daemontools": { "100": { "checksum": "", "enabled": 1 } }, "dbadm": { "100": { "checksum": "", "enabled": 1 } }, "dbskk": { "100": { "checksum": "", "enabled": 1 } }, "dbus": { "100": { "checksum": "", "enabled": 1 } }, "dcc": { "100": { "checksum": "", "enabled": 1 } }, "ddclient": { "100": { "checksum": "", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "", "enabled": 1 } }, "devicekit": { "100": { "checksum": "", "enabled": 1 } }, "dhcp": { "100": { "checksum": "", "enabled": 1 } }, "dictd": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "", "enabled": 1 } }, "dmesg": { "100": { "checksum": "", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "", "enabled": 1 } }, "dnssec": { "100": { "checksum": "", "enabled": 1 } }, "dovecot": { "100": { "checksum": "", "enabled": 1 } }, "drbd": { "100": { "checksum": "", "enabled": 1 } }, "dspam": { "100": { "checksum": "", "enabled": 1 } }, "entropyd": { "100": { "checksum": "", "enabled": 1 } }, "exim": { "100": { "checksum": "", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "", "enabled": 1 } }, "fcoe": { "100": { "checksum": "", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "", "enabled": 1 } }, "finger": { "100": { "checksum": "", "enabled": 1 } }, "firewalld": { "100": { "checksum": "", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "", "enabled": 1 } }, "firstboot": { "100": { "checksum": "", "enabled": 1 } }, "fprintd": { "100": { "checksum": "", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "", "enabled": 1 } }, "freqset": { "100": { "checksum": "", "enabled": 1 } }, "fstools": { "100": { "checksum": "", "enabled": 1 } }, "ftp": { "100": { "checksum": "", "enabled": 1 } }, "games": { "100": { "checksum": "", "enabled": 1 } }, "ganesha": { "100": { "checksum": "", "enabled": 1 } }, "gdomap": { "100": { "checksum": "", "enabled": 1 } }, "geoclue": { "100": { "checksum": "", "enabled": 1 } }, "getty": { "100": { "checksum": "", "enabled": 1 } }, "git": { "100": { "checksum": "", "enabled": 1 } }, "gitosis": { "100": { "checksum": "", "enabled": 1 } }, "glance": { "100": { "checksum": "", "enabled": 1 } }, "glusterd": { "100": { "checksum": "", "enabled": 1 } }, "gnome": { "100": { "checksum": "", "enabled": 1 } }, "gpg": { "100": { "checksum": "", "enabled": 1 } }, "gpm": { "100": { "checksum": "", "enabled": 1 } }, "gpsd": { "100": { "checksum": "", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "", "enabled": 1 } }, "guest": { "100": { "checksum": "", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "", "enabled": 1 } }, "hostname": { "100": { "checksum": "", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "", "enabled": 1 } }, "hwloc": { "100": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "", "enabled": 1 } }, "icecast": { "100": { "checksum": "", "enabled": 1 } }, "inetd": { "100": { "checksum": "", "enabled": 1 } }, "init": { "100": { "checksum": "", "enabled": 1 } }, "inn": { "100": { "checksum": "", "enabled": 1 } }, "iodine": { "100": { "checksum": "", "enabled": 1 } }, "iotop": { "100": { "checksum": "", "enabled": 1 } }, "ipa": { "100": { "checksum": "", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "", "enabled": 1 } }, "ipsec": { "100": { "checksum": "", "enabled": 1 } }, "iptables": { "100": { "checksum": "", "enabled": 1 } }, "irc": { "100": { "checksum": "", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "", "enabled": 1 } }, "iscsi": { "100": { "checksum": "", "enabled": 1 } }, "isns": { "100": { "checksum": "", "enabled": 1 } }, "jabber": { "100": { "checksum": "", "enabled": 1 } }, "jetty": { "100": { "checksum": "", "enabled": 1 } }, "jockey": { "100": { "checksum": "", "enabled": 1 } }, "journalctl": { "100": { "checksum": "", "enabled": 1 } }, "kdump": { "100": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "", "enabled": 1 } }, "keepalived": { "100": { "checksum": "", "enabled": 1 } }, "kerberos": { "100": { "checksum": "", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "", "enabled": 1 } }, "keystone": { "100": { "checksum": "", "enabled": 1 } }, "kismet": { "100": { "checksum": "", "enabled": 1 } }, "kmscon": { "100": { "checksum": "", "enabled": 1 } }, "kpatch": { "100": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "", "enabled": 1 } }, "ktalk": { "100": { "checksum": "", "enabled": 1 } }, "l2tp": { "100": { "checksum": "", "enabled": 1 } }, "ldap": { "100": { "checksum": "", "enabled": 1 } }, "libraries": { "100": { "checksum": "", "enabled": 1 } }, "likewise": { "100": { "checksum": "", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "", "enabled": 1 } }, "lircd": { "100": { "checksum": "", "enabled": 1 } }, "livecd": { "100": { "checksum": "", "enabled": 1 } }, "lldpad": { "100": { "checksum": "", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "", "enabled": 1 } }, "locallogin": { "100": { "checksum": "", "enabled": 1 } }, "lockdev": { "100": { "checksum": "", "enabled": 1 } }, "logadm": { "100": { "checksum": "", "enabled": 1 } }, "logging": { "100": { "checksum": "", "enabled": 1 } }, "logrotate": { "100": { "checksum": "", "enabled": 1 } }, "logwatch": { "100": { "checksum": "", "enabled": 1 } }, "lpd": { "100": { "checksum": "", "enabled": 1 } }, "lsm": { "100": { "checksum": "", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "", "enabled": 1 } }, "lvm": { "100": { "checksum": "", "enabled": 1 } }, "mailman": { "100": { "checksum": "", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "", "enabled": 1 } }, "man2html": { "100": { "checksum": "", "enabled": 1 } }, "mandb": { "100": { "checksum": "", "enabled": 1 } }, "mcelog": { "100": { "checksum": "", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "", "enabled": 1 } }, "memcached": { "100": { "checksum": "", "enabled": 1 } }, "milter": { "100": { "checksum": "", "enabled": 1 } }, "minidlna": { "100": { "checksum": "", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "", "enabled": 1 } }, "mip6d": { "100": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "", "enabled": 1 } }, "mock": { "100": { "checksum": "", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "", "enabled": 1 } }, "modutils": { "100": { "checksum": "", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "", "enabled": 1 } }, "mongodb": { "100": { "checksum": "", "enabled": 1 } }, "motion": { "100": { "checksum": "", "enabled": 1 } }, "mount": { "100": { "checksum": "", "enabled": 1 } }, "mozilla": { "100": { "checksum": "", "enabled": 1 } }, "mpd": { "100": { "checksum": "", "enabled": 1 } }, "mplayer": { "100": { "checksum": "", "enabled": 1 } }, "mrtg": { "100": { "checksum": "", "enabled": 1 } }, "mta": { "100": { "checksum": "", "enabled": 1 } }, "munin": { "100": { "checksum": "", "enabled": 1 } }, "mysql": { "100": { "checksum": "", "enabled": 1 } }, "mythtv": { "100": { "checksum": "", "enabled": 1 } }, "nagios": { "100": { "checksum": "", "enabled": 1 } }, "namespace": { "100": { "checksum": "", "enabled": 1 } }, "ncftool": { "100": { "checksum": "", "enabled": 1 } }, "netlabel": { "100": { "checksum": "", "enabled": 1 } }, "netutils": { "100": { "checksum": "", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "", "enabled": 1 } }, "ninfod": { "100": { "checksum": "", "enabled": 1 } }, "nis": { "100": { "checksum": "", "enabled": 1 } }, "nova": { "100": { "checksum": "", "enabled": 1 } }, "nscd": { "100": { "checksum": "", "enabled": 1 } }, "nsd": { "100": { "checksum": "", "enabled": 1 } }, "nslcd": { "100": { "checksum": "", "enabled": 1 } }, "ntop": { "100": { "checksum": "", "enabled": 1 } }, "ntp": { "100": { "checksum": "", "enabled": 1 } }, "numad": { "100": { "checksum": "", "enabled": 1 } }, "nut": { "100": { "checksum": "", "enabled": 1 } }, "nx": { "100": { "checksum": "", "enabled": 1 } }, "obex": { "100": { "checksum": "", "enabled": 1 } }, "oddjob": { "100": { "checksum": "", "enabled": 1 } }, "openct": { "100": { "checksum": "", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "", "enabled": 1 } }, "openhpid": { "100": { "checksum": "", "enabled": 1 } }, "openshift": { "100": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "", "enabled": 1 } }, "opensm": { "100": { "checksum": "", "enabled": 1 } }, "openvpn": { "100": { "checksum": "", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "", "enabled": 1 } }, "openwsman": { "100": { "checksum": "", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "", "enabled": 1 } }, "osad": { "100": { "checksum": "", "enabled": 1 } }, "pads": { "100": { "checksum": "", "enabled": 1 } }, "passenger": { "100": { "checksum": "", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "", "enabled": 1 } }, "pcp": { "100": { "checksum": "", "enabled": 1 } }, "pcscd": { "100": { "checksum": "", "enabled": 1 } }, "pegasus": { "100": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "", "enabled": 1 } }, "pesign": { "100": { "checksum": "", "enabled": 1 } }, "pingd": { "100": { "checksum": "", "enabled": 1 } }, "piranha": { "100": { "checksum": "", "enabled": 1 } }, "pkcs": { "100": { "checksum": "", "enabled": 1 } }, "pki": { "100": { "checksum": "", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "", "enabled": 1 } }, "policykit": { "100": { "checksum": "", "enabled": 1 } }, "polipo": { "100": { "checksum": "", "enabled": 1 } }, "portmap": { "100": { "checksum": "", "enabled": 1 } }, "portreserve": { "100": { "checksum": "", "enabled": 1 } }, "postfix": { "100": { "checksum": "", "enabled": 1 } }, "postgresql": { "100": { "checksum": "", "enabled": 1 } }, "postgrey": { "100": { "checksum": "", "enabled": 1 } }, "ppp": { "100": { "checksum": "", "enabled": 1 } }, "prelink": { "100": { "checksum": "", "enabled": 1 } }, "prelude": { "100": { "checksum": "", "enabled": 1 } }, "privoxy": { "100": { "checksum": "", "enabled": 1 } }, "procmail": { "100": { "checksum": "", "enabled": 1 } }, "prosody": { "100": { "checksum": "", "enabled": 1 } }, "psad": { "100": { "checksum": "", "enabled": 1 } }, "ptchown": { "100": { "checksum": "", "enabled": 1 } }, "publicfile": { "100": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "", "enabled": 1 } }, "puppet": { "100": { "checksum": "", "enabled": 1 } }, "pwauth": { "100": { "checksum": "", "enabled": 1 } }, "qmail": { "100": { "checksum": "", "enabled": 1 } }, "qpid": { "100": { "checksum": "", "enabled": 1 } }, "quantum": { "100": { "checksum": "", "enabled": 1 } }, "quota": { "100": { "checksum": "", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "", "enabled": 1 } }, "radius": { "100": { "checksum": "", "enabled": 1 } }, "radvd": { "100": { "checksum": "", "enabled": 1 } }, "raid": { "100": { "checksum": "", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "", "enabled": 1 } }, "rdisc": { "100": { "checksum": "", "enabled": 1 } }, "readahead": { "100": { "checksum": "", "enabled": 1 } }, "realmd": { "100": { "checksum": "", "enabled": 1 } }, "redis": { "100": { "checksum": "", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "", "enabled": 1 } }, "restraint": { "400": { "checksum": "", "enabled": 1 } }, "rhcs": { "100": { "checksum": "", "enabled": 1 } }, "rhev": { "100": { "checksum": "", "enabled": 1 } }, "rhgb": { "100": { "checksum": "", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "", "enabled": 1 } }, "rhts": { "400": { "checksum": "", "enabled": 1 } }, "ricci": { "100": { "checksum": "", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "", "enabled": 1 } }, "rlogin": { "100": { "checksum": "", "enabled": 1 } }, "rngd": { "100": { "checksum": "", "enabled": 1 } }, "roundup": { "100": { "checksum": "", "enabled": 1 } }, "rpc": { "100": { "checksum": "", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "", "enabled": 1 } }, "rpm": { "100": { "checksum": "", "enabled": 1 } }, "rshd": { "100": { "checksum": "", "enabled": 1 } }, "rssh": { "100": { "checksum": "", "enabled": 1 } }, "rsync": { "100": { "checksum": "", "enabled": 1 } }, "rtas": { "100": { "checksum": "", "enabled": 1 } }, "rtkit": { "100": { "checksum": "", "enabled": 1 } }, "rwho": { "100": { "checksum": "", "enabled": 1 } }, "samba": { "100": { "checksum": "", "enabled": 1 } }, "sambagui": { "100": { "checksum": "", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "", "enabled": 1 } }, "sanlock": { "100": { "checksum": "", "enabled": 1 } }, "sasl": { "100": { "checksum": "", "enabled": 1 } }, "sbd": { "100": { "checksum": "", "enabled": 1 } }, "sblim": { "100": { "checksum": "", "enabled": 1 } }, "screen": { "100": { "checksum": "", "enabled": 1 } }, "secadm": { "100": { "checksum": "", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "", "enabled": 1 } }, "sendmail": { "100": { "checksum": "", "enabled": 1 } }, "sensord": { "100": { "checksum": "", "enabled": 1 } }, "setrans": { "100": { "checksum": "", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "", "enabled": 1 } }, "seunshare": { "100": { "checksum": "", "enabled": 1 } }, "sge": { "100": { "checksum": "", "enabled": 1 } }, "shorewall": { "100": { "checksum": "", "enabled": 1 } }, "slocate": { "100": { "checksum": "", "enabled": 1 } }, "slpd": { "100": { "checksum": "", "enabled": 1 } }, "smartmon": { "100": { "checksum": "", "enabled": 1 } }, "smokeping": { "100": { "checksum": "", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "", "enabled": 1 } }, "smsd": { "100": { "checksum": "", "enabled": 1 } }, "snapper": { "100": { "checksum": "", "enabled": 1 } }, "snmp": { "100": { "checksum": "", "enabled": 1 } }, "snort": { "100": { "checksum": "", "enabled": 1 } }, "sosreport": { "100": { "checksum": "", "enabled": 1 } }, "soundserver": { "100": { "checksum": "", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "", "enabled": 1 } }, "squid": { "100": { "checksum": "", "enabled": 1 } }, "ssh": { "100": { "checksum": "", "enabled": 1 } }, "sssd": { "100": { "checksum": "", "enabled": 1 } }, "staff": { "100": { "checksum": "", "enabled": 1 } }, "stapserver": { "100": { "checksum": "", "enabled": 1 } }, "stunnel": { "100": { "checksum": "", "enabled": 1 } }, "su": { "100": { "checksum": "", "enabled": 1 } }, "sudo": { "100": { "checksum": "", "enabled": 1 } }, "svnserve": { "100": { "checksum": "", "enabled": 1 } }, "swift": { "100": { "checksum": "", "enabled": 1 } }, "sysadm": { "100": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "", "enabled": 1 } }, "sysstat": { "100": { "checksum": "", "enabled": 1 } }, "systemd": { "100": { "checksum": "", "enabled": 1 } }, "tangd": { "100": { "checksum": "", "enabled": 1 } }, "targetd": { "100": { "checksum": "", "enabled": 1 } }, "tcpd": { "100": { "checksum": "", "enabled": 1 } }, "tcsd": { "100": { "checksum": "", "enabled": 1 } }, "telepathy": { "100": { "checksum": "", "enabled": 1 } }, "telnet": { "100": { "checksum": "", "enabled": 1 } }, "tftp": { "100": { "checksum": "", "enabled": 1 } }, "tgtd": { "100": { "checksum": "", "enabled": 1 } }, "thin": { "100": { "checksum": "", "enabled": 1 } }, "thumb": { "100": { "checksum": "", "enabled": 1 } }, "tlp": { "100": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "", "enabled": 1 } }, "tomcat": { "100": { "checksum": "", "enabled": 1 } }, "tor": { "100": { "checksum": "", "enabled": 1 } }, "tuned": { "100": { "checksum": "", "enabled": 1 } }, "tvtime": { "100": { "checksum": "", "enabled": 1 } }, "udev": { "100": { "checksum": "", "enabled": 1 } }, "ulogd": { "100": { "checksum": "", "enabled": 1 } }, "uml": { "100": { "checksum": "", "enabled": 1 } }, "unconfined": { "100": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "", "enabled": 1 } }, "updfstab": { "100": { "checksum": "", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "", "enabled": 1 } }, "userdomain": { "100": { "checksum": "", "enabled": 1 } }, "userhelper": { "100": { "checksum": "", "enabled": 1 } }, "usermanage": { "100": { "checksum": "", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "", "enabled": 1 } }, "uucp": { "100": { "checksum": "", "enabled": 1 } }, "uuidd": { "100": { "checksum": "", "enabled": 1 } }, "varnishd": { "100": { "checksum": "", "enabled": 1 } }, "vdagent": { "100": { "checksum": "", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "", "enabled": 1 } }, "virt": { "100": { "checksum": "", "enabled": 1 } }, "vlock": { "100": { "checksum": "", "enabled": 1 } }, "vmtools": { "100": { "checksum": "", "enabled": 1 } }, "vmware": { "100": { "checksum": "", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "", "enabled": 1 } }, "vpn": { "100": { "checksum": "", "enabled": 1 } }, "w3c": { "100": { "checksum": "", "enabled": 1 } }, "watchdog": { "100": { "checksum": "", "enabled": 1 } }, "wdmd": { "100": { "checksum": "", "enabled": 1 } }, "webadm": { "100": { "checksum": "", "enabled": 1 } }, "webalizer": { "100": { "checksum": "", "enabled": 1 } }, "wine": { "100": { "checksum": "", "enabled": 1 } }, "wireshark": { "100": { "checksum": "", "enabled": 1 } }, "xen": { "100": { "checksum": "", "enabled": 1 } }, "xguest": { "100": { "checksum": "", "enabled": 1 } }, "xserver": { "100": { "checksum": "", "enabled": 1 } }, "zabbix": { "100": { "checksum": "", "enabled": 1 } }, "zarafa": { "100": { "checksum": "", "enabled": 1 } }, "zebra": { "100": { "checksum": "", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "", "enabled": 1 } }, "zosremote": { "100": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Thursday 18 January 2024 20:55:33 +0000 (0:00:03.198) 0:01:58.569 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Thursday 18 January 2024 20:55:33 +0000 (0:00:00.023) 0:01:58.592 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Thursday 18 January 2024 20:55:33 +0000 (0:00:00.012) 0:01:58.605 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Register (wrong host, wrong port)] *************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:37 Thursday 18 January 2024 20:55:33 +0000 (0:00:00.016) 0:01:58.621 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 20:55:33 +0000 (0:00:00.032) 0:01:58.653 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 20:55:33 +0000 (0:00:00.018) 0:01:58.672 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 20:55:33 +0000 (0:00:00.022) 0:01:58.695 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 20:55:33 +0000 (0:00:00.014) 0:01:58.709 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 20:55:33 +0000 (0:00:00.015) 0:01:58.724 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 20:55:33 +0000 (0:00:00.011) 0:01:58.736 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 20:55:33 +0000 (0:00:00.011) 0:01:58.747 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 20:55:33 +0000 (0:00:00.021) 0:01:58.769 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.53-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 20:55:33 +0000 (0:00:00.633) 0:01:59.402 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 20:55:33 +0000 (0:00:00.024) 0:01:59.426 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error, unable to connect to proxy server. MSG: Proxy error, unable to connect to proxy server. TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:61 Thursday 18 January 2024 20:55:35 +0000 (0:00:01.454) 0:02:00.880 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong host)] *************************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:67 Thursday 18 January 2024 20:55:35 +0000 (0:00:00.014) 0:02:00.895 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 20:55:35 +0000 (0:00:00.019) 0:02:00.914 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 20:55:35 +0000 (0:00:00.019) 0:02:00.933 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 20:55:35 +0000 (0:00:00.022) 0:02:00.956 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 20:55:35 +0000 (0:00:00.014) 0:02:00.971 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 20:55:35 +0000 (0:00:00.014) 0:02:00.985 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 20:55:35 +0000 (0:00:00.011) 0:02:00.996 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 20:55:35 +0000 (0:00:00.011) 0:02:01.008 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 20:55:35 +0000 (0:00:00.019) 0:02:01.028 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.53-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 20:55:36 +0000 (0:00:00.625) 0:02:01.654 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 20:55:36 +0000 (0:00:00.022) 0:02:01.676 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error, unable to connect to proxy server. MSG: Proxy error, unable to connect to proxy server. TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:91 Thursday 18 January 2024 20:55:37 +0000 (0:00:00.989) 0:02:02.666 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong port)] *************************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:97 Thursday 18 January 2024 20:55:37 +0000 (0:00:00.013) 0:02:02.679 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 20:55:37 +0000 (0:00:00.037) 0:02:02.717 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 20:55:37 +0000 (0:00:00.018) 0:02:02.736 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 20:55:37 +0000 (0:00:00.023) 0:02:02.759 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 20:55:37 +0000 (0:00:00.016) 0:02:02.775 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 20:55:37 +0000 (0:00:00.017) 0:02:02.792 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 20:55:37 +0000 (0:00:00.013) 0:02:02.806 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 20:55:37 +0000 (0:00:00.012) 0:02:02.819 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 20:55:37 +0000 (0:00:00.021) 0:02:02.840 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.53-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 20:55:37 +0000 (0:00:00.608) 0:02:03.449 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 20:55:37 +0000 (0:00:00.024) 0:02:03.474 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Network error, unable to connect to server. Please see /var/log/rhsm/rhsm.log for more information. MSG: Network error, unable to connect to server. Please see /var/log/rhsm/rhsm.log for more information. TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:121 Thursday 18 January 2024 20:55:38 +0000 (0:00:00.921) 0:02:04.395 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (no authentication)] ******************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:125 Thursday 18 January 2024 20:55:38 +0000 (0:00:00.014) 0:02:04.409 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 20:55:38 +0000 (0:00:00.024) 0:02:04.434 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 20:55:38 +0000 (0:00:00.020) 0:02:04.454 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 20:55:38 +0000 (0:00:00.024) 0:02:04.478 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 20:55:38 +0000 (0:00:00.015) 0:02:04.493 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 20:55:38 +0000 (0:00:00.015) 0:02:04.509 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 20:55:39 +0000 (0:00:00.012) 0:02:04.521 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 20:55:39 +0000 (0:00:00.012) 0:02:04.534 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 20:55:39 +0000 (0:00:00.021) 0:02:04.555 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.53-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 20:55:39 +0000 (0:00:00.630) 0:02:05.185 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 20:55:39 +0000 (0:00:00.025) 0:02:05.211 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 20:55:45 +0000 (0:00:06.095) 0:02:11.306 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 20:55:45 +0000 (0:00:00.024) 0:02:11.331 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 20:55:45 +0000 (0:00:00.012) 0:02:11.344 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Check scheme] ************************************************************ task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:147 Thursday 18 January 2024 20:55:45 +0000 (0:00:00.017) 0:02:11.361 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^proxy_scheme *= *https", "/etc/rhsm/rhsm.conf" ], "delta": "0:00:00.003585", "end": "2024-01-18 20:55:45.950810", "rc": 0, "start": "2024-01-18 20:55:45.947225" } STDOUT: proxy_scheme = https TASK [Unregister] ************************************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:154 Thursday 18 January 2024 20:55:45 +0000 (0:00:00.148) 0:02:11.509 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 20:55:46 +0000 (0:00:00.024) 0:02:11.534 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 20:55:46 +0000 (0:00:00.018) 0:02:11.552 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 20:55:46 +0000 (0:00:00.023) 0:02:11.576 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 20:55:46 +0000 (0:00:00.014) 0:02:11.591 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 20:55:46 +0000 (0:00:00.014) 0:02:11.605 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 20:55:46 +0000 (0:00:00.013) 0:02:11.618 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 20:55:46 +0000 (0:00:00.012) 0:02:11.631 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 20:55:46 +0000 (0:00:00.020) 0:02:11.651 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 20:55:46 +0000 (0:00:00.019) 0:02:11.671 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 20:55:46 +0000 (0:00:00.019) 0:02:11.691 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 20:55:48 +0000 (0:00:02.557) 0:02:14.248 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 20:55:48 +0000 (0:00:00.021) 0:02:14.269 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 20:55:48 +0000 (0:00:00.011) 0:02:14.281 ****** 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-hosto8ro5kjm/tests/tasks/setup_squid.yml:7 Thursday 18 January 2024 20:55:48 +0000 (0:00:00.017) 0:02:14.299 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "7:squid-3.5.20-17.el7_9.9.x86_64 providing squid is already installed", "httpd-tools-2.4.6-99.el7.centos.1.x86_64 providing httpd-tools is already installed" ] } TASK [Check the status of the backup of configuration] ************************* task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:15 Thursday 18 January 2024 20:55:49 +0000 (0:00:00.685) 0:02:14.984 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705611318.930647, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ade440473c40f617beba27a703ce773b0b9c8a7c", "ctime": 1705611319.802647, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393487, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1699979117.0, "nlink": 1, "path": "/etc/squid/squid.conf.BACKUP", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 2315, "uid": 0, "version": "1086591659", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Backup the configuration] ************************************************ task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:20 Thursday 18 January 2024 20:55:49 +0000 (0:00:00.146) 0:02:15.130 ****** 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-hosto8ro5kjm/tests/tasks/setup_squid.yml:29 Thursday 18 January 2024 20:55:49 +0000 (0:00:00.012) 0:02:15.142 ****** changed: [sut] => { "changed": true, "checksum": "ade440473c40f617beba27a703ce773b0b9c8a7c", "dest": "/etc/squid/squid.conf", "gid": 23, "group": "squid", "md5sum": "2efd81263c8be52ae401ef9d9ecf7ac2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:squid_conf_t:s0", "size": 2315, "src": "/etc/squid/squid.conf.BACKUP", "state": "file", "uid": 0 } TASK [Open the Candlepin port] ************************************************* task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:38 Thursday 18 January 2024 20:55:49 +0000 (0:00:00.186) 0:02:15.329 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Set the shutdown lifetime] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:47 Thursday 18 January 2024 20:55:49 +0000 (0:00:00.129) 0:02:15.458 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Set the port] ************************************************************ task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:57 Thursday 18 January 2024 20:55:50 +0000 (0:00:00.127) 0:02:15.586 ****** 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-hosto8ro5kjm/tests/tasks/setup_squid.yml:66 Thursday 18 January 2024 20:55:50 +0000 (0:00:00.022) 0:02:15.608 ****** ok: [sut] => { "changed": false, "cmd": [ "htpasswd", "-c", "-b", "-m", "/etc/squid/passwd", "proxyuser", "proxypass" ], "delta": "0:00:00.004524", "end": "2024-01-18 20:55:50.206858", "rc": 0, "start": "2024-01-18 20:55:50.202334" } STDERR: Adding password for user proxyuser TASK [Set the port] ************************************************************ task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:78 Thursday 18 January 2024 20:55:50 +0000 (0:00:00.136) 0:02:15.745 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line replaced TASK [Disable HTTP access allow] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:84 Thursday 18 January 2024 20:55:50 +0000 (0:00:00.137) 0:02:15.883 ****** changed: [sut] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [Insert initial auth config] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:90 Thursday 18 January 2024 20:55:50 +0000 (0:00:00.136) 0:02:16.019 ****** changed: [sut] => { "changed": true } MSG: Block inserted TASK [Add authenticated acl] *************************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:103 Thursday 18 January 2024 20:55:50 +0000 (0:00:00.216) 0:02:16.236 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Allow authenticated acl] ************************************************* task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:111 Thursday 18 January 2024 20:55:50 +0000 (0:00:00.135) 0:02:16.372 ****** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [Restart squid] *********************************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:119 Thursday 18 January 2024 20:55:50 +0000 (0:00:00.137) 0:02:16.509 ****** changed: [sut] => { "changed": true, "name": "squid", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2024-01-18 20:55:20 UTC", "ActiveEnterTimestampMonotonic": "1285099486", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "nss-lookup.target basic.target network.target syslog.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-01-18 20:55:20 UTC", "AssertTimestampMonotonic": "1285052856", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-01-18 20:55:20 UTC", "ConditionTimestampMonotonic": "1285052854", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/squid.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Squid caching proxy", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/squid (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13181", "ExecMainStartTimestamp": "Thu 2024-01-18 20:55:20 UTC", "ExecMainStartTimestampMonotonic": "1285099428", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid $SQUID_OPTS -k reconfigure -f $SQUID_CONF ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid $SQUID_OPTS -f $SQUID_CONF ; ignore_errors=no ; start_time=[Thu 2024-01-18 20:55:20 UTC] ; stop_time=[Thu 2024-01-18 20:55:20 UTC] ; pid=13179 ; code=exited ; status=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 20:55:20 UTC] ; stop_time=[Thu 2024-01-18 20:55:20 UTC] ; pid=13173 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/sbin/squid ; argv[]=/usr/sbin/squid -k shutdown -f $SQUID_CONF ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/squid.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "squid.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-01-18 20:55:20 UTC", "InactiveExitTimestampMonotonic": "1285053587", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "16384", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "13181", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "squid.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "0", "TimeoutStopUSec": "0", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestamp": "Thu 2024-01-18 20:55:20 UTC", "WatchdogTimestampMonotonic": "1285099457", "WatchdogUSec": "0" } } TASK [Register (missing credentials)] ****************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:167 Thursday 18 January 2024 20:55:51 +0000 (0:00:00.508) 0:02:17.018 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 20:55:51 +0000 (0:00:00.019) 0:02:17.037 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 20:55:51 +0000 (0:00:00.018) 0:02:17.056 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 20:55:51 +0000 (0:00:00.023) 0:02:17.080 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 20:55:51 +0000 (0:00:00.014) 0:02:17.094 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 20:55:51 +0000 (0:00:00.014) 0:02:17.108 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 20:55:51 +0000 (0:00:00.012) 0:02:17.120 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 20:55:51 +0000 (0:00:00.011) 0:02:17.132 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 20:55:51 +0000 (0:00:00.020) 0:02:17.152 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.53-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 20:55:52 +0000 (0:00:00.600) 0:02:17.752 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 20:55:52 +0000 (0:00:00.024) 0:02:17.777 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error, unable to connect to proxy server. MSG: Proxy error, unable to connect to proxy server. TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:192 Thursday 18 January 2024 20:55:53 +0000 (0:00:01.140) 0:02:18.918 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong username, wrong password)] ******************************* task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:198 Thursday 18 January 2024 20:55:53 +0000 (0:00:00.014) 0:02:18.932 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 20:55:53 +0000 (0:00:00.018) 0:02:18.951 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 20:55:53 +0000 (0:00:00.018) 0:02:18.969 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 20:55:53 +0000 (0:00:00.024) 0:02:18.994 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 20:55:53 +0000 (0:00:00.014) 0:02:19.009 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 20:55:53 +0000 (0:00:00.015) 0:02:19.024 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 20:55:53 +0000 (0:00:00.013) 0:02:19.038 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 20:55:53 +0000 (0:00:00.012) 0:02:19.050 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 20:55:53 +0000 (0:00:00.021) 0:02:19.071 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.53-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 20:55:54 +0000 (0:00:00.639) 0:02:19.710 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 20:55:54 +0000 (0:00:00.023) 0:02:19.734 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error, unable to connect to proxy server. MSG: Proxy error, unable to connect to proxy server. TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:225 Thursday 18 January 2024 20:55:55 +0000 (0:00:00.915) 0:02:20.650 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong username)] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:231 Thursday 18 January 2024 20:55:55 +0000 (0:00:00.014) 0:02:20.664 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 20:55:55 +0000 (0:00:00.046) 0:02:20.711 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 20:55:55 +0000 (0:00:00.019) 0:02:20.730 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 20:55:55 +0000 (0:00:00.035) 0:02:20.766 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 20:55:55 +0000 (0:00:00.017) 0:02:20.783 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 20:55:55 +0000 (0:00:00.021) 0:02:20.805 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 20:55:55 +0000 (0:00:00.018) 0:02:20.824 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 20:55:55 +0000 (0:00:00.013) 0:02:20.837 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 20:55:55 +0000 (0:00:00.022) 0:02:20.859 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.53-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 20:55:55 +0000 (0:00:00.618) 0:02:21.478 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 20:55:55 +0000 (0:00:00.024) 0:02:21.503 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error, unable to connect to proxy server. MSG: Proxy error, unable to connect to proxy server. TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:258 Thursday 18 January 2024 20:55:56 +0000 (0:00:00.923) 0:02:22.426 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (wrong password)] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:264 Thursday 18 January 2024 20:55:56 +0000 (0:00:00.015) 0:02:22.441 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 20:55:56 +0000 (0:00:00.018) 0:02:22.459 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 20:55:56 +0000 (0:00:00.018) 0:02:22.478 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 20:55:56 +0000 (0:00:00.024) 0:02:22.503 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 20:55:56 +0000 (0:00:00.016) 0:02:22.519 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 20:55:57 +0000 (0:00:00.014) 0:02:22.534 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 20:55:57 +0000 (0:00:00.013) 0:02:22.547 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 20:55:57 +0000 (0:00:00.013) 0:02:22.560 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 20:55:57 +0000 (0:00:00.020) 0:02:22.581 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.53-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 20:55:57 +0000 (0:00:00.628) 0:02:23.209 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 20:55:57 +0000 (0:00:00.023) 0:02:23.232 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "/usr/sbin/subscription-manager register --org VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --auto-attach --username VALUE_SPECIFIED_IN_NO_LOG_PARAMETER --password '********'", "rc": 70 } STDOUT: Registering to: candlepin.local:8443/candlepin STDERR: Proxy error, unable to connect to proxy server. MSG: Proxy error, unable to connect to proxy server. TASK [Assert registration failed] ********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:291 Thursday 18 January 2024 20:55:58 +0000 (0:00:00.914) 0:02:24.146 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Register (authentication)] *********************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:295 Thursday 18 January 2024 20:55:58 +0000 (0:00:00.014) 0:02:24.161 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 20:55:58 +0000 (0:00:00.040) 0:02:24.202 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 20:55:58 +0000 (0:00:00.019) 0:02:24.221 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 20:55:58 +0000 (0:00:00.023) 0:02:24.244 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 20:55:58 +0000 (0:00:00.014) 0:02:24.259 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 20:55:58 +0000 (0:00:00.015) 0:02:24.274 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 20:55:58 +0000 (0:00:00.012) 0:02:24.286 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 20:55:58 +0000 (0:00:00.011) 0:02:24.298 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 20:55:58 +0000 (0:00:00.020) 0:02:24.318 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.53-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 20:55:59 +0000 (0:00:00.632) 0:02:24.951 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 20:55:59 +0000 (0:00:00.025) 0:02:24.976 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 20:56:03 +0000 (0:00:04.457) 0:02:29.434 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 20:56:03 +0000 (0:00:00.024) 0:02:29.459 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 20:56:03 +0000 (0:00:00.013) 0:02:29.472 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Check scheme] ************************************************************ task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:319 Thursday 18 January 2024 20:56:03 +0000 (0:00:00.017) 0:02:29.489 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^proxy_scheme *= *https", "/etc/rhsm/rhsm.conf" ], "delta": "0:00:00.004843", "end": "2024-01-18 20:56:04.143750", "rc": 0, "start": "2024-01-18 20:56:04.138907" } STDOUT: proxy_scheme = https TASK [Unregister] ************************************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:326 Thursday 18 January 2024 20:56:04 +0000 (0:00:00.197) 0:02:29.687 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 20:56:04 +0000 (0:00:00.020) 0:02:29.707 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 20:56:04 +0000 (0:00:00.018) 0:02:29.726 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 20:56:04 +0000 (0:00:00.023) 0:02:29.750 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 20:56:04 +0000 (0:00:00.014) 0:02:29.764 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 20:56:04 +0000 (0:00:00.014) 0:02:29.779 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 20:56:04 +0000 (0:00:00.012) 0:02:29.791 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 20:56:04 +0000 (0:00:00.012) 0:02:29.803 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 20:56:04 +0000 (0:00:00.020) 0:02:29.824 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 20:56:04 +0000 (0:00:00.019) 0:02:29.844 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 20:56:04 +0000 (0:00:00.019) 0:02:29.863 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 20:56:06 +0000 (0:00:02.436) 0:02:32.299 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 20:56:06 +0000 (0:00:00.021) 0:02:32.320 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 20:56:06 +0000 (0:00:00.011) 0:02:32.332 ****** 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-hosto8ro5kjm/tests/tests_proxy.yml:332 Thursday 18 January 2024 20:56:06 +0000 (0:00:00.017) 0:02:32.350 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 20:56:06 +0000 (0:00:00.023) 0:02:32.373 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 20:56:06 +0000 (0:00:00.018) 0:02:32.392 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 20:56:06 +0000 (0:00:00.024) 0:02:32.416 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 20:56:06 +0000 (0:00:00.015) 0:02:32.432 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 20:56:06 +0000 (0:00:00.014) 0:02:32.447 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 20:56:06 +0000 (0:00:00.013) 0:02:32.460 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 20:56:06 +0000 (0:00:00.012) 0:02:32.473 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 20:56:06 +0000 (0:00:00.021) 0:02:32.494 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "subscription-manager-1.24.53-1.el7.centos.x86_64 providing subscription-manager is already installed" ] } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 20:56:07 +0000 (0:00:00.618) 0:02:33.113 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 20:56:07 +0000 (0:00:00.025) 0:02:33.138 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 20:56:11 +0000 (0:00:03.512) 0:02:36.650 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 20:56:11 +0000 (0:00:00.024) 0:02:36.674 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 20:56:11 +0000 (0:00:00.012) 0:02:36.687 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [Unregister] ************************************************************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tests_proxy.yml:351 Thursday 18 January 2024 20:56:11 +0000 (0:00:00.017) 0:02:36.704 ****** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Thursday 18 January 2024 20:56:11 +0000 (0:00:00.027) 0:02:36.731 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Thursday 18 January 2024 20:56:11 +0000 (0:00:00.020) 0:02:36.751 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Thursday 18 January 2024 20:56:11 +0000 (0:00:00.023) 0:02:36.775 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Thursday 18 January 2024 20:56:11 +0000 (0:00:00.015) 0:02:36.790 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Thursday 18 January 2024 20:56:11 +0000 (0:00:00.014) 0:02:36.804 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Thursday 18 January 2024 20:56:11 +0000 (0:00:00.011) 0:02:36.816 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Thursday 18 January 2024 20:56:11 +0000 (0:00:00.012) 0:02:36.829 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Thursday 18 January 2024 20:56:11 +0000 (0:00:00.043) 0:02:36.872 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Thursday 18 January 2024 20:56:11 +0000 (0:00:00.022) 0:02:36.894 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Thursday 18 January 2024 20:56:11 +0000 (0:00:00.020) 0:02:36.915 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:50 Thursday 18 January 2024 20:56:13 +0000 (0:00:02.158) 0:02:39.073 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:59 Thursday 18 January 2024 20:56:13 +0000 (0:00:00.023) 0:02:39.097 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Thursday 18 January 2024 20:56:13 +0000 (0:00:00.011) 0:02:39.109 ****** 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-hosto8ro5kjm/tests/tests_proxy.yml:357 Thursday 18 January 2024 20:56:13 +0000 (0:00:00.017) 0:02:39.127 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Thursday 18 January 2024 20:56:13 +0000 (0:00:00.034) 0:02:39.161 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Thursday 18 January 2024 20:56:13 +0000 (0:00:00.019) 0:02:39.181 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Thursday 18 January 2024 20:56:13 +0000 (0:00:00.024) 0:02:39.206 ****** included: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Thursday 18 January 2024 20:56:13 +0000 (0:00:00.020) 0:02:39.227 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Thursday 18 January 2024 20:56:13 +0000 (0:00:00.016) 0:02:39.243 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:14 Thursday 18 January 2024 20:56:13 +0000 (0:00:00.014) 0:02:39.258 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.5-34.el7.x86_64 providing policycoreutils-python is already installed" ] } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:23 Thursday 18 January 2024 20:56:14 +0000 (0:00:00.621) 0:02:39.879 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:34 Thursday 18 January 2024 20:56:14 +0000 (0:00:00.015) 0:02:39.895 ****** 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 tool semanage] ******* task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:45 Thursday 18 January 2024 20:56:14 +0000 (0:00:00.014) 0:02:39.910 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\" or (ansible_distribution_major_version | int > 7 and ansible_distribution in [\"CentOS\", \"RedHat\", \"Rocky\"])", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 Thursday 18 January 2024 20:56:14 +0000 (0:00:00.022) 0:02:39.932 ****** ok: [sut] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Thursday 18 January 2024 20:56:14 +0000 (0:00:00.520) 0:02:40.453 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Thursday 18 January 2024 20:56:14 +0000 (0:00:00.012) 0:02:40.465 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Thursday 18 January 2024 20:56:14 +0000 (0:00:00.013) 0:02:40.478 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Thursday 18 January 2024 20:56:14 +0000 (0:00:00.025) 0:02:40.503 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Thursday 18 January 2024 20:56:14 +0000 (0:00:00.011) 0:02:40.515 ****** skipping: [sut] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Thursday 18 January 2024 20:56:15 +0000 (0:00:00.012) 0:02:40.527 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Thursday 18 January 2024 20:56:15 +0000 (0:00:00.019) 0:02:40.546 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Thursday 18 January 2024 20:56:15 +0000 (0:00:00.018) 0:02:40.565 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Thursday 18 January 2024 20:56:15 +0000 (0:00:00.019) 0:02:40.585 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Thursday 18 January 2024 20:56:15 +0000 (0:00:00.073) 0:02:40.658 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Thursday 18 January 2024 20:56:15 +0000 (0:00:00.020) 0:02:40.678 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Thursday 18 January 2024 20:56:15 +0000 (0:00:00.012) 0:02:40.691 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Thursday 18 January 2024 20:56:15 +0000 (0:00:00.011) 0:02:40.703 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Thursday 18 January 2024 20:56:21 +0000 (0:00:06.712) 0:02:47.415 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Thursday 18 January 2024 20:56:21 +0000 (0:00:00.013) 0:02:47.429 ****** ok: [sut] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "100": { "checksum": "", "enabled": 1 } }, "accountsd": { "100": { "checksum": "", "enabled": 1 } }, "acct": { "100": { "checksum": "", "enabled": 1 } }, "afs": { "100": { "checksum": "", "enabled": 1 } }, "aiccu": { "100": { "checksum": "", "enabled": 1 } }, "aide": { "100": { "checksum": "", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "", "enabled": 1 } }, "alsa": { "100": { "checksum": "", "enabled": 1 } }, "amanda": { "100": { "checksum": "", "enabled": 1 } }, "amtu": { "100": { "checksum": "", "enabled": 1 } }, "anaconda": { "100": { "checksum": "", "enabled": 1 } }, "antivirus": { "100": { "checksum": "", "enabled": 1 } }, "apache": { "100": { "checksum": "", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "", "enabled": 1 } }, "apm": { "100": { "checksum": "", "enabled": 1 } }, "application": { "100": { "checksum": "", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "", "enabled": 1 } }, "asterisk": { "100": { "checksum": "", "enabled": 1 } }, "auditadm": { "100": { "checksum": "", "enabled": 1 } }, "authconfig": { "100": { "checksum": "", "enabled": 1 } }, "authlogin": { "100": { "checksum": "", "enabled": 1 } }, "automount": { "100": { "checksum": "", "enabled": 1 } }, "avahi": { "100": { "checksum": "", "enabled": 1 } }, "awstats": { "100": { "checksum": "", "enabled": 1 } }, "bacula": { "100": { "checksum": "", "enabled": 1 } }, "base": { "100": { "checksum": "", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "", "enabled": 1 } }, "bind": { "100": { "checksum": "", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "", "enabled": 1 } }, "blueman": { "100": { "checksum": "", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "", "enabled": 1 } }, "boinc": { "100": { "checksum": "", "enabled": 1 } }, "boltd": { "100": { "checksum": "", "enabled": 1 } }, "bootloader": { "100": { "checksum": "", "enabled": 1 } }, "brctl": { "100": { "checksum": "", "enabled": 1 } }, "brltty": { "100": { "checksum": "", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "", "enabled": 1 } }, "calamaris": { "100": { "checksum": "", "enabled": 1 } }, "callweaver": { "100": { "checksum": "", "enabled": 1 } }, "canna": { "100": { "checksum": "", "enabled": 1 } }, "ccs": { "100": { "checksum": "", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "", "enabled": 1 } }, "certmaster": { "100": { "checksum": "", "enabled": 1 } }, "certmonger": { "100": { "checksum": "", "enabled": 1 } }, "certwatch": { "100": { "checksum": "", "enabled": 1 } }, "cfengine": { "100": { "checksum": "", "enabled": 1 } }, "cgdcbxd": { "100": { "checksum": "", "enabled": 1 } }, "cgroup": { "100": { "checksum": "", "enabled": 1 } }, "chrome": { "100": { "checksum": "", "enabled": 1 } }, "chronyd": { "100": { "checksum": "", "enabled": 1 } }, "cinder": { "100": { "checksum": "", "enabled": 1 } }, "cipe": { "100": { "checksum": "", "enabled": 1 } }, "clock": { "100": { "checksum": "", "enabled": 1 } }, "clogd": { "100": { "checksum": "", "enabled": 1 } }, "cloudform": { "100": { "checksum": "", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "", "enabled": 1 } }, "cobbler": { "100": { "checksum": "", "enabled": 1 } }, "cockpit": { "100": { "checksum": "", "enabled": 1 } }, "collectd": { "100": { "checksum": "", "enabled": 1 } }, "colord": { "100": { "checksum": "", "enabled": 1 } }, "comsat": { "100": { "checksum": "", "enabled": 1 } }, "condor": { "100": { "checksum": "", "enabled": 1 } }, "conman": { "100": { "checksum": "", "enabled": 1 } }, "consolekit": { "100": { "checksum": "", "enabled": 1 } }, "container": { "100": { "checksum": "", "enabled": 1 }, "200": { "checksum": "", "enabled": 1 } }, "couchdb": { "100": { "checksum": "", "enabled": 1 } }, "courier": { "100": { "checksum": "", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "", "enabled": 1 } }, "cron": { "100": { "checksum": "", "enabled": 1 } }, "ctdb": { "100": { "checksum": "", "enabled": 1 } }, "cups": { "100": { "checksum": "", "enabled": 1 } }, "cvs": { "100": { "checksum": "", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "", "enabled": 1 } }, "cyrus": { "100": { "checksum": "", "enabled": 1 } }, "daemontools": { "100": { "checksum": "", "enabled": 1 } }, "dbadm": { "100": { "checksum": "", "enabled": 1 } }, "dbskk": { "100": { "checksum": "", "enabled": 1 } }, "dbus": { "100": { "checksum": "", "enabled": 1 } }, "dcc": { "100": { "checksum": "", "enabled": 1 } }, "ddclient": { "100": { "checksum": "", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "", "enabled": 1 } }, "devicekit": { "100": { "checksum": "", "enabled": 1 } }, "dhcp": { "100": { "checksum": "", "enabled": 1 } }, "dictd": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "", "enabled": 1 } }, "dmesg": { "100": { "checksum": "", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "", "enabled": 1 } }, "dnssec": { "100": { "checksum": "", "enabled": 1 } }, "dovecot": { "100": { "checksum": "", "enabled": 1 } }, "drbd": { "100": { "checksum": "", "enabled": 1 } }, "dspam": { "100": { "checksum": "", "enabled": 1 } }, "entropyd": { "100": { "checksum": "", "enabled": 1 } }, "exim": { "100": { "checksum": "", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "", "enabled": 1 } }, "fcoe": { "100": { "checksum": "", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "", "enabled": 1 } }, "finger": { "100": { "checksum": "", "enabled": 1 } }, "firewalld": { "100": { "checksum": "", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "", "enabled": 1 } }, "firstboot": { "100": { "checksum": "", "enabled": 1 } }, "fprintd": { "100": { "checksum": "", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "", "enabled": 1 } }, "freqset": { "100": { "checksum": "", "enabled": 1 } }, "fstools": { "100": { "checksum": "", "enabled": 1 } }, "ftp": { "100": { "checksum": "", "enabled": 1 } }, "games": { "100": { "checksum": "", "enabled": 1 } }, "ganesha": { "100": { "checksum": "", "enabled": 1 } }, "gdomap": { "100": { "checksum": "", "enabled": 1 } }, "geoclue": { "100": { "checksum": "", "enabled": 1 } }, "getty": { "100": { "checksum": "", "enabled": 1 } }, "git": { "100": { "checksum": "", "enabled": 1 } }, "gitosis": { "100": { "checksum": "", "enabled": 1 } }, "glance": { "100": { "checksum": "", "enabled": 1 } }, "glusterd": { "100": { "checksum": "", "enabled": 1 } }, "gnome": { "100": { "checksum": "", "enabled": 1 } }, "gpg": { "100": { "checksum": "", "enabled": 1 } }, "gpm": { "100": { "checksum": "", "enabled": 1 } }, "gpsd": { "100": { "checksum": "", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "", "enabled": 1 } }, "guest": { "100": { "checksum": "", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "", "enabled": 1 } }, "hostname": { "100": { "checksum": "", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "", "enabled": 1 } }, "hwloc": { "100": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "", "enabled": 1 } }, "icecast": { "100": { "checksum": "", "enabled": 1 } }, "inetd": { "100": { "checksum": "", "enabled": 1 } }, "init": { "100": { "checksum": "", "enabled": 1 } }, "inn": { "100": { "checksum": "", "enabled": 1 } }, "iodine": { "100": { "checksum": "", "enabled": 1 } }, "iotop": { "100": { "checksum": "", "enabled": 1 } }, "ipa": { "100": { "checksum": "", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "", "enabled": 1 } }, "ipsec": { "100": { "checksum": "", "enabled": 1 } }, "iptables": { "100": { "checksum": "", "enabled": 1 } }, "irc": { "100": { "checksum": "", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "", "enabled": 1 } }, "iscsi": { "100": { "checksum": "", "enabled": 1 } }, "isns": { "100": { "checksum": "", "enabled": 1 } }, "jabber": { "100": { "checksum": "", "enabled": 1 } }, "jetty": { "100": { "checksum": "", "enabled": 1 } }, "jockey": { "100": { "checksum": "", "enabled": 1 } }, "journalctl": { "100": { "checksum": "", "enabled": 1 } }, "kdump": { "100": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "", "enabled": 1 } }, "keepalived": { "100": { "checksum": "", "enabled": 1 } }, "kerberos": { "100": { "checksum": "", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "", "enabled": 1 } }, "keystone": { "100": { "checksum": "", "enabled": 1 } }, "kismet": { "100": { "checksum": "", "enabled": 1 } }, "kmscon": { "100": { "checksum": "", "enabled": 1 } }, "kpatch": { "100": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "", "enabled": 1 } }, "ktalk": { "100": { "checksum": "", "enabled": 1 } }, "l2tp": { "100": { "checksum": "", "enabled": 1 } }, "ldap": { "100": { "checksum": "", "enabled": 1 } }, "libraries": { "100": { "checksum": "", "enabled": 1 } }, "likewise": { "100": { "checksum": "", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "", "enabled": 1 } }, "lircd": { "100": { "checksum": "", "enabled": 1 } }, "livecd": { "100": { "checksum": "", "enabled": 1 } }, "lldpad": { "100": { "checksum": "", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "", "enabled": 1 } }, "locallogin": { "100": { "checksum": "", "enabled": 1 } }, "lockdev": { "100": { "checksum": "", "enabled": 1 } }, "logadm": { "100": { "checksum": "", "enabled": 1 } }, "logging": { "100": { "checksum": "", "enabled": 1 } }, "logrotate": { "100": { "checksum": "", "enabled": 1 } }, "logwatch": { "100": { "checksum": "", "enabled": 1 } }, "lpd": { "100": { "checksum": "", "enabled": 1 } }, "lsm": { "100": { "checksum": "", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "", "enabled": 1 } }, "lvm": { "100": { "checksum": "", "enabled": 1 } }, "mailman": { "100": { "checksum": "", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "", "enabled": 1 } }, "man2html": { "100": { "checksum": "", "enabled": 1 } }, "mandb": { "100": { "checksum": "", "enabled": 1 } }, "mcelog": { "100": { "checksum": "", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "", "enabled": 1 } }, "memcached": { "100": { "checksum": "", "enabled": 1 } }, "milter": { "100": { "checksum": "", "enabled": 1 } }, "minidlna": { "100": { "checksum": "", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "", "enabled": 1 } }, "mip6d": { "100": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "", "enabled": 1 } }, "mock": { "100": { "checksum": "", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "", "enabled": 1 } }, "modutils": { "100": { "checksum": "", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "", "enabled": 1 } }, "mongodb": { "100": { "checksum": "", "enabled": 1 } }, "motion": { "100": { "checksum": "", "enabled": 1 } }, "mount": { "100": { "checksum": "", "enabled": 1 } }, "mozilla": { "100": { "checksum": "", "enabled": 1 } }, "mpd": { "100": { "checksum": "", "enabled": 1 } }, "mplayer": { "100": { "checksum": "", "enabled": 1 } }, "mrtg": { "100": { "checksum": "", "enabled": 1 } }, "mta": { "100": { "checksum": "", "enabled": 1 } }, "munin": { "100": { "checksum": "", "enabled": 1 } }, "mysql": { "100": { "checksum": "", "enabled": 1 } }, "mythtv": { "100": { "checksum": "", "enabled": 1 } }, "nagios": { "100": { "checksum": "", "enabled": 1 } }, "namespace": { "100": { "checksum": "", "enabled": 1 } }, "ncftool": { "100": { "checksum": "", "enabled": 1 } }, "netlabel": { "100": { "checksum": "", "enabled": 1 } }, "netutils": { "100": { "checksum": "", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "", "enabled": 1 } }, "ninfod": { "100": { "checksum": "", "enabled": 1 } }, "nis": { "100": { "checksum": "", "enabled": 1 } }, "nova": { "100": { "checksum": "", "enabled": 1 } }, "nscd": { "100": { "checksum": "", "enabled": 1 } }, "nsd": { "100": { "checksum": "", "enabled": 1 } }, "nslcd": { "100": { "checksum": "", "enabled": 1 } }, "ntop": { "100": { "checksum": "", "enabled": 1 } }, "ntp": { "100": { "checksum": "", "enabled": 1 } }, "numad": { "100": { "checksum": "", "enabled": 1 } }, "nut": { "100": { "checksum": "", "enabled": 1 } }, "nx": { "100": { "checksum": "", "enabled": 1 } }, "obex": { "100": { "checksum": "", "enabled": 1 } }, "oddjob": { "100": { "checksum": "", "enabled": 1 } }, "openct": { "100": { "checksum": "", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "", "enabled": 1 } }, "openhpid": { "100": { "checksum": "", "enabled": 1 } }, "openshift": { "100": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "", "enabled": 1 } }, "opensm": { "100": { "checksum": "", "enabled": 1 } }, "openvpn": { "100": { "checksum": "", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "", "enabled": 1 } }, "openwsman": { "100": { "checksum": "", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "", "enabled": 1 } }, "osad": { "100": { "checksum": "", "enabled": 1 } }, "pads": { "100": { "checksum": "", "enabled": 1 } }, "passenger": { "100": { "checksum": "", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "", "enabled": 1 } }, "pcp": { "100": { "checksum": "", "enabled": 1 } }, "pcscd": { "100": { "checksum": "", "enabled": 1 } }, "pegasus": { "100": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "", "enabled": 1 } }, "pesign": { "100": { "checksum": "", "enabled": 1 } }, "pingd": { "100": { "checksum": "", "enabled": 1 } }, "piranha": { "100": { "checksum": "", "enabled": 1 } }, "pkcs": { "100": { "checksum": "", "enabled": 1 } }, "pki": { "100": { "checksum": "", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "", "enabled": 1 } }, "policykit": { "100": { "checksum": "", "enabled": 1 } }, "polipo": { "100": { "checksum": "", "enabled": 1 } }, "portmap": { "100": { "checksum": "", "enabled": 1 } }, "portreserve": { "100": { "checksum": "", "enabled": 1 } }, "postfix": { "100": { "checksum": "", "enabled": 1 } }, "postgresql": { "100": { "checksum": "", "enabled": 1 } }, "postgrey": { "100": { "checksum": "", "enabled": 1 } }, "ppp": { "100": { "checksum": "", "enabled": 1 } }, "prelink": { "100": { "checksum": "", "enabled": 1 } }, "prelude": { "100": { "checksum": "", "enabled": 1 } }, "privoxy": { "100": { "checksum": "", "enabled": 1 } }, "procmail": { "100": { "checksum": "", "enabled": 1 } }, "prosody": { "100": { "checksum": "", "enabled": 1 } }, "psad": { "100": { "checksum": "", "enabled": 1 } }, "ptchown": { "100": { "checksum": "", "enabled": 1 } }, "publicfile": { "100": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "", "enabled": 1 } }, "puppet": { "100": { "checksum": "", "enabled": 1 } }, "pwauth": { "100": { "checksum": "", "enabled": 1 } }, "qmail": { "100": { "checksum": "", "enabled": 1 } }, "qpid": { "100": { "checksum": "", "enabled": 1 } }, "quantum": { "100": { "checksum": "", "enabled": 1 } }, "quota": { "100": { "checksum": "", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "", "enabled": 1 } }, "radius": { "100": { "checksum": "", "enabled": 1 } }, "radvd": { "100": { "checksum": "", "enabled": 1 } }, "raid": { "100": { "checksum": "", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "", "enabled": 1 } }, "rdisc": { "100": { "checksum": "", "enabled": 1 } }, "readahead": { "100": { "checksum": "", "enabled": 1 } }, "realmd": { "100": { "checksum": "", "enabled": 1 } }, "redis": { "100": { "checksum": "", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "", "enabled": 1 } }, "restraint": { "400": { "checksum": "", "enabled": 1 } }, "rhcs": { "100": { "checksum": "", "enabled": 1 } }, "rhev": { "100": { "checksum": "", "enabled": 1 } }, "rhgb": { "100": { "checksum": "", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "", "enabled": 1 } }, "rhts": { "400": { "checksum": "", "enabled": 1 } }, "ricci": { "100": { "checksum": "", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "", "enabled": 1 } }, "rlogin": { "100": { "checksum": "", "enabled": 1 } }, "rngd": { "100": { "checksum": "", "enabled": 1 } }, "roundup": { "100": { "checksum": "", "enabled": 1 } }, "rpc": { "100": { "checksum": "", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "", "enabled": 1 } }, "rpm": { "100": { "checksum": "", "enabled": 1 } }, "rshd": { "100": { "checksum": "", "enabled": 1 } }, "rssh": { "100": { "checksum": "", "enabled": 1 } }, "rsync": { "100": { "checksum": "", "enabled": 1 } }, "rtas": { "100": { "checksum": "", "enabled": 1 } }, "rtkit": { "100": { "checksum": "", "enabled": 1 } }, "rwho": { "100": { "checksum": "", "enabled": 1 } }, "samba": { "100": { "checksum": "", "enabled": 1 } }, "sambagui": { "100": { "checksum": "", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "", "enabled": 1 } }, "sanlock": { "100": { "checksum": "", "enabled": 1 } }, "sasl": { "100": { "checksum": "", "enabled": 1 } }, "sbd": { "100": { "checksum": "", "enabled": 1 } }, "sblim": { "100": { "checksum": "", "enabled": 1 } }, "screen": { "100": { "checksum": "", "enabled": 1 } }, "secadm": { "100": { "checksum": "", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "", "enabled": 1 } }, "sendmail": { "100": { "checksum": "", "enabled": 1 } }, "sensord": { "100": { "checksum": "", "enabled": 1 } }, "setrans": { "100": { "checksum": "", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "", "enabled": 1 } }, "seunshare": { "100": { "checksum": "", "enabled": 1 } }, "sge": { "100": { "checksum": "", "enabled": 1 } }, "shorewall": { "100": { "checksum": "", "enabled": 1 } }, "slocate": { "100": { "checksum": "", "enabled": 1 } }, "slpd": { "100": { "checksum": "", "enabled": 1 } }, "smartmon": { "100": { "checksum": "", "enabled": 1 } }, "smokeping": { "100": { "checksum": "", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "", "enabled": 1 } }, "smsd": { "100": { "checksum": "", "enabled": 1 } }, "snapper": { "100": { "checksum": "", "enabled": 1 } }, "snmp": { "100": { "checksum": "", "enabled": 1 } }, "snort": { "100": { "checksum": "", "enabled": 1 } }, "sosreport": { "100": { "checksum": "", "enabled": 1 } }, "soundserver": { "100": { "checksum": "", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "", "enabled": 1 } }, "squid": { "100": { "checksum": "", "enabled": 1 } }, "ssh": { "100": { "checksum": "", "enabled": 1 } }, "sssd": { "100": { "checksum": "", "enabled": 1 } }, "staff": { "100": { "checksum": "", "enabled": 1 } }, "stapserver": { "100": { "checksum": "", "enabled": 1 } }, "stunnel": { "100": { "checksum": "", "enabled": 1 } }, "su": { "100": { "checksum": "", "enabled": 1 } }, "sudo": { "100": { "checksum": "", "enabled": 1 } }, "svnserve": { "100": { "checksum": "", "enabled": 1 } }, "swift": { "100": { "checksum": "", "enabled": 1 } }, "sysadm": { "100": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "", "enabled": 1 } }, "sysstat": { "100": { "checksum": "", "enabled": 1 } }, "systemd": { "100": { "checksum": "", "enabled": 1 } }, "tangd": { "100": { "checksum": "", "enabled": 1 } }, "targetd": { "100": { "checksum": "", "enabled": 1 } }, "tcpd": { "100": { "checksum": "", "enabled": 1 } }, "tcsd": { "100": { "checksum": "", "enabled": 1 } }, "telepathy": { "100": { "checksum": "", "enabled": 1 } }, "telnet": { "100": { "checksum": "", "enabled": 1 } }, "tftp": { "100": { "checksum": "", "enabled": 1 } }, "tgtd": { "100": { "checksum": "", "enabled": 1 } }, "thin": { "100": { "checksum": "", "enabled": 1 } }, "thumb": { "100": { "checksum": "", "enabled": 1 } }, "tlp": { "100": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "", "enabled": 1 } }, "tomcat": { "100": { "checksum": "", "enabled": 1 } }, "tor": { "100": { "checksum": "", "enabled": 1 } }, "tuned": { "100": { "checksum": "", "enabled": 1 } }, "tvtime": { "100": { "checksum": "", "enabled": 1 } }, "udev": { "100": { "checksum": "", "enabled": 1 } }, "ulogd": { "100": { "checksum": "", "enabled": 1 } }, "uml": { "100": { "checksum": "", "enabled": 1 } }, "unconfined": { "100": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "", "enabled": 1 } }, "updfstab": { "100": { "checksum": "", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "", "enabled": 1 } }, "userdomain": { "100": { "checksum": "", "enabled": 1 } }, "userhelper": { "100": { "checksum": "", "enabled": 1 } }, "usermanage": { "100": { "checksum": "", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "", "enabled": 1 } }, "uucp": { "100": { "checksum": "", "enabled": 1 } }, "uuidd": { "100": { "checksum": "", "enabled": 1 } }, "varnishd": { "100": { "checksum": "", "enabled": 1 } }, "vdagent": { "100": { "checksum": "", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "", "enabled": 1 } }, "virt": { "100": { "checksum": "", "enabled": 1 } }, "vlock": { "100": { "checksum": "", "enabled": 1 } }, "vmtools": { "100": { "checksum": "", "enabled": 1 } }, "vmware": { "100": { "checksum": "", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "", "enabled": 1 } }, "vpn": { "100": { "checksum": "", "enabled": 1 } }, "w3c": { "100": { "checksum": "", "enabled": 1 } }, "watchdog": { "100": { "checksum": "", "enabled": 1 } }, "wdmd": { "100": { "checksum": "", "enabled": 1 } }, "webadm": { "100": { "checksum": "", "enabled": 1 } }, "webalizer": { "100": { "checksum": "", "enabled": 1 } }, "wine": { "100": { "checksum": "", "enabled": 1 } }, "wireshark": { "100": { "checksum": "", "enabled": 1 } }, "xen": { "100": { "checksum": "", "enabled": 1 } }, "xguest": { "100": { "checksum": "", "enabled": 1 } }, "xserver": { "100": { "checksum": "", "enabled": 1 } }, "zabbix": { "100": { "checksum": "", "enabled": 1 } }, "zarafa": { "100": { "checksum": "", "enabled": 1 } }, "zebra": { "100": { "checksum": "", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "", "enabled": 1 } }, "zosremote": { "100": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Thursday 18 January 2024 20:56:25 +0000 (0:00:03.120) 0:02:50.550 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Thursday 18 January 2024 20:56:25 +0000 (0:00:00.023) 0:02:50.573 ****** 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-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Thursday 18 January 2024 20:56:25 +0000 (0:00:00.011) 0:02:50.585 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } PLAY RECAP ********************************************************************* sut : ok=108 changed=27 unreachable=0 failed=0 skipped=150 rescued=7 ignored=0 Thursday 18 January 2024 20:56:25 +0000 (0:00:00.030) 0:02:50.616 ****** =============================================================================== Start Candlepin container ---------------------------------------------- 33.43s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:39 - Install needed packages ------------------------------------------------ 27.23s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:27 - Wait for started Candlepin --------------------------------------------- 21.96s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:98 - Install packages for squid ---------------------------------------------- 7.29s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_squid.yml:7 ------ fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 7.05s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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 ------ 6.71s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 6.10s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 4.46s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 3.51s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.20s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.12s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Update system certificates store ---------------------------------------- 3.03s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:91 - Add pools for product 5050 to default_key activation key ---------------- 2.68s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:130 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 2.56s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Stop and remove Candlepin container ------------------------------------- 2.49s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/tests/tasks/setup_candlepin.yml:34 - fedora.linux_system_roles.rhc : Call subscription-manager --------------- 2.44s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 2.16s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 1.45s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 1.14s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.collection/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 0.99s /WORKDIR/git-jajerome-ansible-hosto8ro5kjm/.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. ---^---^---^---^---^---