ansible-playbook 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible-playbook
  python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
Using /etc/ansible/ansible.cfg as config file
[WARNING]: running playbook inside collection fedora.linux_system_roles
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: tests_default.yml ****************************************************
1 plays in /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/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/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:2
Saturday 25 January 2025  07:35:34 -0500 (0:00:00.044)       0:00:00.044 ****** 
included: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml for managed-node3

TASK [fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role] ***
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2
Saturday 25 January 2025  07:35:34 -0500 (0:00:00.031)       0:00:00.076 ****** 
ok: [managed-node3]

TASK [fedora.linux_system_roles.cockpit : Check if system is ostree] ***********
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10
Saturday 25 January 2025  07:35:34 -0500 (0:00:00.913)       0:00:00.989 ****** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.cockpit : Set flag to indicate system is ostree] ***
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:15
Saturday 25 January 2025  07:35:35 -0500 (0:00:00.457)       0:00:01.446 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__cockpit_is_ostree": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22
Saturday 25 January 2025  07:35:35 -0500 (0:00:00.039)       0:00:01.486 ****** 
ok: [managed-node3] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.cockpit : Set flag if transactional-update exists] ***
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:27
Saturday 25 January 2025  07:35:35 -0500 (0:00:00.249)       0:00:01.735 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "__cockpit_is_transactional": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Set version specific variables] ******
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:31
Saturday 25 January 2025  07:35:35 -0500 (0:00:00.039)       0:00:01.775 ****** 
ok: [managed-node3] => (item=/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-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-machines", 
            "cockpit-pcp", 
            "cockpit-shell"
        ], 
        "__cockpit_packages_minimal": [
            "cockpit-system", 
            "cockpit-ws"
        ]
    }, 
    "ansible_included_var_files": [
        "/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-7.yml"
    ], 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/vars/CentOS-7.yml"
}

TASK [fedora.linux_system_roles.cockpit : List active RHEL repositories] *******
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:11
Saturday 25 January 2025  07:35:35 -0500 (0:00:00.052)       0:00:01.827 ****** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Enable RHEL repositories] ************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:18
Saturday 25 January 2025  07:35:35 -0500 (0:00:00.045)       0:00:01.872 ****** 
skipping: [managed-node3] => {
    "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/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:23
Saturday 25 January 2025  07:35:35 -0500 (0:00:00.035)       0:00:01.908 ****** 
included: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml for managed-node3

TASK [fedora.linux_system_roles.cockpit : If choosing custom package set, ensure minimal cockpit is included] ***
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml:2
Saturday 25 January 2025  07:35:35 -0500 (0:00:00.045)       0:00:01.954 ****** 
ok: [managed-node3] => {
    "ansible_facts": {
        "cockpit_packages": "default"
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed.] ***
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml:7
Saturday 25 January 2025  07:35:36 -0500 (0:00:00.038)       0:00:01.992 ****** 
changed: [managed-node3] => {
    "changed": true, 
    "changes": {
        "installed": [
            "cockpit", 
            "cockpit-packagekit", 
            "cockpit-storaged"
        ]
    }, 
    "rc": 0, 
    "results": [
        "cockpit-system-195.12-1.el7.centos.noarch providing cockpit-system is already installed", 
        "cockpit-ws-195.12-1.el7.centos.x86_64 providing cockpit-ws is already installed", 
        "cockpit-system-195.12-1.el7.centos.noarch providing cockpit-networkmanager is already installed", 
        "cockpit-system-195.12-1.el7.centos.noarch providing cockpit-selinux is already installed", 
        "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package cockpit.x86_64 0:195.12-1.el7.centos will be installed\n---> Package cockpit-packagekit.x86_64 0:195.12-1.el7.centos will be installed\n--> Processing Dependency: PackageKit for package: cockpit-packagekit-195.12-1.el7.centos.x86_64\n---> Package cockpit-storaged.noarch 0:195.12-1.el7.centos will be installed\n--> Processing Dependency: udisks2-lvm2 >= 2.6 for package: cockpit-storaged-195.12-1.el7.centos.noarch\n--> Processing Dependency: udisks2-iscsi >= 2.6 for package: cockpit-storaged-195.12-1.el7.centos.noarch\n--> Processing Dependency: udisks2 >= 2.6 for package: cockpit-storaged-195.12-1.el7.centos.noarch\n--> Processing Dependency: device-mapper-multipath for package: cockpit-storaged-195.12-1.el7.centos.noarch\n--> Running transaction check\n---> Package PackageKit.x86_64 0:1.1.10-2.el7.centos will be installed\n--> Processing Dependency: PackageKit-glib(x86-64) = 1.1.10-2.el7.centos for package: PackageKit-1.1.10-2.el7.centos.x86_64\n--> Processing Dependency: PackageKit-backend for package: PackageKit-1.1.10-2.el7.centos.x86_64\n--> Processing Dependency: libpackagekit-glib2.so.18()(64bit) for package: PackageKit-1.1.10-2.el7.centos.x86_64\n---> Package device-mapper-multipath.x86_64 0:0.4.9-136.el7_9 will be installed\n--> Processing Dependency: device-mapper-multipath-libs = 0.4.9-136.el7_9 for package: device-mapper-multipath-0.4.9-136.el7_9.x86_64\n--> Processing Dependency: libmultipath.so.0()(64bit) for package: device-mapper-multipath-0.4.9-136.el7_9.x86_64\n--> Processing Dependency: libmpathpersist.so.0()(64bit) for package: device-mapper-multipath-0.4.9-136.el7_9.x86_64\n--> Processing Dependency: libmpathcmd.so.0()(64bit) for package: device-mapper-multipath-0.4.9-136.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: libgudev-1.0.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.centos will be installed\n---> Package PackageKit-yum.x86_64 0:1.1.10-2.el7.centos will be installed\n--> Processing Dependency: pygobject2 for package: PackageKit-yum-1.1.10-2.el7.centos.x86_64\n---> Package device-mapper-multipath-libs.x86_64 0:0.4.9-136.el7_9 will be installed\n--> Processing Dependency: libaio.so.1(LIBAIO_0.4)(64bit) for package: device-mapper-multipath-libs-0.4.9-136.el7_9.x86_64\n--> Processing Dependency: libaio.so.1(LIBAIO_0.1)(64bit) for package: device-mapper-multipath-libs-0.4.9-136.el7_9.x86_64\n--> Processing Dependency: libaio.so.1()(64bit) for package: device-mapper-multipath-libs-0.4.9-136.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 libgudev1.x86_64 0:219-78.el7_9.9 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---> 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 pygobject2.x86_64 0:2.28.6-11.el7 will be installed\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.centos will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package                         Arch    Version                 Repository\n                                                                           Size\n================================================================================\nInstalling:\n cockpit                         x86_64  195.12-1.el7.centos     extras    51 k\n cockpit-packagekit              x86_64  195.12-1.el7.centos     extras   258 k\n cockpit-storaged                noarch  195.12-1.el7.centos     extras   372 k\nInstalling for dependencies:\n PackageKit                      x86_64  1.1.10-2.el7.centos     base     587 k\n PackageKit-glib                 x86_64  1.1.10-2.el7.centos     base     128 k\n PackageKit-yum                  x86_64  1.1.10-2.el7.centos     base      75 k\n device-mapper-event             x86_64  7:1.02.170-6.el7_9.5    updates  192 k\n device-mapper-event-libs        x86_64  7:1.02.170-6.el7_9.5    updates  192 k\n device-mapper-multipath         x86_64  0.4.9-136.el7_9         updates  148 k\n device-mapper-multipath-libs    x86_64  0.4.9-136.el7_9         updates  268 k\n device-mapper-persistent-data   x86_64  0.8.5-3.el7_9.2         updates  423 k\n dosfstools                      x86_64  3.0.20-10.el7           base     101 k\n gdisk                           x86_64  0.8.10-3.el7            base     190 k\n iscsi-initiator-utils           x86_64  6.2.0.874-22.el7_9      updates  423 k\n iscsi-initiator-utils-iscsiuio  x86_64  6.2.0.874-22.el7_9      updates   94 k\n libaio                          x86_64  0.3.109-13.el7          base      24 k\n libatasmart                     x86_64  0.19-6.el7              base      43 k\n libblockdev                     x86_64  2.18-5.el7              base     119 k\n libblockdev-crypto              x86_64  2.18-5.el7              base      60 k\n libblockdev-fs                  x86_64  2.18-5.el7              base      66 k\n libblockdev-loop                x86_64  2.18-5.el7              base      51 k\n libblockdev-lvm                 x86_64  2.18-5.el7              base      62 k\n libblockdev-mdraid              x86_64  2.18-5.el7              base      57 k\n libblockdev-part                x86_64  2.18-5.el7              base      60 k\n libblockdev-swap                x86_64  2.18-5.el7              base      52 k\n libblockdev-utils               x86_64  2.18-5.el7              base      58 k\n libbytesize                     x86_64  1.2-1.el7               base      52 k\n libgudev1                       x86_64  219-78.el7_9.9          updates  110 k\n libreport-filesystem            x86_64  2.1.11-53.el7.centos    base      41 k\n libudisks2                      x86_64  2.8.4-1.el7             base     129 k\n lvm2                            x86_64  7:2.02.187-6.el7_9.5    updates  1.3 M\n lvm2-libs                       x86_64  7:2.02.187-6.el7_9.5    updates  1.1 M\n mdadm                           x86_64  4.1-9.el7_9             updates  439 k\n pygobject2                      x86_64  2.28.6-11.el7           base     226 k\n udisks2                         x86_64  2.8.4-1.el7             base     441 k\n udisks2-iscsi                   x86_64  2.8.4-1.el7             base      37 k\n udisks2-lvm2                    x86_64  2.8.4-1.el7             base      62 k\n volume_key-libs                 x86_64  0.3.9-9.el7             base     141 k\n\nTransaction Summary\n================================================================================\nInstall  3 Packages (+35 Dependent packages)\n\nTotal download size: 8.1 M\nInstalled size: 23 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal                                              4.0 MB/s | 8.1 MB  00:02     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : libblockdev-utils-2.18-5.el7.x86_64                         1/38 \n  Installing : libaio-0.3.109-13.el7.x86_64                                2/38 \n  Installing : 7:device-mapper-event-libs-1.02.170-6.el7_9.5.x86_64        3/38 \n  Installing : libgudev1-219-78.el7_9.9.x86_64                             4/38 \n  Installing : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64        5/38 \n  Installing : gdisk-0.8.10-3.el7.x86_64                                   6/38 \n  Installing : 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64             7/38 \n  Installing : 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64                       8/38 \n  Installing : 7:lvm2-2.02.187-6.el7_9.5.x86_64                            9/38 \n  Installing : libblockdev-lvm-2.18-5.el7.x86_64                          10/38 \n  Installing : device-mapper-multipath-libs-0.4.9-136.el7_9.x86_64        11/38 \n  Installing : device-mapper-multipath-0.4.9-136.el7_9.x86_64             12/38 \n  Installing : libblockdev-part-2.18-5.el7.x86_64                         13/38 \n  Installing : libblockdev-fs-2.18-5.el7.x86_64                           14/38 \n  Installing : libblockdev-swap-2.18-5.el7.x86_64                         15/38 \n  Installing : libblockdev-loop-2.18-5.el7.x86_64                         16/38 \n  Installing : libblockdev-2.18-5.el7.x86_64                              17/38 \n  Installing : iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64            18/38 \n  Installing : iscsi-initiator-utils-iscsiuio-6.2.0.874-22.el7_9.x86_64   19/38 \n  Installing : pygobject2-2.28.6-11.el7.x86_64                            20/38 \n  Installing : libbytesize-1.2-1.el7.x86_64                               21/38 \n  Installing : dosfstools-3.0.20-10.el7.x86_64                            22/38 \n  Installing : libreport-filesystem-2.1.11-53.el7.centos.x86_64           23/38 \n  Installing : mdadm-4.1-9.el7_9.x86_64                                   24/38 \n  Installing : libblockdev-mdraid-2.18-5.el7.x86_64                       25/38 \n  Installing : PackageKit-glib-1.1.10-2.el7.centos.x86_64                 26/38 \n  Installing : PackageKit-yum-1.1.10-2.el7.centos.x86_64                  27/38 \n  Installing : PackageKit-1.1.10-2.el7.centos.x86_64                      28/38 \n  Installing : volume_key-libs-0.3.9-9.el7.x86_64                         29/38 \n  Installing : libblockdev-crypto-2.18-5.el7.x86_64                       30/38 \n  Installing : libudisks2-2.8.4-1.el7.x86_64                              31/38 \n  Installing : libatasmart-0.19-6.el7.x86_64                              32/38 \n  Installing : udisks2-2.8.4-1.el7.x86_64                                 33/38 \n  Installing : udisks2-iscsi-2.8.4-1.el7.x86_64                           34/38 \n  Installing : udisks2-lvm2-2.8.4-1.el7.x86_64                            35/38 \n  Installing : cockpit-storaged-195.12-1.el7.centos.noarch                36/38 \n  Installing : cockpit-packagekit-195.12-1.el7.centos.x86_64              37/38 \n  Installing : cockpit-195.12-1.el7.centos.x86_64                         38/38 \n  Verifying  : 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64             1/38 \n  Verifying  : libblockdev-swap-2.18-5.el7.x86_64                          2/38 \n  Verifying  : libblockdev-part-2.18-5.el7.x86_64                          3/38 \n  Verifying  : libatasmart-0.19-6.el7.x86_64                               4/38 \n  Verifying  : libgudev1-219-78.el7_9.9.x86_64                             5/38 \n  Verifying  : libblockdev-mdraid-2.18-5.el7.x86_64                        6/38 \n  Verifying  : libudisks2-2.8.4-1.el7.x86_64                               7/38 \n  Verifying  : volume_key-libs-0.3.9-9.el7.x86_64                          8/38 \n  Verifying  : cockpit-storaged-195.12-1.el7.centos.noarch                 9/38 \n  Verifying  : iscsi-initiator-utils-iscsiuio-6.2.0.874-22.el7_9.x86_64   10/38 \n  Verifying  : PackageKit-glib-1.1.10-2.el7.centos.x86_64                 11/38 \n  Verifying  : iscsi-initiator-utils-6.2.0.874-22.el7_9.x86_64            12/38 \n  Verifying  : libblockdev-loop-2.18-5.el7.x86_64                         13/38 \n  Verifying  : cockpit-195.12-1.el7.centos.x86_64                         14/38 \n  Verifying  : 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64                      15/38 \n  Verifying  : device-mapper-multipath-libs-0.4.9-136.el7_9.x86_64        16/38 \n  Verifying  : PackageKit-yum-1.1.10-2.el7.centos.x86_64                  17/38 \n  Verifying  : 7:lvm2-2.02.187-6.el7_9.5.x86_64                           18/38 \n  Verifying  : udisks2-2.8.4-1.el7.x86_64                                 19/38 \n  Verifying  : libreport-filesystem-2.1.11-53.el7.centos.x86_64           20/38 \n  Verifying  : dosfstools-3.0.20-10.el7.x86_64                            21/38 \n  Verifying  : cockpit-packagekit-195.12-1.el7.centos.x86_64              22/38 \n  Verifying  : libblockdev-lvm-2.18-5.el7.x86_64                          23/38 \n  Verifying  : udisks2-iscsi-2.8.4-1.el7.x86_64                           24/38 \n  Verifying  : libblockdev-2.18-5.el7.x86_64                              25/38 \n  Verifying  : udisks2-lvm2-2.8.4-1.el7.x86_64                            26/38 \n  Verifying  : libbytesize-1.2-1.el7.x86_64                               27/38 \n  Verifying  : 7:device-mapper-event-libs-1.02.170-6.el7_9.5.x86_64       28/38 \n  Verifying  : pygobject2-2.28.6-11.el7.x86_64                            29/38 \n  Verifying  : libaio-0.3.109-13.el7.x86_64                               30/38 \n  Verifying  : libblockdev-utils-2.18-5.el7.x86_64                        31/38 \n  Verifying  : PackageKit-1.1.10-2.el7.centos.x86_64                      32/38 \n  Verifying  : libblockdev-fs-2.18-5.el7.x86_64                           33/38 \n  Verifying  : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64       34/38 \n  Verifying  : gdisk-0.8.10-3.el7.x86_64                                  35/38 \n  Verifying  : mdadm-4.1-9.el7_9.x86_64                                   36/38 \n  Verifying  : device-mapper-multipath-0.4.9-136.el7_9.x86_64             37/38 \n  Verifying  : libblockdev-crypto-2.18-5.el7.x86_64                       38/38 \n\nInstalled:\n  cockpit.x86_64 0:195.12-1.el7.centos                                          \n  cockpit-packagekit.x86_64 0:195.12-1.el7.centos                               \n  cockpit-storaged.noarch 0:195.12-1.el7.centos                                 \n\nDependency Installed:\n  PackageKit.x86_64 0:1.1.10-2.el7.centos                                       \n  PackageKit-glib.x86_64 0:1.1.10-2.el7.centos                                  \n  PackageKit-yum.x86_64 0:1.1.10-2.el7.centos                                   \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-136.el7_9                              \n  device-mapper-multipath-libs.x86_64 0:0.4.9-136.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  libgudev1.x86_64 0:219-78.el7_9.9                                             \n  libreport-filesystem.x86_64 0:2.1.11-53.el7.centos                            \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  pygobject2.x86_64 0:2.28.6-11.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"
    ]
}
lsrpackages: cockpit cockpit-networkmanager cockpit-packagekit cockpit-selinux cockpit-storaged cockpit-system cockpit-ws

TASK [fedora.linux_system_roles.cockpit : Configure firewall] ******************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:32
Saturday 25 January 2025  07:35:46 -0500 (0:00:10.589)       0:00:12.581 ****** 
included: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml for managed-node3

TASK [Ensure the cockpit service is enabled] ***********************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/firewall.yml:3
Saturday 25 January 2025  07:35:46 -0500 (0:00:00.026)       0:00:12.608 ****** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Configure selinux] *******************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:35
Saturday 25 January 2025  07:35:46 -0500 (0:00:00.046)       0:00:12.655 ****** 
included: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml for managed-node3

TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/selinux.yml:3
Saturday 25 January 2025  07:35:46 -0500 (0:00:00.026)       0:00:12.682 ****** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file directory] ***
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:38
Saturday 25 January 2025  07:35:46 -0500 (0:00:00.050)       0:00:12.732 ****** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Create custom port configuration file] ***
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:47
Saturday 25 January 2025  07:35:46 -0500 (0:00:00.051)       0:00:12.783 ****** 
skipping: [managed-node3] => {
    "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/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62
Saturday 25 January 2025  07:35:46 -0500 (0:00:00.050)       0:00:12.834 ****** 
ok: [managed-node3] => {
    "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/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71
Saturday 25 January 2025  07:35:47 -0500 (0:00:00.505)       0:00:13.340 ****** 
ok: [managed-node3] => {
    "changed": false, 
    "enabled": true, 
    "name": "cockpit.socket", 
    "state": "started", 
    "status": {
        "Accept": "no", 
        "ActiveEnterTimestamp": "Sat 2025-01-25 07:35:27 EST", 
        "ActiveEnterTimestampMonotonic": "336046168", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice sysinit.target systemd-journald.socket", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Sat 2025-01-25 07:35:27 EST", 
        "AssertTimestampMonotonic": "336024560", 
        "Backlog": "128", 
        "Before": "cockpit-motd.service shutdown.target cockpit.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": "yes", 
        "ConditionTimestamp": "Sat 2025-01-25 07:35:27 EST", 
        "ConditionTimestampMonotonic": "336024558", 
        "Conflicts": "shutdown.target", 
        "ControlGroup": "/system.slice/cockpit.socket", 
        "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", 
        "InactiveExitTimestamp": "Sat 2025-01-25 07:35:27 EST", 
        "InactiveExitTimestampMonotonic": "336026075", 
        "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": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "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": "system.slice sysinit.target", 
        "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": "listening", 
        "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": "enabled", 
        "WantedBy": "sockets.target", 
        "Wants": "cockpit-motd.service"
    }
}

TASK [fedora.linux_system_roles.cockpit : Create cockpit.conf configuration file] ***
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:77
Saturday 25 January 2025  07:35:48 -0500 (0:00:00.995)       0:00:14.335 ****** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Check the OS version for self-sign] ***
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:93
Saturday 25 January 2025  07:35:48 -0500 (0:00:00.039)       0:00:14.375 ****** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Create certificates using the certificate role] **************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:102
Saturday 25 January 2025  07:35:48 -0500 (0:00:00.052)       0:00:14.427 ****** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key] ***
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:108
Saturday 25 January 2025  07:35:48 -0500 (0:00:00.055)       0:00:14.482 ****** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate] ***
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:114
Saturday 25 January 2025  07:35:48 -0500 (0:00:00.079)       0:00:14.562 ****** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.cockpit : Link to configured existing certificate key] ***
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:124
Saturday 25 January 2025  07:35:48 -0500 (0:00:00.055)       0:00:14.617 ****** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Test - socket is active] *************************************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:11
Saturday 25 January 2025  07:35:48 -0500 (0:00:00.051)       0:00:14.669 ****** 
ok: [managed-node3] => {
    "changed": false, 
    "cmd": [
        "systemctl", 
        "is-active", 
        "cockpit.socket"
    ], 
    "delta": "0:00:00.004585", 
    "end": "2025-01-25 07:35:49.053423", 
    "rc": 0, 
    "start": "2025-01-25 07:35:49.048838"
}

STDOUT:

active

TASK [Test - socket is enabled] ************************************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:15
Saturday 25 January 2025  07:35:49 -0500 (0:00:00.411)       0:00:15.081 ****** 
ok: [managed-node3] => {
    "changed": false, 
    "cmd": [
        "systemctl", 
        "is-enabled", 
        "cockpit.socket"
    ], 
    "delta": "0:00:00.005286", 
    "end": "2025-01-25 07:35:49.357691", 
    "rc": 0, 
    "start": "2025-01-25 07:35:49.352405"
}

STDOUT:

enabled

TASK [Test - cockpit works with TLS] *******************************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:19
Saturday 25 January 2025  07:35:49 -0500 (0:00:00.321)       0:00:15.403 ****** 
changed: [managed-node3] => {
    "changed": true, 
    "checksum_dest": null, 
    "checksum_src": "96dfe7b30798d8d1fa2b1f4d9f02c718f3883679", 
    "dest": "/run/out", 
    "elapsed": 0, 
    "gid": 0, 
    "group": "root", 
    "md5sum": "538cfd7f2fdce592a1e78cbdd78a5a07", 
    "mode": "0600", 
    "owner": "root", 
    "secontext": "system_u:object_r:var_run_t:s0", 
    "size": 39008, 
    "src": "/root/.ansible/tmp/ansible-tmp-1737808549.45-11567-62206703861805/tmpnXGMPf", 
    "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/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:26
Saturday 25 January 2025  07:35:50 -0500 (0:00:00.662)       0:00:16.065 ****** 
ok: [managed-node3] => {
    "changed": false, 
    "cmd": [
        "grep", 
        "id=\"login-user-input\"", 
        "/run/out"
    ], 
    "delta": "0:00:00.003510", 
    "end": "2025-01-25 07:35:50.287072", 
    "rc": 0, 
    "start": "2025-01-25 07:35:50.283562"
}

STDOUT:

                <input type="text" class="form-control" id="login-user-input" autocorrect="off" autocapitalize="none" autofocus>

TASK [Test - clean up output file] *********************************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:30
Saturday 25 January 2025  07:35:50 -0500 (0:00:00.256)       0:00:16.321 ****** 
changed: [managed-node3] => {
    "changed": true, 
    "path": "/run/out", 
    "state": "absent"
}

TASK [Test - no configuration file] ********************************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:35
Saturday 25 January 2025  07:35:50 -0500 (0:00:00.297)       0:00:16.619 ****** 
ok: [managed-node3] => {
    "changed": false, 
    "failed_when_result": false, 
    "stat": {
        "exists": false
    }
}

TASK [Test - no port configuration file] ***************************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:41
Saturday 25 January 2025  07:35:50 -0500 (0:00:00.307)       0:00:16.927 ****** 
ok: [managed-node3] => {
    "changed": false, 
    "failed_when_result": false, 
    "stat": {
        "exists": false
    }
}

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:48
Saturday 25 January 2025  07:35:51 -0500 (0:00:00.253)       0:00:17.181 ****** 
included: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml for managed-node3

TASK [Cleanup - packages] ******************************************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2
Saturday 25 January 2025  07:35:51 -0500 (0:00:00.023)       0:00:17.204 ****** 
changed: [managed-node3] => {
    "changed": true, 
    "changes": {
        "removed": [
            "cockpit-bridge", 
            "cockpit-ws"
        ]
    }, 
    "rc": 0, 
    "results": [
        "cockpit-doc is not installed", 
        "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package cockpit-bridge.x86_64 0:195.12-1.el7.centos will be erased\n--> Processing Dependency: cockpit-bridge for package: cockpit-195.12-1.el7.centos.x86_64\n--> Processing Dependency: cockpit-bridge >= 195.12-1.el7.centos for package: cockpit-system-195.12-1.el7.centos.noarch\n--> Processing Dependency: cockpit-bridge >= 122 for package: cockpit-packagekit-195.12-1.el7.centos.x86_64\n---> Package cockpit-ws.x86_64 0:195.12-1.el7.centos will be erased\n--> Running transaction check\n---> Package cockpit.x86_64 0:195.12-1.el7.centos will be erased\n---> Package cockpit-packagekit.x86_64 0:195.12-1.el7.centos will be erased\n---> Package cockpit-system.noarch 0:195.12-1.el7.centos will be erased\n--> Processing Dependency: cockpit-shell >= 122 for package: cockpit-storaged-195.12-1.el7.centos.noarch\n--> Running transaction check\n---> Package cockpit-storaged.noarch 0:195.12-1.el7.centos 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.12-1.el7.centos        @extras     868 k\n cockpit-ws             x86_64     195.12-1.el7.centos        @extras     1.6 M\nRemoving for dependencies:\n cockpit                x86_64     195.12-1.el7.centos        @extras      51 k\n cockpit-packagekit     x86_64     195.12-1.el7.centos        @extras     229 k\n cockpit-storaged       noarch     195.12-1.el7.centos        @extras     340 k\n cockpit-system         noarch     195.12-1.el7.centos        @extras     1.7 M\n\nTransaction Summary\n================================================================================\nRemove  2 Packages (+4 Dependent packages)\n\nInstalled size: 4.7 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Erasing    : cockpit-195.12-1.el7.centos.x86_64                           1/6 \n  Erasing    : cockpit-storaged-195.12-1.el7.centos.noarch                  2/6 \n  Erasing    : cockpit-system-195.12-1.el7.centos.noarch                    3/6 \n  Erasing    : cockpit-packagekit-195.12-1.el7.centos.x86_64                4/6 \n  Erasing    : cockpit-bridge-195.12-1.el7.centos.x86_64                    5/6 \n  Erasing    : cockpit-ws-195.12-1.el7.centos.x86_64                        6/6 \n  Verifying  : cockpit-packagekit-195.12-1.el7.centos.x86_64                1/6 \n  Verifying  : cockpit-ws-195.12-1.el7.centos.x86_64                        2/6 \n  Verifying  : cockpit-system-195.12-1.el7.centos.noarch                    3/6 \n  Verifying  : cockpit-bridge-195.12-1.el7.centos.x86_64                    4/6 \n  Verifying  : cockpit-195.12-1.el7.centos.x86_64                           5/6 \n  Verifying  : cockpit-storaged-195.12-1.el7.centos.noarch                  6/6 \n\nRemoved:\n  cockpit-bridge.x86_64 0:195.12-1.el7.centos                                   \n  cockpit-ws.x86_64 0:195.12-1.el7.centos                                       \n\nDependency Removed:\n  cockpit.x86_64 0:195.12-1.el7.centos                                          \n  cockpit-packagekit.x86_64 0:195.12-1.el7.centos                               \n  cockpit-storaged.noarch 0:195.12-1.el7.centos                                 \n  cockpit-system.noarch 0:195.12-1.el7.centos                                   \n\nComplete!\n"
    ]
}

TASK [Cleanup - services] ******************************************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:15
Saturday 25 January 2025  07:35:53 -0500 (0:00:01.956)       0:00:19.161 ****** 
skipping: [managed-node3] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Cleanup - find certificates] *********************************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25
Saturday 25 January 2025  07:35:53 -0500 (0:00:00.042)       0:00:19.203 ****** 
ok: [managed-node3] => {
    "changed": false, 
    "examined": 3, 
    "files": [
        {
            "atime": 1737808528.1909883, 
            "ctime": 1737808528.1879883, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262905, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": true, 
            "isreg": false, 
            "issock": false, 
            "isuid": false, 
            "mode": "0777", 
            "mtime": 1737808528.1879883, 
            "nlink": 1, 
            "path": "/etc/cockpit/ws-certs.d/50-system-role.crt", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 17, 
            "uid": 0, 
            "wgrp": true, 
            "woth": true, 
            "wusr": true, 
            "xgrp": true, 
            "xoth": true, 
            "xusr": true
        }, 
        {
            "atime": 1737808549.971053, 
            "ctime": 1737808549.957053, 
            "dev": 51713, 
            "gid": 994, 
            "gr_name": "cockpit-ws", 
            "inode": 263449, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": false, 
            "isreg": true, 
            "issock": false, 
            "isuid": false, 
            "mode": "0640", 
            "mtime": 1737808549.951053, 
            "nlink": 1, 
            "path": "/etc/cockpit/ws-certs.d/0-self-signed.cert", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": false, 
            "rusr": true, 
            "size": 2865, 
            "uid": 0, 
            "wgrp": false, 
            "woth": false, 
            "wusr": true, 
            "xgrp": false, 
            "xoth": false, 
            "xusr": false
        }, 
        {
            "atime": 1737808528.5179894, 
            "ctime": 1737808528.5149894, 
            "dev": 51713, 
            "gid": 0, 
            "gr_name": "root", 
            "inode": 262906, 
            "isblk": false, 
            "ischr": false, 
            "isdir": false, 
            "isfifo": false, 
            "isgid": false, 
            "islnk": true, 
            "isreg": false, 
            "issock": false, 
            "isuid": false, 
            "mode": "0777", 
            "mtime": 1737808528.5149894, 
            "nlink": 1, 
            "path": "/etc/cockpit/ws-certs.d/50-system-role.key", 
            "pw_name": "root", 
            "rgrp": true, 
            "roth": true, 
            "rusr": true, 
            "size": 17, 
            "uid": 0, 
            "wgrp": true, 
            "woth": true, 
            "wusr": true, 
            "xgrp": true, 
            "xoth": true, 
            "xusr": true
        }
    ], 
    "matched": 3
}

TASK [Cleanup - certificates] **************************************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:35
Saturday 25 January 2025  07:35:53 -0500 (0:00:00.462)       0:00:19.665 ****** 
changed: [managed-node3] => (item={u'islnk': True, u'uid': 0, u'rgrp': True, u'xoth': True, u'rusr': True, u'woth': True, u'nlink': 1, u'issock': False, u'mtime': 1737808528.1879883, u'gr_name': u'root', u'path': u'/etc/cockpit/ws-certs.d/50-system-role.crt', u'xusr': True, u'atime': 1737808528.1909883, u'inode': 262905, u'isgid': False, u'size': 17, u'isdir': False, u'ctime': 1737808528.1879883, u'roth': True, u'isblk': False, u'xgrp': True, u'isuid': False, u'dev': 51713, u'wgrp': True, u'isreg': False, u'isfifo': False, u'mode': u'0777', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "atime": 1737808528.1909883, 
        "ctime": 1737808528.1879883, 
        "dev": 51713, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262905, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": true, 
        "isreg": false, 
        "issock": false, 
        "isuid": false, 
        "mode": "0777", 
        "mtime": 1737808528.1879883, 
        "nlink": 1, 
        "path": "/etc/cockpit/ws-certs.d/50-system-role.crt", 
        "pw_name": "root", 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 17, 
        "uid": 0, 
        "wgrp": true, 
        "woth": true, 
        "wusr": true, 
        "xgrp": true, 
        "xoth": true, 
        "xusr": true
    }, 
    "path": "/etc/cockpit/ws-certs.d/50-system-role.crt", 
    "state": "absent"
}
changed: [managed-node3] => (item={u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1737808549.951053, u'gr_name': u'cockpit-ws', u'path': u'/etc/cockpit/ws-certs.d/0-self-signed.cert', u'xusr': False, u'atime': 1737808549.971053, u'inode': 263449, u'isgid': False, u'size': 2865, u'isdir': False, u'ctime': 1737808549.957053, u'roth': False, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 51713, u'wgrp': False, u'isreg': True, u'isfifo': False, u'mode': u'0640', u'pw_name': u'root', u'gid': 994, u'ischr': False, u'wusr': True}) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "atime": 1737808549.971053, 
        "ctime": 1737808549.957053, 
        "dev": 51713, 
        "gid": 994, 
        "gr_name": "cockpit-ws", 
        "inode": 263449, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": false, 
        "isreg": true, 
        "issock": false, 
        "isuid": false, 
        "mode": "0640", 
        "mtime": 1737808549.951053, 
        "nlink": 1, 
        "path": "/etc/cockpit/ws-certs.d/0-self-signed.cert", 
        "pw_name": "root", 
        "rgrp": true, 
        "roth": false, 
        "rusr": true, 
        "size": 2865, 
        "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"
}
changed: [managed-node3] => (item={u'islnk': True, u'uid': 0, u'rgrp': True, u'xoth': True, u'rusr': True, u'woth': True, u'nlink': 1, u'issock': False, u'mtime': 1737808528.5149894, u'gr_name': u'root', u'path': u'/etc/cockpit/ws-certs.d/50-system-role.key', u'xusr': True, u'atime': 1737808528.5179894, u'inode': 262906, u'isgid': False, u'size': 17, u'isdir': False, u'ctime': 1737808528.5149894, u'roth': True, u'isblk': False, u'xgrp': True, u'isuid': False, u'dev': 51713, u'wgrp': True, u'isreg': False, u'isfifo': False, u'mode': u'0777', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}) => {
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "atime": 1737808528.5179894, 
        "ctime": 1737808528.5149894, 
        "dev": 51713, 
        "gid": 0, 
        "gr_name": "root", 
        "inode": 262906, 
        "isblk": false, 
        "ischr": false, 
        "isdir": false, 
        "isfifo": false, 
        "isgid": false, 
        "islnk": true, 
        "isreg": false, 
        "issock": false, 
        "isuid": false, 
        "mode": "0777", 
        "mtime": 1737808528.5149894, 
        "nlink": 1, 
        "path": "/etc/cockpit/ws-certs.d/50-system-role.key", 
        "pw_name": "root", 
        "rgrp": true, 
        "roth": true, 
        "rusr": true, 
        "size": 17, 
        "uid": 0, 
        "wgrp": true, 
        "woth": true, 
        "wusr": true, 
        "xgrp": true, 
        "xoth": true, 
        "xusr": true
    }, 
    "path": "/etc/cockpit/ws-certs.d/50-system-role.key", 
    "state": "absent"
}

TASK [Cleanup - config file] ***************************************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:44
Saturday 25 January 2025  07:35:54 -0500 (0:00:00.861)       0:00:20.527 ****** 
ok: [managed-node3] => {
    "changed": false, 
    "path": "/etc/cockpit/cockpit.conf", 
    "state": "absent"
}

TASK [Cleanup - port customization] ********************************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:52
Saturday 25 January 2025  07:35:54 -0500 (0:00:00.336)       0:00:20.863 ****** 
ok: [managed-node3] => {
    "changed": false, 
    "path": "/etc/systemd/system/cockpit.socket.d/", 
    "state": "absent"
}

TASK [Cleanup - Reload systemd] ************************************************
task path: /tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60
Saturday 25 January 2025  07:35:55 -0500 (0:00:00.280)       0:00:21.143 ****** 
ok: [managed-node3] => {
    "changed": false, 
    "name": null, 
    "status": {}
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node3              : ok=28   changed=5    unreachable=0    failed=0    skipped=13   rescued=0    ignored=0   

Saturday 25 January 2025  07:35:55 -0500 (0:00:00.375)       0:00:21.519 ****** 
=============================================================================== 
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console packages are installed. -- 10.59s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/setup-yum.yml:7 
Cleanup - packages ------------------------------------------------------ 1.96s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:2 
fedora.linux_system_roles.cockpit : Ensure Cockpit Web Console is started/stopped and enabled/disabled --- 1.00s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:71 
fedora.linux_system_roles.cockpit : Ensure ansible_facts used by role --- 0.91s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:2 
Cleanup - certificates -------------------------------------------------- 0.86s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:35 
Test - cockpit works with TLS ------------------------------------------- 0.66s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:19 
fedora.linux_system_roles.cockpit : Clean up port configuration file for undefined custom port --- 0.51s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:62 
Cleanup - find certificates --------------------------------------------- 0.46s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:25 
fedora.linux_system_roles.cockpit : Check if system is ostree ----------- 0.46s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:10 
Test - socket is active ------------------------------------------------- 0.41s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:11 
Cleanup - Reload systemd ------------------------------------------------ 0.38s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:60 
Cleanup - config file --------------------------------------------------- 0.34s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:44 
Test - socket is enabled ------------------------------------------------ 0.32s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:15 
Test - no configuration file -------------------------------------------- 0.31s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:35 
Test - clean up output file --------------------------------------------- 0.30s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:30 
Cleanup - port customization -------------------------------------------- 0.28s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tasks/cleanup.yml:52 
Test - HTTP response is something sensible ------------------------------ 0.26s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:26 
Test - no port configuration file --------------------------------------- 0.25s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/tests/cockpit/tests_default.yml:41 
fedora.linux_system_roles.cockpit : Check if transactional-update exists in /sbin --- 0.25s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/set_vars.yml:22 
fedora.linux_system_roles.cockpit : Set cockpit_cert and cockpit_private_key --- 0.08s
/tmp/collections-cEX/ansible_collections/fedora/linux_system_roles/roles/cockpit/tasks/main.yml:108