ansible-playbook [core 2.12.6]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.9/site-packages/ansible
ansible collection location = /tmp/tmp1dlaws1u
executable location = /usr/bin/ansible-playbook
python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
jinja version = 2.11.3
libyaml = True
Using /etc/ansible/ansible.cfg as config file
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: rhel-7_setup.yml *****************************************************
1 plays in /cache/rhel-7_setup.yml
PLAY [Setup repos] *************************************************************
META: ran handlers
TASK [set up internal repositories] ********************************************
task path: /cache/rhel-7_setup.yml:5
Wednesday 03 August 2022 07:55:09 +0000 (0:00:00.017) 0:00:00.017 ******
ok: [/cache/rhel-7.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
ok: [/cache/rhel-7.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
ok: [/cache/rhel-7.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
ok: [/cache/rhel-7.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
ok: [/cache/rhel-7.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/rhel-7.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Wednesday 03 August 2022 07:55:10 +0000 (0:00:01.283) 0:00:01.300 ******
===============================================================================
set up internal repositories -------------------------------------------- 1.28s
/cache/rhel-7_setup.yml:5 -----------------------------------------------------
PLAYBOOK: tests_default.yml ****************************************************
1 plays in /tmp/tmp6hcaky7k/tests/tests_default.yml
PLAY [Test role with default options] ******************************************
META: ran handlers
TASK [linux-system-roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:1
Wednesday 03 August 2022 07:55:10 +0000 (0:00:00.049) 0:00:01.349 ******
included: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml for /cache/rhel-7.qcow2
TASK [linux-system-roles.cockpit : Ensure ansible_facts used by role] **********
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2
Wednesday 03 August 2022 07:55:10 +0000 (0:00:00.022) 0:00:01.371 ******
ok: [/cache/rhel-7.qcow2]
TASK [linux-system-roles.cockpit : Set version specific variables] *************
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:8
Wednesday 03 August 2022 07:55:11 +0000 (0:00:00.612) 0:00:01.984 ******
ok: [/cache/rhel-7.qcow2] => (item=/tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/vars/RedHat-7.yml) => {
"ansible_facts": {
"__cockpit_packages": {
"default": "{{ __cockpit_packages_minimal + __cockpit_packages_default }}",
"full": "{{ __cockpit_packages_minimal + __cockpit_packages_default + __cockpit_packages_full }}",
"minimal": "{{ __cockpit_packages_minimal }}"
},
"__cockpit_packages_default": [
"cockpit",
"cockpit-networkmanager",
"cockpit-packagekit",
"cockpit-selinux",
"cockpit-storaged"
],
"__cockpit_packages_exclude": [
"cockpit-machines-ovirt",
"cockpit-tests"
],
"__cockpit_packages_full": [
"cockpit-composer",
"cockpit-dashboard",
"cockpit-doc",
"cockpit-docker",
"cockpit-leapp",
"cockpit-machines",
"cockpit-pcp",
"cockpit-shell"
],
"__cockpit_packages_minimal": [
"cockpit-system",
"cockpit-ws"
]
},
"ansible_included_var_files": [
"/tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/vars/RedHat-7.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "/tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/vars/RedHat-7.yml"
}
TASK [linux-system-roles.cockpit : List active RHEL repositories] **************
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:9
Wednesday 03 August 2022 07:55:11 +0000 (0:00:00.036) 0:00:02.020 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"cmd": [
"yum",
"repolist"
],
"delta": "0:00:00.195309",
"end": "2022-08-03 03:55:11.639311",
"rc": 0,
"start": "2022-08-03 03:55:11.444002"
}
STDOUT:
Loaded plugins: search-disabled-repos
repo id repo name status
rhel rhel 5,231
rhel-7-server-extras-rpms rhel-7-server-extras-rpms 1,431
rhel-ha-for-rhel-7-server-rpms rhel-ha-for-rhel-7-server-rpms 52
rhel-optional rhel-optional 4,688
repolist: 11,402
TASK [linux-system-roles.cockpit : Enable RHEL repositories] *******************
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:17
Wednesday 03 August 2022 07:55:12 +0000 (0:00:00.583) 0:00:02.604 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] ***
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:21
Wednesday 03 August 2022 07:55:12 +0000 (0:00:00.021) 0:00:02.626 ******
included: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/setup-yum.yml for /cache/rhel-7.qcow2 => (item=/tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/setup-yum.yml)
TASK [linux-system-roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/setup-yum.yml:1
Wednesday 03 August 2022 07:55:12 +0000 (0:00:00.029) 0:00:02.656 ******
ok: [/cache/rhel-7.qcow2] => {
"ansible_facts": {
"cockpit_packages": "default"
},
"changed": false
}
TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/setup-yum.yml:8
Wednesday 03 August 2022 07:55:12 +0000 (0:00:00.033) 0:00:02.689 ******
changed: [/cache/rhel-7.qcow2] => {
"changed": true,
"changes": {
"installed": [
"cockpit-system",
"cockpit-ws",
"cockpit",
"cockpit-networkmanager",
"cockpit-packagekit",
"cockpit-selinux",
"cockpit-storaged"
]
},
"rc": 0,
"results": [
"Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package cockpit.x86_64 0:195.10-1.el7 will be installed\n--> Processing Dependency: cockpit-bridge for package: cockpit-195.10-1.el7.x86_64\n---> Package cockpit-packagekit.x86_64 0:195.12-1.el7_9 will be installed\n--> Processing Dependency: PackageKit for package: cockpit-packagekit-195.12-1.el7_9.x86_64\n---> Package cockpit-storaged.noarch 0:195.12-1.el7_9 will be installed\n--> Processing Dependency: udisks2 >= 2.6 for package: cockpit-storaged-195.12-1.el7_9.noarch\n--> Processing Dependency: udisks2-iscsi >= 2.6 for package: cockpit-storaged-195.12-1.el7_9.noarch\n--> Processing Dependency: udisks2-lvm2 >= 2.6 for package: cockpit-storaged-195.12-1.el7_9.noarch\n--> Processing Dependency: device-mapper-multipath for package: cockpit-storaged-195.12-1.el7_9.noarch\n---> Package cockpit-system.noarch 0:195.10-1.el7 will be installed\n---> Package cockpit-ws.x86_64 0:195.10-1.el7 will be installed\n--> Running transaction check\n---> Package PackageKit.x86_64 0:1.1.10-2.el7 will be installed\n--> Processing Dependency: PackageKit-glib(x86-64) = 1.1.10-2.el7 for package: PackageKit-1.1.10-2.el7.x86_64\n--> Processing Dependency: PackageKit-backend for package: PackageKit-1.1.10-2.el7.x86_64\n--> Processing Dependency: libpackagekit-glib2.so.18()(64bit) for package: PackageKit-1.1.10-2.el7.x86_64\n---> Package cockpit-bridge.x86_64 0:195.10-1.el7 will be installed\n---> Package device-mapper-multipath.x86_64 0:0.4.9-135.el7_9 will be installed\n--> Processing Dependency: device-mapper-multipath-libs = 0.4.9-135.el7_9 for package: device-mapper-multipath-0.4.9-135.el7_9.x86_64\n--> Processing Dependency: libmultipath.so.0()(64bit) for package: device-mapper-multipath-0.4.9-135.el7_9.x86_64\n--> Processing Dependency: libmpathpersist.so.0()(64bit) for package: device-mapper-multipath-0.4.9-135.el7_9.x86_64\n--> Processing Dependency: libmpathcmd.so.0()(64bit) for package: device-mapper-multipath-0.4.9-135.el7_9.x86_64\n---> Package udisks2.x86_64 0:2.8.4-1.el7 will be installed\n--> Processing Dependency: libudisks2(x86-64) = 2.8.4-1.el7 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev-swap >= 2.13 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev-part >= 2.13 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev-mdraid >= 2.13 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev-loop >= 2.13 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev-fs >= 2.13 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev-crypto >= 2.13 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev >= 2.13 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libatasmart >= 0.17 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: gdisk for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: dosfstools for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libudisks2.so.0()(64bit) for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev.so.2()(64bit) for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libbd_utils.so.2()(64bit) for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libatasmart.so.4()(64bit) for package: udisks2-2.8.4-1.el7.x86_64\n---> Package udisks2-iscsi.x86_64 0:2.8.4-1.el7 will be installed\n--> Processing Dependency: iscsi-initiator-utils for package: udisks2-iscsi-2.8.4-1.el7.x86_64\n--> Processing Dependency: libiscsi.so.0()(64bit) for package: udisks2-iscsi-2.8.4-1.el7.x86_64\n---> Package udisks2-lvm2.x86_64 0:2.8.4-1.el7 will be installed\n--> Processing Dependency: libblockdev-lvm >= 2.13 for package: udisks2-lvm2-2.8.4-1.el7.x86_64\n--> Processing Dependency: lvm2 for package: udisks2-lvm2-2.8.4-1.el7.x86_64\n--> Running transaction check\n---> Package PackageKit-glib.x86_64 0:1.1.10-2.el7 will be installed\n---> Package PackageKit-yum.x86_64 0:1.1.10-2.el7 will be installed\n---> Package device-mapper-multipath-libs.x86_64 0:0.4.9-135.el7_9 will be installed\n--> Processing Dependency: libaio.so.1(LIBAIO_0.4)(64bit) for package: device-mapper-multipath-libs-0.4.9-135.el7_9.x86_64\n--> Processing Dependency: libaio.so.1(LIBAIO_0.1)(64bit) for package: device-mapper-multipath-libs-0.4.9-135.el7_9.x86_64\n--> Processing Dependency: libaio.so.1()(64bit) for package: device-mapper-multipath-libs-0.4.9-135.el7_9.x86_64\n---> Package dosfstools.x86_64 0:3.0.20-10.el7 will be installed\n---> Package gdisk.x86_64 0:0.8.10-3.el7 will be installed\n---> Package iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 will be installed\n--> Processing Dependency: iscsi-initiator-utils-iscsiuio >= 6.2.0.874-22.el7_9 for package: iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64\n---> Package libatasmart.x86_64 0:0.19-6.el7 will be installed\n---> Package libblockdev.x86_64 0:2.18-5.el7 will be installed\n---> Package libblockdev-crypto.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: libvolume_key.so.1()(64bit) for package: libblockdev-crypto-2.18-5.el7.x86_64\n---> Package libblockdev-fs.x86_64 0:2.18-5.el7 will be installed\n---> Package libblockdev-loop.x86_64 0:2.18-5.el7 will be installed\n---> Package libblockdev-lvm.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: device-mapper-persistent-data for package: libblockdev-lvm-2.18-5.el7.x86_64\n---> Package libblockdev-mdraid.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: mdadm for package: libblockdev-mdraid-2.18-5.el7.x86_64\n--> Processing Dependency: libbytesize.so.1()(64bit) for package: libblockdev-mdraid-2.18-5.el7.x86_64\n---> Package libblockdev-part.x86_64 0:2.18-5.el7 will be installed\n---> Package libblockdev-swap.x86_64 0:2.18-5.el7 will be installed\n---> Package libblockdev-utils.x86_64 0:2.18-5.el7 will be installed\n---> Package libudisks2.x86_64 0:2.8.4-1.el7 will be installed\n---> Package lvm2.x86_64 7:2.02.187-6.el7_9.5 will be installed\n--> Processing Dependency: lvm2-libs = 7:2.02.187-6.el7_9.5 for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n--> Processing Dependency: liblvm2app.so.2.2(Base)(64bit) for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n--> Processing Dependency: libdevmapper-event.so.1.02(Base)(64bit) for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n--> Processing Dependency: liblvm2app.so.2.2()(64bit) for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n--> Processing Dependency: libdevmapper-event.so.1.02()(64bit) for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n--> Running transaction check\n---> Package device-mapper-event-libs.x86_64 7:1.02.170-6.el7_9.5 will be installed\n---> Package device-mapper-persistent-data.x86_64 0:0.8.5-3.el7_9.2 will be installed\n---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 will be installed\n---> Package libaio.x86_64 0:0.3.109-13.el7 will be installed\n---> Package libbytesize.x86_64 0:1.2-1.el7 will be installed\n--> Processing Dependency: libmpfr.so.4()(64bit) for package: libbytesize-1.2-1.el7.x86_64\n---> Package lvm2-libs.x86_64 7:2.02.187-6.el7_9.5 will be installed\n--> Processing Dependency: device-mapper-event = 7:1.02.170-6.el7_9.5 for package: 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64\n---> Package mdadm.x86_64 0:4.1-9.el7_9 will be installed\n--> Processing Dependency: libreport-filesystem for package: mdadm-4.1-9.el7_9.x86_64\n---> Package volume_key-libs.x86_64 0:0.3.9-9.el7 will be installed\n--> Running transaction check\n---> Package device-mapper-event.x86_64 7:1.02.170-6.el7_9.5 will be installed\n---> Package libreport-filesystem.x86_64 0:2.1.11-53.el7 will be installed\n---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n cockpit x86_64 195.10-1.el7 rhel 49 k\n cockpit-packagekit x86_64 195.12-1.el7_9 rhel-7-server-extras-rpms\n 259 k\n cockpit-storaged noarch 195.12-1.el7_9 rhel-7-server-extras-rpms\n 372 k\n cockpit-system noarch 195.10-1.el7 rhel 1.8 M\n cockpit-ws x86_64 195.10-1.el7 rhel 806 k\nInstalling for dependencies:\n PackageKit x86_64 1.1.10-2.el7 rhel 586 k\n PackageKit-glib x86_64 1.1.10-2.el7 rhel 128 k\n PackageKit-yum x86_64 1.1.10-2.el7 rhel 75 k\n cockpit-bridge x86_64 195.10-1.el7 rhel 553 k\n device-mapper-event x86_64 7:1.02.170-6.el7_9.5 rhel 192 k\n device-mapper-event-libs x86_64 7:1.02.170-6.el7_9.5 rhel 192 k\n device-mapper-multipath x86_64 0.4.9-135.el7_9 rhel 148 k\n device-mapper-multipath-libs x86_64 0.4.9-135.el7_9 rhel 268 k\n device-mapper-persistent-data x86_64 0.8.5-3.el7_9.2 rhel 423 k\n dosfstools x86_64 3.0.20-10.el7 rhel 101 k\n gdisk x86_64 0.8.10-3.el7 rhel 190 k\n iscsi-initiator-utils x86_64 6.2.0.874-22.el7_9 rhel 423 k\n iscsi-initiator-utils-iscsiuio x86_64 6.2.0.874-22.el7_9 rhel 94 k\n libaio x86_64 0.3.109-13.el7 rhel 24 k\n libatasmart x86_64 0.19-6.el7 rhel 43 k\n libblockdev x86_64 2.18-5.el7 rhel 119 k\n libblockdev-crypto x86_64 2.18-5.el7 rhel 60 k\n libblockdev-fs x86_64 2.18-5.el7 rhel 66 k\n libblockdev-loop x86_64 2.18-5.el7 rhel 51 k\n libblockdev-lvm x86_64 2.18-5.el7 rhel 62 k\n libblockdev-mdraid x86_64 2.18-5.el7 rhel 57 k\n libblockdev-part x86_64 2.18-5.el7 rhel 60 k\n libblockdev-swap x86_64 2.18-5.el7 rhel 52 k\n libblockdev-utils x86_64 2.18-5.el7 rhel 59 k\n libbytesize x86_64 1.2-1.el7 rhel 52 k\n libreport-filesystem x86_64 2.1.11-53.el7 rhel 41 k\n libudisks2 x86_64 2.8.4-1.el7 rhel 129 k\n lvm2 x86_64 7:2.02.187-6.el7_9.5 rhel 1.3 M\n lvm2-libs x86_64 7:2.02.187-6.el7_9.5 rhel 1.1 M\n mdadm x86_64 4.1-9.el7_9 rhel 440 k\n mpfr x86_64 3.1.1-4.el7 rhel 203 k\n udisks2 x86_64 2.8.4-1.el7 rhel 441 k\n udisks2-iscsi x86_64 2.8.4-1.el7 rhel 37 k\n udisks2-lvm2 x86_64 2.8.4-1.el7 rhel 62 k\n volume_key-libs x86_64 0.3.9-9.el7 rhel 141 k\n\nTransaction Summary\n================================================================================\nInstall 5 Packages (+35 Dependent packages)\n\nTotal download size: 11 M\nInstalled size: 27 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 34 MB/s | 11 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libblockdev-utils-2.18-5.el7.x86_64 1/40 \n Installing : libaio-0.3.109-13.el7.x86_64 2/40 \n Installing : cockpit-bridge-195.10-1.el7.x86_64 3/40 \n Installing : 7:device-mapper-event-libs-1.02.170-6.el7_9.5.x86_64 4/40 \n Installing : cockpit-system-195.10-1.el7.noarch 5/40 \n Installing : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64 6/40 \n Installing : gdisk-0.8.10-3.el7.x86_64 7/40 \n Installing : 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64 8/40 \n Installing : 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64 9/40 \n Installing : 7:lvm2-2.02.187-6.el7_9.5.x86_64 10/40 \n Installing : libblockdev-lvm-2.18-5.el7.x86_64 11/40 \n Installing : device-mapper-multipath-libs-0.4.9-135.el7_9.x86_64 12/40 \n Installing : device-mapper-multipath-0.4.9-135.el7_9.x86_64 13/40 \n Installing : libblockdev-part-2.18-5.el7.x86_64 14/40 \n Installing : libblockdev-fs-2.18-5.el7.x86_64 15/40 \n Installing : libblockdev-swap-2.18-5.el7.x86_64 16/40 \n Installing : libblockdev-loop-2.18-5.el7.x86_64 17/40 \n Installing : libblockdev-2.18-5.el7.x86_64 18/40 \n Installing : iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64 19/40 \n Installing : iscsi-initiator-utils-iscsiuio-6.2.0.874-22.el7_9.x86_64 20/40 \n Installing : libreport-filesystem-2.1.11-53.el7.x86_64 21/40 \n Installing : mdadm-4.1-9.el7_9.x86_64 22/40 \n Installing : volume_key-libs-0.3.9-9.el7.x86_64 23/40 \n Installing : libblockdev-crypto-2.18-5.el7.x86_64 24/40 \n Installing : mpfr-3.1.1-4.el7.x86_64 25/40 \n Installing : libbytesize-1.2-1.el7.x86_64 26/40 \n Installing : libblockdev-mdraid-2.18-5.el7.x86_64 27/40 \n Installing : PackageKit-glib-1.1.10-2.el7.x86_64 28/40 \n Installing : PackageKit-yum-1.1.10-2.el7.x86_64 29/40 \n Installing : PackageKit-1.1.10-2.el7.x86_64 30/40 \n Installing : libatasmart-0.19-6.el7.x86_64 31/40 \n Installing : dosfstools-3.0.20-10.el7.x86_64 32/40 \n Installing : libudisks2-2.8.4-1.el7.x86_64 33/40 \n Installing : udisks2-2.8.4-1.el7.x86_64 34/40 \n Installing : udisks2-iscsi-2.8.4-1.el7.x86_64 35/40 \n Installing : udisks2-lvm2-2.8.4-1.el7.x86_64 36/40 \n Installing : cockpit-ws-195.10-1.el7.x86_64 37/40 \n Installing : cockpit-195.10-1.el7.x86_64 38/40 \n Installing : cockpit-storaged-195.12-1.el7_9.noarch 39/40 \n Installing : cockpit-packagekit-195.12-1.el7_9.x86_64 40/40 \n Verifying : 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64 1/40 \n Verifying : cockpit-storaged-195.12-1.el7_9.noarch 2/40 \n Verifying : libblockdev-swap-2.18-5.el7.x86_64 3/40 \n Verifying : libblockdev-part-2.18-5.el7.x86_64 4/40 \n Verifying : cockpit-system-195.10-1.el7.noarch 5/40 \n Verifying : cockpit-ws-195.10-1.el7.x86_64 6/40 \n Verifying : libblockdev-lvm-2.18-5.el7.x86_64 7/40 \n Verifying : libblockdev-mdraid-2.18-5.el7.x86_64 8/40 \n Verifying : libudisks2-2.8.4-1.el7.x86_64 9/40 \n Verifying : dosfstools-3.0.20-10.el7.x86_64 10/40 \n Verifying : device-mapper-multipath-libs-0.4.9-135.el7_9.x86_64 11/40 \n Verifying : cockpit-packagekit-195.12-1.el7_9.x86_64 12/40 \n Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.874-22.el7_9.x86_64 13/40 \n Verifying : PackageKit-1.1.10-2.el7.x86_64 14/40 \n Verifying : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64 15/40 \n Verifying : iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64 16/40 \n Verifying : libblockdev-loop-2.18-5.el7.x86_64 17/40 \n Verifying : 7:lvm2-2.02.187-6.el7_9.5.x86_64 18/40 \n Verifying : udisks2-2.8.4-1.el7.x86_64 19/40 \n Verifying : libatasmart-0.19-6.el7.x86_64 20/40 \n Verifying : 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64 21/40 \n Verifying : udisks2-iscsi-2.8.4-1.el7.x86_64 22/40 \n Verifying : device-mapper-multipath-0.4.9-135.el7_9.x86_64 23/40 \n Verifying : libblockdev-2.18-5.el7.x86_64 24/40 \n Verifying : udisks2-lvm2-2.8.4-1.el7.x86_64 25/40 \n Verifying : cockpit-195.10-1.el7.x86_64 26/40 \n Verifying : libbytesize-1.2-1.el7.x86_64 27/40 \n Verifying : 7:device-mapper-event-libs-1.02.170-6.el7_9.5.x86_64 28/40 \n Verifying : PackageKit-glib-1.1.10-2.el7.x86_64 29/40 \n Verifying : libaio-0.3.109-13.el7.x86_64 30/40 \n Verifying : libblockdev-utils-2.18-5.el7.x86_64 31/40 \n Verifying : mpfr-3.1.1-4.el7.x86_64 32/40 \n Verifying : volume_key-libs-0.3.9-9.el7.x86_64 33/40 \n Verifying : libblockdev-fs-2.18-5.el7.x86_64 34/40 \n Verifying : PackageKit-yum-1.1.10-2.el7.x86_64 35/40 \n Verifying : libreport-filesystem-2.1.11-53.el7.x86_64 36/40 \n Verifying : gdisk-0.8.10-3.el7.x86_64 37/40 \n Verifying : mdadm-4.1-9.el7_9.x86_64 38/40 \n Verifying : libblockdev-crypto-2.18-5.el7.x86_64 39/40 \n Verifying : cockpit-bridge-195.10-1.el7.x86_64 40/40 \n\nInstalled:\n cockpit.x86_64 0:195.10-1.el7 \n cockpit-packagekit.x86_64 0:195.12-1.el7_9 \n cockpit-storaged.noarch 0:195.12-1.el7_9 \n cockpit-system.noarch 0:195.10-1.el7 \n cockpit-ws.x86_64 0:195.10-1.el7 \n\nDependency Installed:\n PackageKit.x86_64 0:1.1.10-2.el7 \n PackageKit-glib.x86_64 0:1.1.10-2.el7 \n PackageKit-yum.x86_64 0:1.1.10-2.el7 \n cockpit-bridge.x86_64 0:195.10-1.el7 \n device-mapper-event.x86_64 7:1.02.170-6.el7_9.5 \n device-mapper-event-libs.x86_64 7:1.02.170-6.el7_9.5 \n device-mapper-multipath.x86_64 0:0.4.9-135.el7_9 \n device-mapper-multipath-libs.x86_64 0:0.4.9-135.el7_9 \n device-mapper-persistent-data.x86_64 0:0.8.5-3.el7_9.2 \n dosfstools.x86_64 0:3.0.20-10.el7 \n gdisk.x86_64 0:0.8.10-3.el7 \n iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 \n iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 \n libaio.x86_64 0:0.3.109-13.el7 \n libatasmart.x86_64 0:0.19-6.el7 \n libblockdev.x86_64 0:2.18-5.el7 \n libblockdev-crypto.x86_64 0:2.18-5.el7 \n libblockdev-fs.x86_64 0:2.18-5.el7 \n libblockdev-loop.x86_64 0:2.18-5.el7 \n libblockdev-lvm.x86_64 0:2.18-5.el7 \n libblockdev-mdraid.x86_64 0:2.18-5.el7 \n libblockdev-part.x86_64 0:2.18-5.el7 \n libblockdev-swap.x86_64 0:2.18-5.el7 \n libblockdev-utils.x86_64 0:2.18-5.el7 \n libbytesize.x86_64 0:1.2-1.el7 \n libreport-filesystem.x86_64 0:2.1.11-53.el7 \n libudisks2.x86_64 0:2.8.4-1.el7 \n lvm2.x86_64 7:2.02.187-6.el7_9.5 \n lvm2-libs.x86_64 7:2.02.187-6.el7_9.5 \n mdadm.x86_64 0:4.1-9.el7_9 \n mpfr.x86_64 0:3.1.1-4.el7 \n udisks2.x86_64 0:2.8.4-1.el7 \n udisks2-iscsi.x86_64 0:2.8.4-1.el7 \n udisks2-lvm2.x86_64 0:2.8.4-1.el7 \n volume_key-libs.x86_64 0:0.3.9-9.el7 \n\nComplete!\n"
]
}
TASK [linux-system-roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:27
Wednesday 03 August 2022 07:55:23 +0000 (0:00:11.267) 0:00:13.957 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Create custom port configuration file] ******
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:35
Wednesday 03 August 2022 07:55:23 +0000 (0:00:00.028) 0:00:13.985 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Check if SELinux is enabled] ****************
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:51
Wednesday 03 August 2022 07:55:23 +0000 (0:00:00.023) 0:00:14.009 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Allow cockpit to own custom port in SELinux policy] **********************
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:58
Wednesday 03 August 2022 07:55:23 +0000 (0:00:00.023) 0:00:14.032 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Clean up port configuration file for undefined custom port] ***
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:66
Wednesday 03 August 2022 07:55:23 +0000 (0:00:00.023) 0:00:14.056 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/listen.conf",
"state": "absent"
}
TASK [linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] ***
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75
Wednesday 03 August 2022 07:55:23 +0000 (0:00:00.437) 0:00:14.493 ******
changed: [/cache/rhel-7.qcow2] => {
"changed": true,
"enabled": true,
"name": "cockpit.socket",
"state": "started",
"status": {
"Accept": "no",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "sysinit.target system.slice systemd-journald.socket",
"AllowIsolate": "no",
"AmbientCapabilities": "0",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Backlog": "128",
"Before": "cockpit.service shutdown.target cockpit-motd.service sockets.target",
"BindIPv6Only": "default",
"BlockIOAccounting": "no",
"BlockIOWeight": "18446744073709551615",
"Broadcast": "no",
"CPUAccounting": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "18446744073709551615",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "18446744073709551615",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DeferAcceptUSec": "0",
"Delegate": "no",
"Description": "Cockpit Web Service Socket",
"DevicePolicy": "auto",
"DirectoryMode": "0755",
"Documentation": "man:cockpit-ws(8)",
"ExecStartPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf active.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf /usr/share/cockpit/motd/inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
"FreeBind": "no",
"IOScheduling": "0",
"IPTOS": "-1",
"IPTTL": "-1",
"Id": "cockpit.socket",
"IgnoreOnIsolate": "no",
"IgnoreOnSnapshot": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "0",
"KeepAlive": "no",
"KeepAliveIntervalUSec": "0",
"KeepAliveProbes": "0",
"KeepAliveTimeUSec": "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": "4096",
"LimitNPROC": "7150",
"LimitRSS": "18446744073709551615",
"LimitRTPRIO": "0",
"LimitRTTIME": "18446744073709551615",
"LimitSIGPENDING": "7150",
"LimitSTACK": "18446744073709551615",
"ListenStream": "[::]:9090",
"LoadState": "loaded",
"Mark": "-1",
"MaxConnections": "64",
"MemoryAccounting": "no",
"MemoryCurrent": "18446744073709551615",
"MemoryLimit": "18446744073709551615",
"MountFlags": "0",
"NAccepted": "0",
"NConnections": "0",
"Names": "cockpit.socket",
"NeedDaemonReload": "no",
"Nice": "0",
"NoDelay": "no",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PassCredentials": "no",
"PassSecurity": "no",
"PipeSize": "0",
"Priority": "-1",
"PrivateDevices": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"ProtectHome": "no",
"ProtectSystem": "no",
"ReceiveBuffer": "0",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemoveOnStop": "no",
"RequiredBy": "cockpit.service",
"Requires": "sysinit.target system.slice",
"Result": "success",
"ReusePort": "no",
"RuntimeDirectoryMode": "0755",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendBuffer": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"SocketMode": "0666",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartupBlockIOWeight": "18446744073709551615",
"StartupCPUShares": "18446744073709551615",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "no",
"TasksCurrent": "18446744073709551615",
"TasksMax": "18446744073709551615",
"TimeoutUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Transparent": "no",
"Triggers": "cockpit.service",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"Wants": "cockpit-motd.service"
}
}
TASK [linux-system-roles.cockpit : Create cockpit.conf configuration file] *****
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:81
Wednesday 03 August 2022 07:55:24 +0000 (0:00:00.729) 0:00:15.222 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Link to configured existing certificate] ****
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:92
Wednesday 03 August 2022 07:55:24 +0000 (0:00:00.024) 0:00:15.247 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [linux-system-roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:102
Wednesday 03 August 2022 07:55:24 +0000 (0:00:00.026) 0:00:15.273 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
META: role_complete for /cache/rhel-7.qcow2
TASK [test - socket is active] *************************************************
task path: /tmp/tmp6hcaky7k/tests/tests_default.yml:11
Wednesday 03 August 2022 07:55:24 +0000 (0:00:00.030) 0:00:15.304 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"cmd": [
"systemctl",
"is-active",
"cockpit.socket"
],
"delta": "0:00:00.005700",
"end": "2022-08-03 03:55:24.645497",
"rc": 0,
"start": "2022-08-03 03:55:24.639797"
}
STDOUT:
active
TASK [test - socket is enabled] ************************************************
task path: /tmp/tmp6hcaky7k/tests/tests_default.yml:15
Wednesday 03 August 2022 07:55:25 +0000 (0:00:00.303) 0:00:15.607 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"cmd": [
"systemctl",
"is-enabled",
"cockpit.socket"
],
"delta": "0:00:00.006488",
"end": "2022-08-03 03:55:24.946962",
"rc": 0,
"start": "2022-08-03 03:55:24.940474"
}
STDOUT:
enabled
TASK [test - cockpit works with TLS] *******************************************
task path: /tmp/tmp6hcaky7k/tests/tests_default.yml:19
Wednesday 03 August 2022 07:55:25 +0000 (0:00:00.300) 0:00:15.908 ******
changed: [/cache/rhel-7.qcow2] => {
"changed": true,
"checksum_dest": null,
"checksum_src": "4b564df1a811346128de5f502a14e490c827eb86",
"dest": "/run/out",
"elapsed": 0,
"gid": 0,
"group": "root",
"md5sum": "da0ccfc988e2a4f366130e3a1914a226",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:var_run_t:s0",
"size": 39147,
"src": "/root/.ansible/tmp/ansible-tmp-1659513325.3788455-298040-74919887439033/tmpA0rHL7",
"state": "file",
"status_code": 200,
"uid": 0,
"url": "https://localhost:9090"
}
MSG:
OK (unknown bytes)
TASK [test - HTTP response is something sensible] ******************************
task path: /tmp/tmp6hcaky7k/tests/tests_default.yml:25
Wednesday 03 August 2022 07:55:26 +0000 (0:00:00.717) 0:00:16.626 ******
changed: [/cache/rhel-7.qcow2] => {
"changed": true,
"cmd": [
"grep",
"id=\"login-user-input\"",
"/run/out"
],
"delta": "0:00:00.003784",
"end": "2022-08-03 03:55:25.950561",
"rc": 0,
"start": "2022-08-03 03:55:25.946777"
}
STDOUT:
TASK [test - clean up output file] *********************************************
task path: /tmp/tmp6hcaky7k/tests/tests_default.yml:28
Wednesday 03 August 2022 07:55:26 +0000 (0:00:00.285) 0:00:16.912 ******
changed: [/cache/rhel-7.qcow2] => {
"changed": true,
"path": "/run/out",
"state": "absent"
}
TASK [test - no configuration file] ********************************************
task path: /tmp/tmp6hcaky7k/tests/tests_default.yml:33
Wednesday 03 August 2022 07:55:26 +0000 (0:00:00.299) 0:00:17.211 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"failed_when_result": false,
"stat": {
"exists": false
}
}
TASK [test - no port configuration file] ***************************************
task path: /tmp/tmp6hcaky7k/tests/tests_default.yml:39
Wednesday 03 August 2022 07:55:27 +0000 (0:00:00.419) 0:00:17.631 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"failed_when_result": false,
"stat": {
"exists": false
}
}
TASK [include_tasks] ***********************************************************
task path: /tmp/tmp6hcaky7k/tests/tests_default.yml:46
Wednesday 03 August 2022 07:55:27 +0000 (0:00:00.278) 0:00:17.910 ******
included: /tmp/tmp6hcaky7k/tests/tasks/cleanup.yml for /cache/rhel-7.qcow2
TASK [cleanup - packages] ******************************************************
task path: /tmp/tmp6hcaky7k/tests/tasks/cleanup.yml:1
Wednesday 03 August 2022 07:55:27 +0000 (0:00:00.024) 0:00:17.934 ******
changed: [/cache/rhel-7.qcow2] => {
"changed": true,
"changes": {
"removed": [
"cockpit-bridge",
"cockpit-ws"
]
},
"rc": 0,
"results": [
"cockpit-doc is not installed",
"Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package cockpit-bridge.x86_64 0:195.10-1.el7 will be erased\n--> Processing Dependency: cockpit-bridge >= 195.10-1.el7 for package: cockpit-system-195.10-1.el7.noarch\n--> Processing Dependency: cockpit-bridge for package: cockpit-195.10-1.el7.x86_64\n--> Processing Dependency: cockpit-bridge >= 122 for package: cockpit-packagekit-195.12-1.el7_9.x86_64\n---> Package cockpit-ws.x86_64 0:195.10-1.el7 will be erased\n--> Running transaction check\n---> Package cockpit.x86_64 0:195.10-1.el7 will be erased\n---> Package cockpit-packagekit.x86_64 0:195.12-1.el7_9 will be erased\n---> Package cockpit-system.noarch 0:195.10-1.el7 will be erased\n--> Processing Dependency: cockpit-shell >= 122 for package: cockpit-storaged-195.12-1.el7_9.noarch\n--> Running transaction check\n---> Package cockpit-storaged.noarch 0:195.12-1.el7_9 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n cockpit-bridge x86_64 195.10-1.el7 @rhel 868 k\n cockpit-ws x86_64 195.10-1.el7 @rhel 1.6 M\nRemoving for dependencies:\n cockpit x86_64 195.10-1.el7 @rhel 51 k\n cockpit-packagekit x86_64 195.12-1.el7_9 @rhel-7-server-extras-rpms 229 k\n cockpit-storaged noarch 195.12-1.el7_9 @rhel-7-server-extras-rpms 340 k\n cockpit-system noarch 195.10-1.el7 @rhel 1.8 M\n\nTransaction Summary\n================================================================================\nRemove 2 Packages (+4 Dependent packages)\n\nInstalled size: 4.9 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : cockpit-195.10-1.el7.x86_64 1/6 \n Erasing : cockpit-packagekit-195.12-1.el7_9.x86_64 2/6 \n Erasing : cockpit-storaged-195.12-1.el7_9.noarch 3/6 \n Erasing : cockpit-system-195.10-1.el7.noarch 4/6 \n Erasing : cockpit-bridge-195.10-1.el7.x86_64 5/6 \n Erasing : cockpit-ws-195.10-1.el7.x86_64 6/6 \n Verifying : cockpit-storaged-195.12-1.el7_9.noarch 1/6 \n Verifying : cockpit-system-195.10-1.el7.noarch 2/6 \n Verifying : cockpit-ws-195.10-1.el7.x86_64 3/6 \n Verifying : cockpit-195.10-1.el7.x86_64 4/6 \n Verifying : cockpit-packagekit-195.12-1.el7_9.x86_64 5/6 \n Verifying : cockpit-bridge-195.10-1.el7.x86_64 6/6 \n\nRemoved:\n cockpit-bridge.x86_64 0:195.10-1.el7 cockpit-ws.x86_64 0:195.10-1.el7 \n\nDependency Removed:\n cockpit.x86_64 0:195.10-1.el7 \n cockpit-packagekit.x86_64 0:195.12-1.el7_9 \n cockpit-storaged.noarch 0:195.12-1.el7_9 \n cockpit-system.noarch 0:195.10-1.el7 \n\nComplete!\n"
]
}
TASK [cleanup - find certificates] *********************************************
task path: /tmp/tmp6hcaky7k/tests/tasks/cleanup.yml:13
Wednesday 03 August 2022 07:55:29 +0000 (0:00:01.647) 0:00:19.582 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"examined": 1,
"files": [
{
"atime": 1659513325.5909746,
"ctime": 1659513325.5799747,
"dev": 64769,
"gid": 994,
"gr_name": "cockpit-ws",
"inode": 20983955,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0640",
"mtime": 1659513325.5739746,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"pw_name": "root",
"rgrp": true,
"roth": false,
"rusr": true,
"size": 2975,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
],
"matched": 1,
"skipped_paths": {}
}
MSG:
All paths examined
TASK [cleanup - certificates] **************************************************
task path: /tmp/tmp6hcaky7k/tests/tasks/cleanup.yml:23
Wednesday 03 August 2022 07:55:29 +0000 (0:00:00.398) 0:00:19.981 ******
changed: [/cache/rhel-7.qcow2] => (item={'uid': 0, 'woth': False, 'mtime': 1659513325.5739746, 'inode': 20983955, 'isgid': False, 'size': 2975, 'roth': False, 'isuid': False, 'isreg': True, 'pw_name': 'root', 'gid': 994, 'ischr': False, 'wusr': True, 'xoth': False, 'rusr': True, 'nlink': 1, 'issock': False, 'rgrp': True, 'gr_name': 'cockpit-ws', 'path': '/etc/cockpit/ws-certs.d/0-self-signed.cert', 'xusr': False, 'atime': 1659513325.5909746, 'isdir': False, 'ctime': 1659513325.5799747, 'isblk': False, 'xgrp': False, 'dev': 64769, 'wgrp': False, 'isfifo': False, 'mode': '0640', 'islnk': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1659513325.5909746,
"ctime": 1659513325.5799747,
"dev": 64769,
"gid": 994,
"gr_name": "cockpit-ws",
"inode": 20983955,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0640",
"mtime": 1659513325.5739746,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"pw_name": "root",
"rgrp": true,
"roth": false,
"rusr": true,
"size": 2975,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"state": "absent"
}
TASK [cleanup - config file] ***************************************************
task path: /tmp/tmp6hcaky7k/tests/tasks/cleanup.yml:32
Wednesday 03 August 2022 07:55:29 +0000 (0:00:00.292) 0:00:20.273 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"path": "/etc/cockpit/cockpit.conf",
"state": "absent"
}
TASK [cleanup - port customization] ********************************************
task path: /tmp/tmp6hcaky7k/tests/tasks/cleanup.yml:40
Wednesday 03 August 2022 07:55:29 +0000 (0:00:00.287) 0:00:20.560 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/",
"state": "absent"
}
TASK [cleanup - reload systemd] ************************************************
task path: /tmp/tmp6hcaky7k/tests/tasks/cleanup.yml:48
Wednesday 03 August 2022 07:55:30 +0000 (0:00:00.283) 0:00:20.843 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"name": null,
"status": {}
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/rhel-7.qcow2 : ok=24 changed=7 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0
Wednesday 03 August 2022 07:55:30 +0000 (0:00:00.419) 0:00:21.263 ******
===============================================================================
linux-system-roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 11.27s
/tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/setup-yum.yml:8 -
cleanup - packages ------------------------------------------------------ 1.65s
/tmp/tmp6hcaky7k/tests/tasks/cleanup.yml:1 ------------------------------------
set up internal repositories -------------------------------------------- 1.28s
/cache/rhel-7_setup.yml:5 -----------------------------------------------------
linux-system-roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.73s
/tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:75 -----
test - cockpit works with TLS ------------------------------------------- 0.72s
/tmp/tmp6hcaky7k/tests/tests_default.yml:19 -----------------------------------
linux-system-roles.cockpit : Ensure ansible_facts used by role ---------- 0.61s
/tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:2 --
linux-system-roles.cockpit : List active RHEL repositories -------------- 0.58s
/tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:9 ------
linux-system-roles.cockpit : Clean up port configuration file for undefined custom port --- 0.44s
/tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/main.yml:66 -----
cleanup - reload systemd ------------------------------------------------ 0.42s
/tmp/tmp6hcaky7k/tests/tasks/cleanup.yml:48 -----------------------------------
test - no configuration file -------------------------------------------- 0.42s
/tmp/tmp6hcaky7k/tests/tests_default.yml:33 -----------------------------------
cleanup - find certificates --------------------------------------------- 0.40s
/tmp/tmp6hcaky7k/tests/tasks/cleanup.yml:13 -----------------------------------
test - socket is active ------------------------------------------------- 0.30s
/tmp/tmp6hcaky7k/tests/tests_default.yml:11 -----------------------------------
test - socket is enabled ------------------------------------------------ 0.30s
/tmp/tmp6hcaky7k/tests/tests_default.yml:15 -----------------------------------
test - clean up output file --------------------------------------------- 0.30s
/tmp/tmp6hcaky7k/tests/tests_default.yml:28 -----------------------------------
cleanup - certificates -------------------------------------------------- 0.29s
/tmp/tmp6hcaky7k/tests/tasks/cleanup.yml:23 -----------------------------------
cleanup - config file --------------------------------------------------- 0.29s
/tmp/tmp6hcaky7k/tests/tasks/cleanup.yml:32 -----------------------------------
test - HTTP response is something sensible ------------------------------ 0.29s
/tmp/tmp6hcaky7k/tests/tests_default.yml:25 -----------------------------------
cleanup - port customization -------------------------------------------- 0.28s
/tmp/tmp6hcaky7k/tests/tasks/cleanup.yml:40 -----------------------------------
test - no port configuration file --------------------------------------- 0.28s
/tmp/tmp6hcaky7k/tests/tests_default.yml:39 -----------------------------------
linux-system-roles.cockpit : Set version specific variables ------------- 0.04s
/tmp/tmp6hcaky7k/tests/roles/linux-system-roles.cockpit/tasks/set_vars.yml:8 --
ansible-playbook [core 2.12.6]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.9/site-packages/ansible
ansible collection location = /tmp/tmp1dlaws1u
executable location = /usr/bin/ansible-playbook
python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
jinja version = 2.11.3
libyaml = True
Using /etc/ansible/ansible.cfg as config file
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: rhel-7_setup.yml *****************************************************
1 plays in /cache/rhel-7_setup.yml
PLAY [Setup repos] *************************************************************
META: ran handlers
TASK [set up internal repositories] ********************************************
task path: /cache/rhel-7_setup.yml:5
Wednesday 03 August 2022 07:58:32 +0000 (0:00:00.017) 0:00:00.017 ******
ok: [/cache/rhel-7.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
ok: [/cache/rhel-7.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
ok: [/cache/rhel-7.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
ok: [/cache/rhel-7.qcow2] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
ok: [/cache/rhel-7.qcow2] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/rhel-7.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
Wednesday 03 August 2022 07:58:33 +0000 (0:00:01.311) 0:00:01.329 ******
===============================================================================
set up internal repositories -------------------------------------------- 1.31s
/cache/rhel-7_setup.yml:5 -----------------------------------------------------
PLAYBOOK: tests_default.yml ****************************************************
1 plays in /tmp/tmp4asdzj92/tests/cockpit/tests_default.yml
PLAY [Test role with default options] ******************************************
META: ran handlers
TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts and variables used by role] ***
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:1
Wednesday 03 August 2022 07:58:33 +0000 (0:00:00.056) 0:00:01.386 ******
included: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for /cache/rhel-7.qcow2
TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Wednesday 03 August 2022 07:58:33 +0000 (0:00:00.023) 0:00:01.410 ******
ok: [/cache/rhel-7.qcow2]
TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:7
Wednesday 03 August 2022 07:58:34 +0000 (0:00:00.614) 0:00:02.024 ******
ok: [/cache/rhel-7.qcow2] => (item=/tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/RedHat-7.yml) => {
"ansible_facts": {
"__cockpit_packages": {
"default": "{{ __cockpit_packages_minimal + __cockpit_packages_default }}",
"full": "{{ __cockpit_packages_minimal + __cockpit_packages_default + __cockpit_packages_full }}",
"minimal": "{{ __cockpit_packages_minimal }}"
},
"__cockpit_packages_default": [
"cockpit",
"cockpit-networkmanager",
"cockpit-packagekit",
"cockpit-selinux",
"cockpit-storaged"
],
"__cockpit_packages_exclude": [
"cockpit-machines-ovirt",
"cockpit-tests"
],
"__cockpit_packages_full": [
"cockpit-composer",
"cockpit-dashboard",
"cockpit-doc",
"cockpit-docker",
"cockpit-leapp",
"cockpit-machines",
"cockpit-pcp",
"cockpit-shell"
],
"__cockpit_packages_minimal": [
"cockpit-system",
"cockpit-ws"
]
},
"ansible_included_var_files": [
"/tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/RedHat-7.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "/tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/RedHat-7.yml"
}
TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:9
Wednesday 03 August 2022 07:58:34 +0000 (0:00:00.036) 0:00:02.061 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"cmd": [
"yum",
"repolist"
],
"delta": "0:00:00.213312",
"end": "2022-08-03 03:58:34.860197",
"rc": 0,
"start": "2022-08-03 03:58:34.646885"
}
STDOUT:
Loaded plugins: search-disabled-repos
repo id repo name status
rhel rhel 5,231
rhel-7-server-extras-rpms rhel-7-server-extras-rpms 1,431
rhel-ha-for-rhel-7-server-rpms rhel-ha-for-rhel-7-server-rpms 52
rhel-optional rhel-optional 4,688
repolist: 11,402
TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:17
Wednesday 03 August 2022 07:58:34 +0000 (0:00:00.596) 0:00:02.658 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Manage cockpit packages using platform specific package manager if applicable] ***
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:21
Wednesday 03 August 2022 07:58:34 +0000 (0:00:00.021) 0:00:02.679 ******
included: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml for /cache/rhel-7.qcow2 => (item=/tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml)
TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml:1
Wednesday 03 August 2022 07:58:34 +0000 (0:00:00.029) 0:00:02.709 ******
ok: [/cache/rhel-7.qcow2] => {
"ansible_facts": {
"cockpit_packages": "default"
},
"changed": false
}
TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml:6
Wednesday 03 August 2022 07:58:34 +0000 (0:00:00.033) 0:00:02.743 ******
changed: [/cache/rhel-7.qcow2] => {
"changed": true,
"changes": {
"installed": [
"cockpit-system",
"cockpit-ws",
"cockpit",
"cockpit-networkmanager",
"cockpit-packagekit",
"cockpit-selinux",
"cockpit-storaged"
]
},
"rc": 0,
"results": [
"Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package cockpit.x86_64 0:195.10-1.el7 will be installed\n--> Processing Dependency: cockpit-bridge for package: cockpit-195.10-1.el7.x86_64\n---> Package cockpit-packagekit.x86_64 0:195.12-1.el7_9 will be installed\n--> Processing Dependency: PackageKit for package: cockpit-packagekit-195.12-1.el7_9.x86_64\n---> Package cockpit-storaged.noarch 0:195.12-1.el7_9 will be installed\n--> Processing Dependency: udisks2 >= 2.6 for package: cockpit-storaged-195.12-1.el7_9.noarch\n--> Processing Dependency: udisks2-iscsi >= 2.6 for package: cockpit-storaged-195.12-1.el7_9.noarch\n--> Processing Dependency: udisks2-lvm2 >= 2.6 for package: cockpit-storaged-195.12-1.el7_9.noarch\n--> Processing Dependency: device-mapper-multipath for package: cockpit-storaged-195.12-1.el7_9.noarch\n---> Package cockpit-system.noarch 0:195.10-1.el7 will be installed\n---> Package cockpit-ws.x86_64 0:195.10-1.el7 will be installed\n--> Running transaction check\n---> Package PackageKit.x86_64 0:1.1.10-2.el7 will be installed\n--> Processing Dependency: PackageKit-glib(x86-64) = 1.1.10-2.el7 for package: PackageKit-1.1.10-2.el7.x86_64\n--> Processing Dependency: PackageKit-backend for package: PackageKit-1.1.10-2.el7.x86_64\n--> Processing Dependency: libpackagekit-glib2.so.18()(64bit) for package: PackageKit-1.1.10-2.el7.x86_64\n---> Package cockpit-bridge.x86_64 0:195.10-1.el7 will be installed\n---> Package device-mapper-multipath.x86_64 0:0.4.9-135.el7_9 will be installed\n--> Processing Dependency: device-mapper-multipath-libs = 0.4.9-135.el7_9 for package: device-mapper-multipath-0.4.9-135.el7_9.x86_64\n--> Processing Dependency: libmultipath.so.0()(64bit) for package: device-mapper-multipath-0.4.9-135.el7_9.x86_64\n--> Processing Dependency: libmpathpersist.so.0()(64bit) for package: device-mapper-multipath-0.4.9-135.el7_9.x86_64\n--> Processing Dependency: libmpathcmd.so.0()(64bit) for package: device-mapper-multipath-0.4.9-135.el7_9.x86_64\n---> Package udisks2.x86_64 0:2.8.4-1.el7 will be installed\n--> Processing Dependency: libudisks2(x86-64) = 2.8.4-1.el7 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev-swap >= 2.13 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev-part >= 2.13 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev-mdraid >= 2.13 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev-loop >= 2.13 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev-fs >= 2.13 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev-crypto >= 2.13 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev >= 2.13 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libatasmart >= 0.17 for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: gdisk for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: dosfstools for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libudisks2.so.0()(64bit) for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libblockdev.so.2()(64bit) for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libbd_utils.so.2()(64bit) for package: udisks2-2.8.4-1.el7.x86_64\n--> Processing Dependency: libatasmart.so.4()(64bit) for package: udisks2-2.8.4-1.el7.x86_64\n---> Package udisks2-iscsi.x86_64 0:2.8.4-1.el7 will be installed\n--> Processing Dependency: iscsi-initiator-utils for package: udisks2-iscsi-2.8.4-1.el7.x86_64\n--> Processing Dependency: libiscsi.so.0()(64bit) for package: udisks2-iscsi-2.8.4-1.el7.x86_64\n---> Package udisks2-lvm2.x86_64 0:2.8.4-1.el7 will be installed\n--> Processing Dependency: libblockdev-lvm >= 2.13 for package: udisks2-lvm2-2.8.4-1.el7.x86_64\n--> Processing Dependency: lvm2 for package: udisks2-lvm2-2.8.4-1.el7.x86_64\n--> Running transaction check\n---> Package PackageKit-glib.x86_64 0:1.1.10-2.el7 will be installed\n---> Package PackageKit-yum.x86_64 0:1.1.10-2.el7 will be installed\n---> Package device-mapper-multipath-libs.x86_64 0:0.4.9-135.el7_9 will be installed\n--> Processing Dependency: libaio.so.1(LIBAIO_0.4)(64bit) for package: device-mapper-multipath-libs-0.4.9-135.el7_9.x86_64\n--> Processing Dependency: libaio.so.1(LIBAIO_0.1)(64bit) for package: device-mapper-multipath-libs-0.4.9-135.el7_9.x86_64\n--> Processing Dependency: libaio.so.1()(64bit) for package: device-mapper-multipath-libs-0.4.9-135.el7_9.x86_64\n---> Package dosfstools.x86_64 0:3.0.20-10.el7 will be installed\n---> Package gdisk.x86_64 0:0.8.10-3.el7 will be installed\n---> Package iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 will be installed\n--> Processing Dependency: iscsi-initiator-utils-iscsiuio >= 6.2.0.874-22.el7_9 for package: iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64\n---> Package libatasmart.x86_64 0:0.19-6.el7 will be installed\n---> Package libblockdev.x86_64 0:2.18-5.el7 will be installed\n---> Package libblockdev-crypto.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: libvolume_key.so.1()(64bit) for package: libblockdev-crypto-2.18-5.el7.x86_64\n---> Package libblockdev-fs.x86_64 0:2.18-5.el7 will be installed\n---> Package libblockdev-loop.x86_64 0:2.18-5.el7 will be installed\n---> Package libblockdev-lvm.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: device-mapper-persistent-data for package: libblockdev-lvm-2.18-5.el7.x86_64\n---> Package libblockdev-mdraid.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: mdadm for package: libblockdev-mdraid-2.18-5.el7.x86_64\n--> Processing Dependency: libbytesize.so.1()(64bit) for package: libblockdev-mdraid-2.18-5.el7.x86_64\n---> Package libblockdev-part.x86_64 0:2.18-5.el7 will be installed\n---> Package libblockdev-swap.x86_64 0:2.18-5.el7 will be installed\n---> Package libblockdev-utils.x86_64 0:2.18-5.el7 will be installed\n---> Package libudisks2.x86_64 0:2.8.4-1.el7 will be installed\n---> Package lvm2.x86_64 7:2.02.187-6.el7_9.5 will be installed\n--> Processing Dependency: lvm2-libs = 7:2.02.187-6.el7_9.5 for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n--> Processing Dependency: liblvm2app.so.2.2(Base)(64bit) for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n--> Processing Dependency: libdevmapper-event.so.1.02(Base)(64bit) for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n--> Processing Dependency: liblvm2app.so.2.2()(64bit) for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n--> Processing Dependency: libdevmapper-event.so.1.02()(64bit) for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n--> Running transaction check\n---> Package device-mapper-event-libs.x86_64 7:1.02.170-6.el7_9.5 will be installed\n---> Package device-mapper-persistent-data.x86_64 0:0.8.5-3.el7_9.2 will be installed\n---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 will be installed\n---> Package libaio.x86_64 0:0.3.109-13.el7 will be installed\n---> Package libbytesize.x86_64 0:1.2-1.el7 will be installed\n--> Processing Dependency: libmpfr.so.4()(64bit) for package: libbytesize-1.2-1.el7.x86_64\n---> Package lvm2-libs.x86_64 7:2.02.187-6.el7_9.5 will be installed\n--> Processing Dependency: device-mapper-event = 7:1.02.170-6.el7_9.5 for package: 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64\n---> Package mdadm.x86_64 0:4.1-9.el7_9 will be installed\n--> Processing Dependency: libreport-filesystem for package: mdadm-4.1-9.el7_9.x86_64\n---> Package volume_key-libs.x86_64 0:0.3.9-9.el7 will be installed\n--> Running transaction check\n---> Package device-mapper-event.x86_64 7:1.02.170-6.el7_9.5 will be installed\n---> Package libreport-filesystem.x86_64 0:2.1.11-53.el7 will be installed\n---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n cockpit x86_64 195.10-1.el7 rhel 49 k\n cockpit-packagekit x86_64 195.12-1.el7_9 rhel-7-server-extras-rpms\n 259 k\n cockpit-storaged noarch 195.12-1.el7_9 rhel-7-server-extras-rpms\n 372 k\n cockpit-system noarch 195.10-1.el7 rhel 1.8 M\n cockpit-ws x86_64 195.10-1.el7 rhel 806 k\nInstalling for dependencies:\n PackageKit x86_64 1.1.10-2.el7 rhel 586 k\n PackageKit-glib x86_64 1.1.10-2.el7 rhel 128 k\n PackageKit-yum x86_64 1.1.10-2.el7 rhel 75 k\n cockpit-bridge x86_64 195.10-1.el7 rhel 553 k\n device-mapper-event x86_64 7:1.02.170-6.el7_9.5 rhel 192 k\n device-mapper-event-libs x86_64 7:1.02.170-6.el7_9.5 rhel 192 k\n device-mapper-multipath x86_64 0.4.9-135.el7_9 rhel 148 k\n device-mapper-multipath-libs x86_64 0.4.9-135.el7_9 rhel 268 k\n device-mapper-persistent-data x86_64 0.8.5-3.el7_9.2 rhel 423 k\n dosfstools x86_64 3.0.20-10.el7 rhel 101 k\n gdisk x86_64 0.8.10-3.el7 rhel 190 k\n iscsi-initiator-utils x86_64 6.2.0.874-22.el7_9 rhel 423 k\n iscsi-initiator-utils-iscsiuio x86_64 6.2.0.874-22.el7_9 rhel 94 k\n libaio x86_64 0.3.109-13.el7 rhel 24 k\n libatasmart x86_64 0.19-6.el7 rhel 43 k\n libblockdev x86_64 2.18-5.el7 rhel 119 k\n libblockdev-crypto x86_64 2.18-5.el7 rhel 60 k\n libblockdev-fs x86_64 2.18-5.el7 rhel 66 k\n libblockdev-loop x86_64 2.18-5.el7 rhel 51 k\n libblockdev-lvm x86_64 2.18-5.el7 rhel 62 k\n libblockdev-mdraid x86_64 2.18-5.el7 rhel 57 k\n libblockdev-part x86_64 2.18-5.el7 rhel 60 k\n libblockdev-swap x86_64 2.18-5.el7 rhel 52 k\n libblockdev-utils x86_64 2.18-5.el7 rhel 59 k\n libbytesize x86_64 1.2-1.el7 rhel 52 k\n libreport-filesystem x86_64 2.1.11-53.el7 rhel 41 k\n libudisks2 x86_64 2.8.4-1.el7 rhel 129 k\n lvm2 x86_64 7:2.02.187-6.el7_9.5 rhel 1.3 M\n lvm2-libs x86_64 7:2.02.187-6.el7_9.5 rhel 1.1 M\n mdadm x86_64 4.1-9.el7_9 rhel 440 k\n mpfr x86_64 3.1.1-4.el7 rhel 203 k\n udisks2 x86_64 2.8.4-1.el7 rhel 441 k\n udisks2-iscsi x86_64 2.8.4-1.el7 rhel 37 k\n udisks2-lvm2 x86_64 2.8.4-1.el7 rhel 62 k\n volume_key-libs x86_64 0.3.9-9.el7 rhel 141 k\n\nTransaction Summary\n================================================================================\nInstall 5 Packages (+35 Dependent packages)\n\nTotal download size: 11 M\nInstalled size: 27 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 32 MB/s | 11 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libblockdev-utils-2.18-5.el7.x86_64 1/40 \n Installing : libaio-0.3.109-13.el7.x86_64 2/40 \n Installing : cockpit-bridge-195.10-1.el7.x86_64 3/40 \n Installing : 7:device-mapper-event-libs-1.02.170-6.el7_9.5.x86_64 4/40 \n Installing : cockpit-system-195.10-1.el7.noarch 5/40 \n Installing : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64 6/40 \n Installing : gdisk-0.8.10-3.el7.x86_64 7/40 \n Installing : 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64 8/40 \n Installing : 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64 9/40 \n Installing : 7:lvm2-2.02.187-6.el7_9.5.x86_64 10/40 \n Installing : libblockdev-lvm-2.18-5.el7.x86_64 11/40 \n Installing : device-mapper-multipath-libs-0.4.9-135.el7_9.x86_64 12/40 \n Installing : device-mapper-multipath-0.4.9-135.el7_9.x86_64 13/40 \n Installing : libblockdev-part-2.18-5.el7.x86_64 14/40 \n Installing : libblockdev-fs-2.18-5.el7.x86_64 15/40 \n Installing : libblockdev-swap-2.18-5.el7.x86_64 16/40 \n Installing : libblockdev-loop-2.18-5.el7.x86_64 17/40 \n Installing : libblockdev-2.18-5.el7.x86_64 18/40 \n Installing : iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64 19/40 \n Installing : iscsi-initiator-utils-iscsiuio-6.2.0.874-22.el7_9.x86_64 20/40 \n Installing : libreport-filesystem-2.1.11-53.el7.x86_64 21/40 \n Installing : mdadm-4.1-9.el7_9.x86_64 22/40 \n Installing : volume_key-libs-0.3.9-9.el7.x86_64 23/40 \n Installing : libblockdev-crypto-2.18-5.el7.x86_64 24/40 \n Installing : mpfr-3.1.1-4.el7.x86_64 25/40 \n Installing : libbytesize-1.2-1.el7.x86_64 26/40 \n Installing : libblockdev-mdraid-2.18-5.el7.x86_64 27/40 \n Installing : PackageKit-glib-1.1.10-2.el7.x86_64 28/40 \n Installing : PackageKit-yum-1.1.10-2.el7.x86_64 29/40 \n Installing : PackageKit-1.1.10-2.el7.x86_64 30/40 \n Installing : libatasmart-0.19-6.el7.x86_64 31/40 \n Installing : dosfstools-3.0.20-10.el7.x86_64 32/40 \n Installing : libudisks2-2.8.4-1.el7.x86_64 33/40 \n Installing : udisks2-2.8.4-1.el7.x86_64 34/40 \n Installing : udisks2-iscsi-2.8.4-1.el7.x86_64 35/40 \n Installing : udisks2-lvm2-2.8.4-1.el7.x86_64 36/40 \n Installing : cockpit-ws-195.10-1.el7.x86_64 37/40 \n Installing : cockpit-195.10-1.el7.x86_64 38/40 \n Installing : cockpit-storaged-195.12-1.el7_9.noarch 39/40 \n Installing : cockpit-packagekit-195.12-1.el7_9.x86_64 40/40 \n Verifying : 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64 1/40 \n Verifying : cockpit-storaged-195.12-1.el7_9.noarch 2/40 \n Verifying : libblockdev-swap-2.18-5.el7.x86_64 3/40 \n Verifying : libblockdev-part-2.18-5.el7.x86_64 4/40 \n Verifying : cockpit-system-195.10-1.el7.noarch 5/40 \n Verifying : cockpit-ws-195.10-1.el7.x86_64 6/40 \n Verifying : libblockdev-lvm-2.18-5.el7.x86_64 7/40 \n Verifying : libblockdev-mdraid-2.18-5.el7.x86_64 8/40 \n Verifying : libudisks2-2.8.4-1.el7.x86_64 9/40 \n Verifying : dosfstools-3.0.20-10.el7.x86_64 10/40 \n Verifying : device-mapper-multipath-libs-0.4.9-135.el7_9.x86_64 11/40 \n Verifying : cockpit-packagekit-195.12-1.el7_9.x86_64 12/40 \n Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.874-22.el7_9.x86_64 13/40 \n Verifying : PackageKit-1.1.10-2.el7.x86_64 14/40 \n Verifying : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64 15/40 \n Verifying : iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64 16/40 \n Verifying : libblockdev-loop-2.18-5.el7.x86_64 17/40 \n Verifying : 7:lvm2-2.02.187-6.el7_9.5.x86_64 18/40 \n Verifying : udisks2-2.8.4-1.el7.x86_64 19/40 \n Verifying : libatasmart-0.19-6.el7.x86_64 20/40 \n Verifying : 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64 21/40 \n Verifying : udisks2-iscsi-2.8.4-1.el7.x86_64 22/40 \n Verifying : device-mapper-multipath-0.4.9-135.el7_9.x86_64 23/40 \n Verifying : libblockdev-2.18-5.el7.x86_64 24/40 \n Verifying : udisks2-lvm2-2.8.4-1.el7.x86_64 25/40 \n Verifying : cockpit-195.10-1.el7.x86_64 26/40 \n Verifying : libbytesize-1.2-1.el7.x86_64 27/40 \n Verifying : 7:device-mapper-event-libs-1.02.170-6.el7_9.5.x86_64 28/40 \n Verifying : PackageKit-glib-1.1.10-2.el7.x86_64 29/40 \n Verifying : libaio-0.3.109-13.el7.x86_64 30/40 \n Verifying : libblockdev-utils-2.18-5.el7.x86_64 31/40 \n Verifying : mpfr-3.1.1-4.el7.x86_64 32/40 \n Verifying : volume_key-libs-0.3.9-9.el7.x86_64 33/40 \n Verifying : libblockdev-fs-2.18-5.el7.x86_64 34/40 \n Verifying : PackageKit-yum-1.1.10-2.el7.x86_64 35/40 \n Verifying : libreport-filesystem-2.1.11-53.el7.x86_64 36/40 \n Verifying : gdisk-0.8.10-3.el7.x86_64 37/40 \n Verifying : mdadm-4.1-9.el7_9.x86_64 38/40 \n Verifying : libblockdev-crypto-2.18-5.el7.x86_64 39/40 \n Verifying : cockpit-bridge-195.10-1.el7.x86_64 40/40 \n\nInstalled:\n cockpit.x86_64 0:195.10-1.el7 \n cockpit-packagekit.x86_64 0:195.12-1.el7_9 \n cockpit-storaged.noarch 0:195.12-1.el7_9 \n cockpit-system.noarch 0:195.10-1.el7 \n cockpit-ws.x86_64 0:195.10-1.el7 \n\nDependency Installed:\n PackageKit.x86_64 0:1.1.10-2.el7 \n PackageKit-glib.x86_64 0:1.1.10-2.el7 \n PackageKit-yum.x86_64 0:1.1.10-2.el7 \n cockpit-bridge.x86_64 0:195.10-1.el7 \n device-mapper-event.x86_64 7:1.02.170-6.el7_9.5 \n device-mapper-event-libs.x86_64 7:1.02.170-6.el7_9.5 \n device-mapper-multipath.x86_64 0:0.4.9-135.el7_9 \n device-mapper-multipath-libs.x86_64 0:0.4.9-135.el7_9 \n device-mapper-persistent-data.x86_64 0:0.8.5-3.el7_9.2 \n dosfstools.x86_64 0:3.0.20-10.el7 \n gdisk.x86_64 0:0.8.10-3.el7 \n iscsi-initiator-utils.x86_64 0:6.2.0.874-22.el7_9 \n iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-22.el7_9 \n libaio.x86_64 0:0.3.109-13.el7 \n libatasmart.x86_64 0:0.19-6.el7 \n libblockdev.x86_64 0:2.18-5.el7 \n libblockdev-crypto.x86_64 0:2.18-5.el7 \n libblockdev-fs.x86_64 0:2.18-5.el7 \n libblockdev-loop.x86_64 0:2.18-5.el7 \n libblockdev-lvm.x86_64 0:2.18-5.el7 \n libblockdev-mdraid.x86_64 0:2.18-5.el7 \n libblockdev-part.x86_64 0:2.18-5.el7 \n libblockdev-swap.x86_64 0:2.18-5.el7 \n libblockdev-utils.x86_64 0:2.18-5.el7 \n libbytesize.x86_64 0:1.2-1.el7 \n libreport-filesystem.x86_64 0:2.1.11-53.el7 \n libudisks2.x86_64 0:2.8.4-1.el7 \n lvm2.x86_64 7:2.02.187-6.el7_9.5 \n lvm2-libs.x86_64 7:2.02.187-6.el7_9.5 \n mdadm.x86_64 0:4.1-9.el7_9 \n mpfr.x86_64 0:3.1.1-4.el7 \n udisks2.x86_64 0:2.8.4-1.el7 \n udisks2-iscsi.x86_64 0:2.8.4-1.el7 \n udisks2-lvm2.x86_64 0:2.8.4-1.el7 \n volume_key-libs.x86_64 0:0.3.9-9.el7 \n\nComplete!\n"
]
}
TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:27
Wednesday 03 August 2022 07:58:46 +0000 (0:00:11.280) 0:00:14.023 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35
Wednesday 03 August 2022 07:58:46 +0000 (0:00:00.031) 0:00:14.055 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Check if SELinux is enabled] *********
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:51
Wednesday 03 August 2022 07:58:46 +0000 (0:00:00.023) 0:00:14.079 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [Allow cockpit to own custom port in SELinux policy] **********************
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:58
Wednesday 03 August 2022 07:58:46 +0000 (0:00:00.024) 0:00:14.104 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port] ***
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:66
Wednesday 03 August 2022 07:58:46 +0000 (0:00:00.024) 0:00:14.128 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/listen.conf",
"state": "absent"
}
TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled] ***
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:75
Wednesday 03 August 2022 07:58:46 +0000 (0:00:00.440) 0:00:14.569 ******
changed: [/cache/rhel-7.qcow2] => {
"changed": true,
"enabled": true,
"name": "cockpit.socket",
"state": "started",
"status": {
"Accept": "no",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "systemd-journald.socket sysinit.target system.slice",
"AllowIsolate": "no",
"AmbientCapabilities": "0",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Backlog": "128",
"Before": "sockets.target cockpit-motd.service cockpit.service shutdown.target",
"BindIPv6Only": "default",
"BlockIOAccounting": "no",
"BlockIOWeight": "18446744073709551615",
"Broadcast": "no",
"CPUAccounting": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "18446744073709551615",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "18446744073709551615",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"Conflicts": "shutdown.target",
"ControlPID": "0",
"DefaultDependencies": "yes",
"DeferAcceptUSec": "0",
"Delegate": "no",
"Description": "Cockpit Web Service Socket",
"DevicePolicy": "auto",
"DirectoryMode": "0755",
"Documentation": "man:cockpit-ws(8)",
"ExecStartPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf active.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopPost": "{ path=/bin/ln ; argv[]=/bin/ln -snf /usr/share/cockpit/motd/inactive.motd /run/cockpit/motd ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"FragmentPath": "/usr/lib/systemd/system/cockpit.socket",
"FreeBind": "no",
"IOScheduling": "0",
"IPTOS": "-1",
"IPTTL": "-1",
"Id": "cockpit.socket",
"IgnoreOnIsolate": "no",
"IgnoreOnSnapshot": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestampMonotonic": "0",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "0",
"KeepAlive": "no",
"KeepAliveIntervalUSec": "0",
"KeepAliveProbes": "0",
"KeepAliveTimeUSec": "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": "4096",
"LimitNPROC": "7150",
"LimitRSS": "18446744073709551615",
"LimitRTPRIO": "0",
"LimitRTTIME": "18446744073709551615",
"LimitSIGPENDING": "7150",
"LimitSTACK": "18446744073709551615",
"ListenStream": "[::]:9090",
"LoadState": "loaded",
"Mark": "-1",
"MaxConnections": "64",
"MemoryAccounting": "no",
"MemoryCurrent": "18446744073709551615",
"MemoryLimit": "18446744073709551615",
"MountFlags": "0",
"NAccepted": "0",
"NConnections": "0",
"Names": "cockpit.socket",
"NeedDaemonReload": "no",
"Nice": "0",
"NoDelay": "no",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"PassCredentials": "no",
"PassSecurity": "no",
"PipeSize": "0",
"Priority": "-1",
"PrivateDevices": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"ProtectHome": "no",
"ProtectSystem": "no",
"ReceiveBuffer": "0",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"RemoveOnStop": "no",
"RequiredBy": "cockpit.service",
"Requires": "sysinit.target system.slice",
"Result": "success",
"ReusePort": "no",
"RuntimeDirectoryMode": "0755",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendBuffer": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"Slice": "system.slice",
"SocketMode": "0666",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartupBlockIOWeight": "18446744073709551615",
"StartupCPUShares": "18446744073709551615",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "0",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "no",
"TasksCurrent": "18446744073709551615",
"TasksMax": "18446744073709551615",
"TimeoutUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Transparent": "no",
"Triggers": "cockpit.service",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"Wants": "cockpit-motd.service"
}
}
TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] ***
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:81
Wednesday 03 August 2022 07:58:47 +0000 (0:00:00.779) 0:00:15.348 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:92
Wednesday 03 August 2022 07:58:47 +0000 (0:00:00.023) 0:00:15.372 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102
Wednesday 03 August 2022 07:58:47 +0000 (0:00:00.025) 0:00:15.397 ******
skipping: [/cache/rhel-7.qcow2] => {
"changed": false,
"skip_reason": "Conditional result was False"
}
META: role_complete for /cache/rhel-7.qcow2
TASK [test - socket is active] *************************************************
task path: /tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:11
Wednesday 03 August 2022 07:58:47 +0000 (0:00:00.028) 0:00:15.426 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"cmd": [
"systemctl",
"is-active",
"cockpit.socket"
],
"delta": "0:00:00.006384",
"end": "2022-08-03 03:58:47.924891",
"rc": 0,
"start": "2022-08-03 03:58:47.918507"
}
STDOUT:
active
TASK [test - socket is enabled] ************************************************
task path: /tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:15
Wednesday 03 August 2022 07:58:47 +0000 (0:00:00.288) 0:00:15.714 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"cmd": [
"systemctl",
"is-enabled",
"cockpit.socket"
],
"delta": "0:00:00.006530",
"end": "2022-08-03 03:58:48.213565",
"rc": 0,
"start": "2022-08-03 03:58:48.207035"
}
STDOUT:
enabled
TASK [test - cockpit works with TLS] *******************************************
task path: /tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:19
Wednesday 03 August 2022 07:58:48 +0000 (0:00:00.291) 0:00:16.005 ******
changed: [/cache/rhel-7.qcow2] => {
"changed": true,
"checksum_dest": null,
"checksum_src": "4b564df1a811346128de5f502a14e490c827eb86",
"dest": "/run/out",
"elapsed": 0,
"gid": 0,
"group": "root",
"md5sum": "da0ccfc988e2a4f366130e3a1914a226",
"mode": "0644",
"owner": "root",
"secontext": "system_u:object_r:var_run_t:s0",
"size": 39147,
"src": "/root/.ansible/tmp/ansible-tmp-1659513528.229745-300837-252148823838623/tmpfw6_jT",
"state": "file",
"status_code": 200,
"uid": 0,
"url": "https://localhost:9090"
}
MSG:
OK (unknown bytes)
TASK [test - HTTP response is something sensible] ******************************
task path: /tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:25
Wednesday 03 August 2022 07:58:48 +0000 (0:00:00.688) 0:00:16.694 ******
changed: [/cache/rhel-7.qcow2] => {
"changed": true,
"cmd": [
"grep",
"id=\"login-user-input\"",
"/run/out"
],
"delta": "0:00:00.003749",
"end": "2022-08-03 03:58:49.203997",
"rc": 0,
"start": "2022-08-03 03:58:49.200248"
}
STDOUT:
TASK [test - clean up output file] *********************************************
task path: /tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:28
Wednesday 03 August 2022 07:58:49 +0000 (0:00:00.301) 0:00:16.996 ******
changed: [/cache/rhel-7.qcow2] => {
"changed": true,
"path": "/run/out",
"state": "absent"
}
TASK [test - no configuration file] ********************************************
task path: /tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:33
Wednesday 03 August 2022 07:58:49 +0000 (0:00:00.289) 0:00:17.285 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"failed_when_result": false,
"stat": {
"exists": false
}
}
TASK [test - no port configuration file] ***************************************
task path: /tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:39
Wednesday 03 August 2022 07:58:49 +0000 (0:00:00.401) 0:00:17.687 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"failed_when_result": false,
"stat": {
"exists": false
}
}
TASK [include_tasks] ***********************************************************
task path: /tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:46
Wednesday 03 August 2022 07:58:50 +0000 (0:00:00.289) 0:00:17.977 ******
included: /tmp/tmp4asdzj92/tests/cockpit/tasks/cleanup.yml for /cache/rhel-7.qcow2
TASK [cleanup - packages] ******************************************************
task path: /tmp/tmp4asdzj92/tests/cockpit/tasks/cleanup.yml:1
Wednesday 03 August 2022 07:58:50 +0000 (0:00:00.024) 0:00:18.002 ******
changed: [/cache/rhel-7.qcow2] => {
"changed": true,
"changes": {
"removed": [
"cockpit-bridge",
"cockpit-ws"
]
},
"rc": 0,
"results": [
"cockpit-doc is not installed",
"Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package cockpit-bridge.x86_64 0:195.10-1.el7 will be erased\n--> Processing Dependency: cockpit-bridge >= 195.10-1.el7 for package: cockpit-system-195.10-1.el7.noarch\n--> Processing Dependency: cockpit-bridge for package: cockpit-195.10-1.el7.x86_64\n--> Processing Dependency: cockpit-bridge >= 122 for package: cockpit-packagekit-195.12-1.el7_9.x86_64\n---> Package cockpit-ws.x86_64 0:195.10-1.el7 will be erased\n--> Running transaction check\n---> Package cockpit.x86_64 0:195.10-1.el7 will be erased\n---> Package cockpit-packagekit.x86_64 0:195.12-1.el7_9 will be erased\n---> Package cockpit-system.noarch 0:195.10-1.el7 will be erased\n--> Processing Dependency: cockpit-shell >= 122 for package: cockpit-storaged-195.12-1.el7_9.noarch\n--> Running transaction check\n---> Package cockpit-storaged.noarch 0:195.12-1.el7_9 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n cockpit-bridge x86_64 195.10-1.el7 @rhel 868 k\n cockpit-ws x86_64 195.10-1.el7 @rhel 1.6 M\nRemoving for dependencies:\n cockpit x86_64 195.10-1.el7 @rhel 51 k\n cockpit-packagekit x86_64 195.12-1.el7_9 @rhel-7-server-extras-rpms 229 k\n cockpit-storaged noarch 195.12-1.el7_9 @rhel-7-server-extras-rpms 340 k\n cockpit-system noarch 195.10-1.el7 @rhel 1.8 M\n\nTransaction Summary\n================================================================================\nRemove 2 Packages (+4 Dependent packages)\n\nInstalled size: 4.9 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : cockpit-195.10-1.el7.x86_64 1/6 \n Erasing : cockpit-packagekit-195.12-1.el7_9.x86_64 2/6 \n Erasing : cockpit-storaged-195.12-1.el7_9.noarch 3/6 \n Erasing : cockpit-system-195.10-1.el7.noarch 4/6 \n Erasing : cockpit-bridge-195.10-1.el7.x86_64 5/6 \n Erasing : cockpit-ws-195.10-1.el7.x86_64 6/6 \n Verifying : cockpit-storaged-195.12-1.el7_9.noarch 1/6 \n Verifying : cockpit-system-195.10-1.el7.noarch 2/6 \n Verifying : cockpit-ws-195.10-1.el7.x86_64 3/6 \n Verifying : cockpit-195.10-1.el7.x86_64 4/6 \n Verifying : cockpit-packagekit-195.12-1.el7_9.x86_64 5/6 \n Verifying : cockpit-bridge-195.10-1.el7.x86_64 6/6 \n\nRemoved:\n cockpit-bridge.x86_64 0:195.10-1.el7 cockpit-ws.x86_64 0:195.10-1.el7 \n\nDependency Removed:\n cockpit.x86_64 0:195.10-1.el7 \n cockpit-packagekit.x86_64 0:195.12-1.el7_9 \n cockpit-storaged.noarch 0:195.12-1.el7_9 \n cockpit-system.noarch 0:195.10-1.el7 \n\nComplete!\n"
]
}
TASK [cleanup - find certificates] *********************************************
task path: /tmp/tmp4asdzj92/tests/cockpit/tasks/cleanup.yml:13
Wednesday 03 August 2022 07:58:51 +0000 (0:00:01.703) 0:00:19.705 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"examined": 1,
"files": [
{
"atime": 1659513528.8296359,
"ctime": 1659513528.8196359,
"dev": 64769,
"gid": 994,
"gr_name": "cockpit-ws",
"inode": 20983955,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0640",
"mtime": 1659513528.8136358,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"pw_name": "root",
"rgrp": true,
"roth": false,
"rusr": true,
"size": 2975,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
],
"matched": 1,
"skipped_paths": {}
}
MSG:
All paths examined
TASK [cleanup - certificates] **************************************************
task path: /tmp/tmp4asdzj92/tests/cockpit/tasks/cleanup.yml:23
Wednesday 03 August 2022 07:58:52 +0000 (0:00:00.425) 0:00:20.130 ******
changed: [/cache/rhel-7.qcow2] => (item={'uid': 0, 'woth': False, 'mtime': 1659513528.8136358, 'inode': 20983955, 'isgid': False, 'size': 2975, 'roth': False, 'isuid': False, 'isreg': True, 'pw_name': 'root', 'gid': 994, 'ischr': False, 'wusr': True, 'xoth': False, 'rusr': True, 'nlink': 1, 'issock': False, 'rgrp': True, 'gr_name': 'cockpit-ws', 'path': '/etc/cockpit/ws-certs.d/0-self-signed.cert', 'xusr': False, 'atime': 1659513528.8296359, 'isdir': False, 'ctime': 1659513528.8196359, 'isblk': False, 'xgrp': False, 'dev': 64769, 'wgrp': False, 'isfifo': False, 'mode': '0640', 'islnk': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"atime": 1659513528.8296359,
"ctime": 1659513528.8196359,
"dev": 64769,
"gid": 994,
"gr_name": "cockpit-ws",
"inode": 20983955,
"isblk": false,
"ischr": false,
"isdir": false,
"isfifo": false,
"isgid": false,
"islnk": false,
"isreg": true,
"issock": false,
"isuid": false,
"mode": "0640",
"mtime": 1659513528.8136358,
"nlink": 1,
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"pw_name": "root",
"rgrp": true,
"roth": false,
"rusr": true,
"size": 2975,
"uid": 0,
"wgrp": false,
"woth": false,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
},
"path": "/etc/cockpit/ws-certs.d/0-self-signed.cert",
"state": "absent"
}
TASK [cleanup - config file] ***************************************************
task path: /tmp/tmp4asdzj92/tests/cockpit/tasks/cleanup.yml:32
Wednesday 03 August 2022 07:58:52 +0000 (0:00:00.290) 0:00:20.421 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"path": "/etc/cockpit/cockpit.conf",
"state": "absent"
}
TASK [cleanup - port customization] ********************************************
task path: /tmp/tmp4asdzj92/tests/cockpit/tasks/cleanup.yml:40
Wednesday 03 August 2022 07:58:52 +0000 (0:00:00.282) 0:00:20.703 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"path": "/etc/systemd/system/cockpit.socket.d/",
"state": "absent"
}
TASK [cleanup - reload systemd] ************************************************
task path: /tmp/tmp4asdzj92/tests/cockpit/tasks/cleanup.yml:48
Wednesday 03 August 2022 07:58:53 +0000 (0:00:00.295) 0:00:20.998 ******
ok: [/cache/rhel-7.qcow2] => {
"changed": false,
"name": null,
"status": {}
}
META: ran handlers
META: ran handlers
PLAY RECAP *********************************************************************
/cache/rhel-7.qcow2 : ok=24 changed=7 unreachable=0 failed=0 skipped=8 rescued=0 ignored=0
Wednesday 03 August 2022 07:58:53 +0000 (0:00:00.443) 0:00:21.441 ******
===============================================================================
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 11.28s
/tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml:6
cleanup - packages ------------------------------------------------------ 1.70s
/tmp/tmp4asdzj92/tests/cockpit/tasks/cleanup.yml:1 ----------------------------
set up internal repositories -------------------------------------------- 1.31s
/cache/rhel-7_setup.yml:5 -----------------------------------------------------
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 0.78s
/tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:75
test - cockpit works with TLS ------------------------------------------- 0.69s
/tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:19 ---------------------------
fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.61s
/tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
fedora.linux_system_roles.cockpit : List active RHEL repositories ------- 0.60s
/tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:9
cleanup - reload systemd ------------------------------------------------ 0.44s
/tmp/tmp4asdzj92/tests/cockpit/tasks/cleanup.yml:48 ---------------------------
fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.44s
/tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:66
cleanup - find certificates --------------------------------------------- 0.43s
/tmp/tmp4asdzj92/tests/cockpit/tasks/cleanup.yml:13 ---------------------------
test - no configuration file -------------------------------------------- 0.40s
/tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:33 ---------------------------
test - HTTP response is something sensible ------------------------------ 0.30s
/tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:25 ---------------------------
cleanup - port customization -------------------------------------------- 0.30s
/tmp/tmp4asdzj92/tests/cockpit/tasks/cleanup.yml:40 ---------------------------
test - socket is enabled ------------------------------------------------ 0.29s
/tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:15 ---------------------------
cleanup - certificates -------------------------------------------------- 0.29s
/tmp/tmp4asdzj92/tests/cockpit/tasks/cleanup.yml:23 ---------------------------
test - no port configuration file --------------------------------------- 0.29s
/tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:39 ---------------------------
test - clean up output file --------------------------------------------- 0.29s
/tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:28 ---------------------------
test - socket is active ------------------------------------------------- 0.29s
/tmp/tmp4asdzj92/tests/cockpit/tests_default.yml:11 ---------------------------
cleanup - config file --------------------------------------------------- 0.28s
/tmp/tmp4asdzj92/tests/cockpit/tasks/cleanup.yml:32 ---------------------------
fedora.linux_system_roles.cockpit : Set version specific variables ------ 0.04s
/tmp/tmp1dlaws1u/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:7