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/tmpw8pf28gb
  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: tests_sbd_all_options.yml ********************************************
1 plays in /tmp/tmp9juxtb67/tests/tests_sbd_all_options.yml

PLAY [Maximal SBD configuration] ***********************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp9juxtb67/tests/tests_sbd_all_options.yml:3
Monday 01 August 2022  16:50:42 +0000 (0:00:00.014)       0:00:00.014 ********* 
ok: [/cache/rhel-8-y.qcow2.snap]
META: ran handlers

TASK [Set up test environment] *************************************************
task path: /tmp/tmp9juxtb67/tests/tests_sbd_all_options.yml:21
Monday 01 August 2022  16:50:43 +0000 (0:00:01.222)       0:00:01.236 ********* 

TASK [linux-system-roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:9
Monday 01 August 2022  16:50:43 +0000 (0:00:00.056)       0:00:01.293 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "inventory_hostname": "localhost"
    },
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Ensure facts used by tests] **************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:14
Monday 01 August 2022  16:50:43 +0000 (0:00:00.043)       0:00:01.336 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup.yml:20
Monday 01 August 2022  16:50:43 +0000 (0:00:00.021)       0:00:01.358 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "ha_cluster_enable_repos": false
    },
    "changed": false
}
META: role_complete for /cache/rhel-8-y.qcow2.snap

TASK [Set up test environment for SBD] *****************************************
task path: /tmp/tmp9juxtb67/tests/tests_sbd_all_options.yml:26
Monday 01 August 2022  16:50:43 +0000 (0:00:00.039)       0:00:01.397 ********* 

TASK [linux-system-roles.ha_cluster : Load softdog module for SBD to have at least one watchdog] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup_sbd.yml:9
Monday 01 August 2022  16:50:43 +0000 (0:00:00.037)       0:00:01.435 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "modprobe",
        "softdog"
    ],
    "delta": "0:00:00.011547",
    "end": "2022-08-01 12:50:44.239375",
    "rc": 0,
    "start": "2022-08-01 12:50:44.227828"
}

TASK [linux-system-roles.ha_cluster : Create backing files for SBD devices] ****
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup_sbd.yml:13
Monday 01 August 2022  16:50:44 +0000 (0:00:00.458)       0:00:01.893 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/ansible.xsr5w04h_ha_cluster_tests",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.ha_cluster : Initialize backing files for SBD devices] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup_sbd.yml:19
Monday 01 August 2022  16:50:44 +0000 (0:00:00.436)       0:00:02.330 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "dd",
        "if=/dev/zero",
        "of=/tmp/ansible.xsr5w04h_ha_cluster_tests",
        "bs=1M",
        "count=10"
    ],
    "delta": "0:00:00.008164",
    "end": "2022-08-01 12:50:45.044779",
    "rc": 0,
    "start": "2022-08-01 12:50:45.036615"
}

STDERR:

10+0 records in
10+0 records out
10485760 bytes (10 MB, 10 MiB) copied, 0.00439381 s, 2.4 GB/s

TASK [linux-system-roles.ha_cluster : Mount SBD devices] ***********************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/test_setup_sbd.yml:24
Monday 01 August 2022  16:50:45 +0000 (0:00:00.366)       0:00:02.696 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "losetup",
        "--show",
        "--find",
        "/tmp/ansible.xsr5w04h_ha_cluster_tests"
    ],
    "delta": "0:00:00.033886",
    "end": "2022-08-01 12:50:45.440212",
    "rc": 0,
    "start": "2022-08-01 12:50:45.406326"
}

STDOUT:

/dev/loop0
META: role_complete for /cache/rhel-8-y.qcow2.snap

TASK [Set SBD devices and watchdogs] *******************************************
task path: /tmp/tmp9juxtb67/tests/tests_sbd_all_options.yml:31
Monday 01 August 2022  16:50:45 +0000 (0:00:00.413)       0:00:03.110 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "ha_cluster": {
            "sbd_devices": [
                "/dev/loop0"
            ],
            "sbd_watchdog": "/dev/null"
        }
    },
    "changed": false
}

TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmp9juxtb67/tests/tests_sbd_all_options.yml:38
Monday 01 August 2022  16:50:45 +0000 (0:00:00.031)       0:00:03.141 ********* 

TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:3
Monday 01 August 2022  16:50:45 +0000 (0:00:00.050)       0:00:03.191 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Ensure ansible_facts used by role] *******
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:2
Monday 01 August 2022  16:50:45 +0000 (0:00:00.026)       0:00:03.218 ********* 
ok: [/cache/rhel-8-y.qcow2.snap]

TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/set_vars.yml:8
Monday 01 August 2022  16:50:46 +0000 (0:00:00.520)       0:00:03.739 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "__ha_cluster_repos": [
            {
                "id": "rhel-8-for-{{ ansible_architecture }}-highavailability-rpms",
                "name": "High Availability"
            }
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat_8.7.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.7.yml",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:6
Monday 01 August 2022  16:50:46 +0000 (0:00:00.053)       0:00:03.792 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] *****
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Monday 01 August 2022  16:50:46 +0000 (0:00:00.031)       0:00:03.824 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=ha_cluster_hacluster_password)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ha_cluster_hacluster_password",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Fail if nodes do not have the same number of SBD devices specified] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Monday 01 August 2022  16:50:46 +0000 (0:00:00.037)       0:00:03.862 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Discover cluster node names] *************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Monday 01 August 2022  16:50:46 +0000 (0:00:00.043)       0:00:03.905 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "__ha_cluster_node_name": "localhost"
    },
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Collect cluster node names] **************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:30
Monday 01 August 2022  16:50:46 +0000 (0:00:00.068)       0:00:03.973 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "__ha_cluster_all_node_names": [
            "localhost"
        ]
    },
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Figure out if ATB needs to be enabled for SBD] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:38
Monday 01 August 2022  16:50:46 +0000 (0:00:00.050)       0:00:04.024 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "__ha_cluster_sbd_needs_atb": false
    },
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Fail if SBD needs ATB enabled and the user configured ATB to be disabled] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/check-and-prepare-role-variables.yml:53
Monday 01 August 2022  16:50:46 +0000 (0:00:00.055)       0:00:04.080 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:9
Monday 01 August 2022  16:50:46 +0000 (0:00:00.036)       0:00:04.116 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:3
Monday 01 August 2022  16:50:46 +0000 (0:00:00.031)       0:00:04.148 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat_8.7.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.7.yml",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:24
Monday 01 August 2022  16:50:46 +0000 (0:00:00.032)       0:00:04.181 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Install cluster packages] ****************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30
Monday 01 August 2022  16:50:46 +0000 (0:00:00.020)       0:00:04.202 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.ha_cluster : Set hacluster password] ******************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:45
Monday 01 August 2022  16:50:48 +0000 (0:00:01.464)       0:00:05.666 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "append": false,
    "changed": false,
    "comment": "cluster user",
    "group": 189,
    "home": "/home/hacluster",
    "move_home": false,
    "name": "hacluster",
    "password": "NOT_LOGGING_PASSWORD",
    "shell": "/sbin/nologin",
    "state": "present",
    "uid": 189
}

TASK [linux-system-roles.ha_cluster : Configure firewall] **********************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:14
Monday 01 August 2022  16:50:48 +0000 (0:00:00.549)       0:00:06.215 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3
Monday 01 August 2022  16:50:48 +0000 (0:00:00.039)       0:00:06.254 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "arp-ethers.service": {
                "name": "arp-ethers.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cockpit-motd.service": {
                "name": "cockpit-motd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-http.service": {
                "name": "cockpit-wsinstance-http.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-https-factory@.service": {
                "name": "cockpit-wsinstance-https-factory@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit-wsinstance-https@.service": {
                "name": "cockpit-wsinstance-https@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit.service": {
                "name": "cockpit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "corosync-notifyd.service": {
                "name": "corosync-notifyd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "corosync.service": {
                "name": "corosync.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crm_mon.service": {
                "name": "crm_mon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "getty@.service": {
                "name": "getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "getty@tty1.service": {
                "name": "getty@tty1.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-activation-early.service": {
                "name": "lvm2-activation-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-activation.service": {
                "name": "lvm2-activation.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pacemaker.service": {
                "name": "pacemaker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "packagekit-offline-update.service": {
                "name": "packagekit-offline-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "packagekit.service": {
                "name": "packagekit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "pcs_snmp_agent.service": {
                "name": "pcs_snmp_agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pcsd-ruby.service": {
                "name": "pcsd-ruby.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "pcsd.service": {
                "name": "pcsd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "quotaon.service": {
                "name": "quotaon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sbd.service": {
                "name": "sbd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "sbd_remote.service": {
                "name": "sbd_remote.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "snmpd.service": {
                "name": "snmpd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "snmptrapd.service": {
                "name": "snmptrapd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service": {
                "name": "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdb1.service": {
                "name": "systemd-fsck@dev-vdb1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdc1.service": {
                "name": "systemd-fsck@dev-vdc1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-timesyncd.service": {
                "name": "systemd-timesyncd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "ypbind.service": {
                "name": "ypbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "yppasswdd.service": {
                "name": "yppasswdd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypserv.service": {
                "name": "ypserv.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypxfrd.service": {
                "name": "ypxfrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            }
        }
    },
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:8
Monday 01 August 2022  16:50:50 +0000 (0:00:01.858)       0:00:08.112 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld permanent config] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:16
Monday 01 August 2022  16:50:50 +0000 (0:00:00.029)       0:00:08.142 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Enable service 'high-availability' in firewalld offline config] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:24
Monday 01 August 2022  16:50:50 +0000 (0:00:00.028)       0:00:08.170 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] *****
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:44
Monday 01 August 2022  16:50:50 +0000 (0:00:00.028)       0:00:08.199 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld permanent config] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:52
Monday 01 August 2022  16:50:50 +0000 (0:00:00.027)       0:00:08.226 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld offline config] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:60
Monday 01 August 2022  16:50:50 +0000 (0:00:00.026)       0:00:08.252 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ********************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:17
Monday 01 August 2022  16:50:50 +0000 (0:00:00.027)       0:00:08.279 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Stop pcsd] *******************************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Monday 01 August 2022  16:50:50 +0000 (0:00:00.047)       0:00:08.327 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "name": "pcsd",
    "state": "stopped",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 12:49:47 EDT",
        "ActiveEnterTimestampMonotonic": "983446287",
        "ActiveExitTimestamp": "Mon 2022-08-01 12:49:45 EDT",
        "ActiveExitTimestampMonotonic": "981390779",
        "ActiveState": "active",
        "After": "pcsd-ruby.service system.slice sysinit.target network-online.target systemd-journald.socket basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 12:49:47 EDT",
        "AssertTimestampMonotonic": "983202533",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 12:49:47 EDT",
        "ConditionTimestampMonotonic": "983202533",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ConsistsOf": "pcsd-ruby.service",
        "ControlGroup": "/system.slice/pcsd.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "PCS GUI and remote configuration interface",
        "DevicePolicy": "auto",
        "Documentation": "man:pcsd(8) man:pcs(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "113441",
        "ExecMainStartTimestamp": "Mon 2022-08-01 12:49:47 EDT",
        "ExecMainStartTimestampMonotonic": "983203916",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/pcsd.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "pcsd.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Mon 2022-08-01 12:49:45 EDT",
        "InactiveEnterTimestampMonotonic": "981436515",
        "InactiveExitTimestamp": "Mon 2022-08-01 12:49:47 EDT",
        "InactiveExitTimestampMonotonic": "983203973",
        "InvocationID": "5f8a71ed058f429ca6e945cca8a27504",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "113441",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "23580672",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "pcsd.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target network-online.target pcsd-ruby.service",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 12:49:47 EDT",
        "StateChangeTimestampMonotonic": "983446287",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "11140",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Mon 2022-08-01 12:49:47 EDT",
        "WatchdogTimestampMonotonic": "983446285",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Monday 01 August 2022  16:50:51 +0000 (0:00:00.765)       0:00:09.093 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=/var/lib/pcsd/pcsd.key)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/var/lib/pcsd/pcsd.key",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=/var/lib/pcsd/pcsd.crt)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/var/lib/pcsd/pcsd.crt",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS private key] *********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Monday 01 August 2022  16:50:51 +0000 (0:00:00.032)       0:00:09.126 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] *********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Monday 01 August 2022  16:50:51 +0000 (0:00:00.029)       0:00:09.155 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Monday 01 August 2022  16:50:51 +0000 (0:00:00.028)       0:00:09.183 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "checksum": "9bbea634a798cf0976b80cd3c4e34aca6a6a7d44",
    "dest": "/var/lib/pcsd/pcs_settings.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "4b74001d21d3867563d0c773bde32b42",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:cluster_var_lib_t:s0",
    "size": 361,
    "src": "/root/.ansible/tmp/ansible-tmp-1659372651.5822926-218609-32214211365662/source",
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Monday 01 August 2022  16:50:52 +0000 (0:00:00.937)       0:00:10.121 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "enabled": true,
    "name": "pcsd",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 12:49:47 EDT",
        "ActiveEnterTimestampMonotonic": "983446287",
        "ActiveExitTimestamp": "Mon 2022-08-01 12:50:51 EDT",
        "ActiveExitTimestampMonotonic": "1047342754",
        "ActiveState": "inactive",
        "After": "pcsd-ruby.service system.slice sysinit.target network-online.target systemd-journald.socket basic.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 12:49:47 EDT",
        "AssertTimestampMonotonic": "983202533",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 12:49:47 EDT",
        "ConditionTimestampMonotonic": "983202533",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ConsistsOf": "pcsd-ruby.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "PCS GUI and remote configuration interface",
        "DevicePolicy": "auto",
        "Documentation": "man:pcsd(8) man:pcs(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Mon 2022-08-01 12:50:51 EDT",
        "ExecMainExitTimestampMonotonic": "1047379987",
        "ExecMainPID": "113441",
        "ExecMainStartTimestamp": "Mon 2022-08-01 12:49:47 EDT",
        "ExecMainStartTimestampMonotonic": "983203916",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; ignore_errors=no ; start_time=[Mon 2022-08-01 12:49:47 EDT] ; stop_time=[Mon 2022-08-01 12:50:51 EDT] ; pid=113441 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/pcsd.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "pcsd.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Mon 2022-08-01 12:50:51 EDT",
        "InactiveEnterTimestampMonotonic": "1047380132",
        "InactiveExitTimestamp": "Mon 2022-08-01 12:49:47 EDT",
        "InactiveExitTimestampMonotonic": "983203973",
        "InvocationID": "5f8a71ed058f429ca6e945cca8a27504",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "pcsd.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target network-online.target pcsd-ruby.service",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 12:50:51 EDT",
        "StateChangeTimestampMonotonic": "1047380132",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "11140",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ******************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Monday 01 August 2022  16:50:53 +0000 (0:00:01.209)       0:00:11.330 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "pcs",
        "--version",
        "--full"
    ],
    "delta": "0:00:00.490062",
    "end": "2022-08-01 12:50:54.534880",
    "rc": 0,
    "start": "2022-08-01 12:50:54.044818"
}

STDOUT:

0.10.14
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local cluster.config.uuid cluster.create cluster.create.enable cluster.create.local cluster.create.no-keys-sync cluster.create.separated-name-and-address cluster.create.start cluster.create.start.wait cluster.create.transport.knet cluster.create.transport.udp-udpu cluster.create.transport.udp-udpu.no-rrp cluster.destroy cluster.destroy.all cluster.report cluster.verify corosync.authkey.update corosync.config.get corosync.config.get.struct corosync.config.reload corosync.config.sync-to-local-cluster corosync.config.update corosync.link.add corosync.link.remove corosync.link.remove.list corosync.link.update corosync.qdevice corosync.qdevice.model.net corosync.quorum corosync.quorum.device corosync.quorum.device.heuristics corosync.quorum.device.model.net corosync.quorum.set-expected-votes-runtime corosync.quorum.status corosync.quorum.unblock corosync.totem.block_unlisted_ips corosync.uidgid node.add node.add.enable node.add.separated-name-and-address node.add.start node.add.start.wait node.attributes node.attributes.set-list-for-node node.confirm-off node.fence node.guest node.kill node.maintenance node.maintenance.all node.maintenance.list node.maintenance.wait node.remote node.remote.onfail-demote node.remove node.remove-from-caches node.remove.list node.standby node.standby.all node.standby.list node.standby.wait node.start-stop-enable-disable node.start-stop-enable-disable.all node.start-stop-enable-disable.list node.start-stop-enable-disable.start-wait node.utilization node.utilization.set-list-for-node pcmk.acl.enable-disable pcmk.acl.group pcmk.acl.role pcmk.acl.role.create-with-permissions pcmk.acl.role.delete-with-users-groups pcmk.acl.user pcmk.alert pcmk.cib.checkpoints pcmk.cib.checkpoints.diff pcmk.cib.edit pcmk.cib.get pcmk.cib.get.scope pcmk.cib.roles.promoted-unpromoted pcmk.cib.set pcmk.constraint.colocation.set pcmk.constraint.colocation.set.options pcmk.constraint.colocation.simple pcmk.constraint.colocation.simple.options pcmk.constraint.hide-expired pcmk.constraint.location.simple pcmk.constraint.location.simple.options pcmk.constraint.location.simple.resource-regexp pcmk.constraint.location.simple.rule pcmk.constraint.location.simple.rule.node-attr-type-number pcmk.constraint.location.simple.rule.options pcmk.constraint.location.simple.rule.rule-add-remove pcmk.constraint.no-autocorrect pcmk.constraint.order.set pcmk.constraint.order.set.options pcmk.constraint.order.simple pcmk.constraint.order.simple.options pcmk.constraint.ticket.set pcmk.constraint.ticket.set.options pcmk.constraint.ticket.simple pcmk.constraint.ticket.simple.constraint-id pcmk.properties.cluster pcmk.properties.operation-defaults pcmk.properties.operation-defaults.multiple pcmk.properties.operation-defaults.rule pcmk.properties.operation-defaults.rule-rsc-op pcmk.properties.operation-defaults.rule.hide-expired pcmk.properties.operation-defaults.rule.node-attr-type-number pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule pcmk.properties.resource-defaults.rule-rsc-op pcmk.properties.resource-defaults.rule.hide-expired pcmk.properties.resource-defaults.rule.node-attr-type-number pcmk.resource.ban-move-clear pcmk.resource.ban-move-clear.clear-expired pcmk.resource.bundle pcmk.resource.bundle.container-docker pcmk.resource.bundle.container-docker.promoted-max pcmk.resource.bundle.container-podman pcmk.resource.bundle.container-podman.promoted-max pcmk.resource.bundle.container-rkt pcmk.resource.bundle.container-rkt.promoted-max pcmk.resource.bundle.reset pcmk.resource.bundle.wait pcmk.resource.cleanup pcmk.resource.cleanup.one-resource pcmk.resource.cleanup.strict pcmk.resource.clone pcmk.resource.clone.custom-id pcmk.resource.clone.meta-in-create pcmk.resource.clone.wait pcmk.resource.config.output-formats pcmk.resource.create pcmk.resource.create.clone.custom-id pcmk.resource.create.in-existing-bundle pcmk.resource.create.meta pcmk.resource.create.no-master pcmk.resource.create.operations pcmk.resource.create.operations.onfail-demote pcmk.resource.create.promotable pcmk.resource.create.promotable.custom-id pcmk.resource.create.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe pcmk.resource.disable.safe.brief pcmk.resource.disable.safe.tag pcmk.resource.disable.simulate pcmk.resource.disable.simulate.brief pcmk.resource.disable.simulate.tag pcmk.resource.enable-disable pcmk.resource.enable-disable.list pcmk.resource.enable-disable.tag pcmk.resource.enable-disable.wait pcmk.resource.failcount pcmk.resource.group pcmk.resource.group.add-remove-list pcmk.resource.group.wait pcmk.resource.manage-unmanage pcmk.resource.manage-unmanage.list pcmk.resource.manage-unmanage.tag pcmk.resource.manage-unmanage.with-monitor pcmk.resource.move.autoclean pcmk.resource.promotable pcmk.resource.promotable.custom-id pcmk.resource.promotable.meta-in-create pcmk.resource.promotable.wait pcmk.resource.refresh pcmk.resource.refresh.one-resource pcmk.resource.refresh.strict pcmk.resource.relations pcmk.resource.relocate pcmk.resource.restart pcmk.resource.update pcmk.resource.update-meta pcmk.resource.update-meta.list pcmk.resource.update-meta.wait pcmk.resource.update-operations pcmk.resource.update-operations.onfail-demote pcmk.resource.update.meta pcmk.resource.update.operations pcmk.resource.update.operations.onfail-demote pcmk.resource.update.wait pcmk.resource.utilization pcmk.resource.utilization-set-list-for-resource pcmk.stonith.cleanup pcmk.stonith.cleanup.one-resource pcmk.stonith.cleanup.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations pcmk.stonith.create.operations.onfail-demote pcmk.stonith.create.wait pcmk.stonith.delete pcmk.stonith.enable-disable pcmk.stonith.enable-disable.list pcmk.stonith.enable-disable.wait pcmk.stonith.history.cleanup pcmk.stonith.history.show pcmk.stonith.history.update pcmk.stonith.levels pcmk.stonith.levels.add-remove-devices-list pcmk.stonith.levels.clear pcmk.stonith.levels.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.levels.verify pcmk.stonith.refresh pcmk.stonith.refresh.one-resource pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.stonith.update.scsi-devices pcmk.stonith.update.scsi-devices.add-remove pcmk.stonith.update.scsi-devices.mpath pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.client.token pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address pcs.auth.server.token pcs.cfg-in-file.cib pcs.daemon-ssl-cert.set pcs.daemon-ssl-cert.sync-to-local-cluster pcs.disaster-recovery.essentials pcs.request-timeout resource-agents.describe resource-agents.list resource-agents.list.detailed resource-agents.ocf.version-1-0 resource-agents.ocf.version-1-1 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.id status.pcmk.resources.node status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed stonith-agents.ocf.version-1-0 stonith-agents.ocf.version-1-1

TASK [linux-system-roles.ha_cluster : Parse pcs capabilities] ******************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Monday 01 August 2022  16:50:54 +0000 (0:00:00.864)       0:00:12.195 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "__ha_cluster_pcs_capabilities": [
            "booth",
            "cluster.config.backup-local",
            "cluster.config.restore-cluster",
            "cluster.config.restore-local",
            "cluster.config.uuid",
            "cluster.create",
            "cluster.create.enable",
            "cluster.create.local",
            "cluster.create.no-keys-sync",
            "cluster.create.separated-name-and-address",
            "cluster.create.start",
            "cluster.create.start.wait",
            "cluster.create.transport.knet",
            "cluster.create.transport.udp-udpu",
            "cluster.create.transport.udp-udpu.no-rrp",
            "cluster.destroy",
            "cluster.destroy.all",
            "cluster.report",
            "cluster.verify",
            "corosync.authkey.update",
            "corosync.config.get",
            "corosync.config.get.struct",
            "corosync.config.reload",
            "corosync.config.sync-to-local-cluster",
            "corosync.config.update",
            "corosync.link.add",
            "corosync.link.remove",
            "corosync.link.remove.list",
            "corosync.link.update",
            "corosync.qdevice",
            "corosync.qdevice.model.net",
            "corosync.quorum",
            "corosync.quorum.device",
            "corosync.quorum.device.heuristics",
            "corosync.quorum.device.model.net",
            "corosync.quorum.set-expected-votes-runtime",
            "corosync.quorum.status",
            "corosync.quorum.unblock",
            "corosync.totem.block_unlisted_ips",
            "corosync.uidgid",
            "node.add",
            "node.add.enable",
            "node.add.separated-name-and-address",
            "node.add.start",
            "node.add.start.wait",
            "node.attributes",
            "node.attributes.set-list-for-node",
            "node.confirm-off",
            "node.fence",
            "node.guest",
            "node.kill",
            "node.maintenance",
            "node.maintenance.all",
            "node.maintenance.list",
            "node.maintenance.wait",
            "node.remote",
            "node.remote.onfail-demote",
            "node.remove",
            "node.remove-from-caches",
            "node.remove.list",
            "node.standby",
            "node.standby.all",
            "node.standby.list",
            "node.standby.wait",
            "node.start-stop-enable-disable",
            "node.start-stop-enable-disable.all",
            "node.start-stop-enable-disable.list",
            "node.start-stop-enable-disable.start-wait",
            "node.utilization",
            "node.utilization.set-list-for-node",
            "pcmk.acl.enable-disable",
            "pcmk.acl.group",
            "pcmk.acl.role",
            "pcmk.acl.role.create-with-permissions",
            "pcmk.acl.role.delete-with-users-groups",
            "pcmk.acl.user",
            "pcmk.alert",
            "pcmk.cib.checkpoints",
            "pcmk.cib.checkpoints.diff",
            "pcmk.cib.edit",
            "pcmk.cib.get",
            "pcmk.cib.get.scope",
            "pcmk.cib.roles.promoted-unpromoted",
            "pcmk.cib.set",
            "pcmk.constraint.colocation.set",
            "pcmk.constraint.colocation.set.options",
            "pcmk.constraint.colocation.simple",
            "pcmk.constraint.colocation.simple.options",
            "pcmk.constraint.hide-expired",
            "pcmk.constraint.location.simple",
            "pcmk.constraint.location.simple.options",
            "pcmk.constraint.location.simple.resource-regexp",
            "pcmk.constraint.location.simple.rule",
            "pcmk.constraint.location.simple.rule.node-attr-type-number",
            "pcmk.constraint.location.simple.rule.options",
            "pcmk.constraint.location.simple.rule.rule-add-remove",
            "pcmk.constraint.no-autocorrect",
            "pcmk.constraint.order.set",
            "pcmk.constraint.order.set.options",
            "pcmk.constraint.order.simple",
            "pcmk.constraint.order.simple.options",
            "pcmk.constraint.ticket.set",
            "pcmk.constraint.ticket.set.options",
            "pcmk.constraint.ticket.simple",
            "pcmk.constraint.ticket.simple.constraint-id",
            "pcmk.properties.cluster",
            "pcmk.properties.operation-defaults",
            "pcmk.properties.operation-defaults.multiple",
            "pcmk.properties.operation-defaults.rule",
            "pcmk.properties.operation-defaults.rule-rsc-op",
            "pcmk.properties.operation-defaults.rule.hide-expired",
            "pcmk.properties.operation-defaults.rule.node-attr-type-number",
            "pcmk.properties.resource-defaults",
            "pcmk.properties.resource-defaults.multiple",
            "pcmk.properties.resource-defaults.rule",
            "pcmk.properties.resource-defaults.rule-rsc-op",
            "pcmk.properties.resource-defaults.rule.hide-expired",
            "pcmk.properties.resource-defaults.rule.node-attr-type-number",
            "pcmk.resource.ban-move-clear",
            "pcmk.resource.ban-move-clear.clear-expired",
            "pcmk.resource.bundle",
            "pcmk.resource.bundle.container-docker",
            "pcmk.resource.bundle.container-docker.promoted-max",
            "pcmk.resource.bundle.container-podman",
            "pcmk.resource.bundle.container-podman.promoted-max",
            "pcmk.resource.bundle.container-rkt",
            "pcmk.resource.bundle.container-rkt.promoted-max",
            "pcmk.resource.bundle.reset",
            "pcmk.resource.bundle.wait",
            "pcmk.resource.cleanup",
            "pcmk.resource.cleanup.one-resource",
            "pcmk.resource.cleanup.strict",
            "pcmk.resource.clone",
            "pcmk.resource.clone.custom-id",
            "pcmk.resource.clone.meta-in-create",
            "pcmk.resource.clone.wait",
            "pcmk.resource.config.output-formats",
            "pcmk.resource.create",
            "pcmk.resource.create.clone.custom-id",
            "pcmk.resource.create.in-existing-bundle",
            "pcmk.resource.create.meta",
            "pcmk.resource.create.no-master",
            "pcmk.resource.create.operations",
            "pcmk.resource.create.operations.onfail-demote",
            "pcmk.resource.create.promotable",
            "pcmk.resource.create.promotable.custom-id",
            "pcmk.resource.create.wait",
            "pcmk.resource.debug",
            "pcmk.resource.delete",
            "pcmk.resource.disable.safe",
            "pcmk.resource.disable.safe.brief",
            "pcmk.resource.disable.safe.tag",
            "pcmk.resource.disable.simulate",
            "pcmk.resource.disable.simulate.brief",
            "pcmk.resource.disable.simulate.tag",
            "pcmk.resource.enable-disable",
            "pcmk.resource.enable-disable.list",
            "pcmk.resource.enable-disable.tag",
            "pcmk.resource.enable-disable.wait",
            "pcmk.resource.failcount",
            "pcmk.resource.group",
            "pcmk.resource.group.add-remove-list",
            "pcmk.resource.group.wait",
            "pcmk.resource.manage-unmanage",
            "pcmk.resource.manage-unmanage.list",
            "pcmk.resource.manage-unmanage.tag",
            "pcmk.resource.manage-unmanage.with-monitor",
            "pcmk.resource.move.autoclean",
            "pcmk.resource.promotable",
            "pcmk.resource.promotable.custom-id",
            "pcmk.resource.promotable.meta-in-create",
            "pcmk.resource.promotable.wait",
            "pcmk.resource.refresh",
            "pcmk.resource.refresh.one-resource",
            "pcmk.resource.refresh.strict",
            "pcmk.resource.relations",
            "pcmk.resource.relocate",
            "pcmk.resource.restart",
            "pcmk.resource.update",
            "pcmk.resource.update-meta",
            "pcmk.resource.update-meta.list",
            "pcmk.resource.update-meta.wait",
            "pcmk.resource.update-operations",
            "pcmk.resource.update-operations.onfail-demote",
            "pcmk.resource.update.meta",
            "pcmk.resource.update.operations",
            "pcmk.resource.update.operations.onfail-demote",
            "pcmk.resource.update.wait",
            "pcmk.resource.utilization",
            "pcmk.resource.utilization-set-list-for-resource",
            "pcmk.stonith.cleanup",
            "pcmk.stonith.cleanup.one-resource",
            "pcmk.stonith.cleanup.strict",
            "pcmk.stonith.create",
            "pcmk.stonith.create.in-group",
            "pcmk.stonith.create.meta",
            "pcmk.stonith.create.operations",
            "pcmk.stonith.create.operations.onfail-demote",
            "pcmk.stonith.create.wait",
            "pcmk.stonith.delete",
            "pcmk.stonith.enable-disable",
            "pcmk.stonith.enable-disable.list",
            "pcmk.stonith.enable-disable.wait",
            "pcmk.stonith.history.cleanup",
            "pcmk.stonith.history.show",
            "pcmk.stonith.history.update",
            "pcmk.stonith.levels",
            "pcmk.stonith.levels.add-remove-devices-list",
            "pcmk.stonith.levels.clear",
            "pcmk.stonith.levels.node-attr",
            "pcmk.stonith.levels.node-regexp",
            "pcmk.stonith.levels.verify",
            "pcmk.stonith.refresh",
            "pcmk.stonith.refresh.one-resource",
            "pcmk.stonith.refresh.strict",
            "pcmk.stonith.update",
            "pcmk.stonith.update.scsi-devices",
            "pcmk.stonith.update.scsi-devices.add-remove",
            "pcmk.stonith.update.scsi-devices.mpath",
            "pcmk.tag",
            "pcmk.tag.resources",
            "pcs.auth.client",
            "pcs.auth.client.cluster",
            "pcs.auth.client.token",
            "pcs.auth.deauth-client",
            "pcs.auth.deauth-server",
            "pcs.auth.no-bidirectional",
            "pcs.auth.separated-name-and-address",
            "pcs.auth.server.token",
            "pcs.cfg-in-file.cib",
            "pcs.daemon-ssl-cert.set",
            "pcs.daemon-ssl-cert.sync-to-local-cluster",
            "pcs.disaster-recovery.essentials",
            "pcs.request-timeout",
            "resource-agents.describe",
            "resource-agents.list",
            "resource-agents.list.detailed",
            "resource-agents.ocf.version-1-0",
            "resource-agents.ocf.version-1-1",
            "sbd",
            "sbd.option-timeout-action",
            "sbd.shared-block-device",
            "status.corosync.membership",
            "status.pcmk.resources.hide-inactive",
            "status.pcmk.resources.id",
            "status.pcmk.resources.node",
            "status.pcmk.resources.orphaned",
            "status.pcmk.xml",
            "stonith-agents.describe",
            "stonith-agents.list",
            "stonith-agents.list.detailed",
            "stonith-agents.ocf.version-1-0",
            "stonith-agents.ocf.version-1-1"
        ]
    },
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] ***********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:20
Monday 01 August 2022  16:50:54 +0000 (0:00:00.039)       0:00:12.235 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] ***********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:3
Monday 01 August 2022  16:50:54 +0000 (0:00:00.045)       0:00:12.281 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/cluster",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 27,
    "state": "directory",
    "uid": 0
}

TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] ***********************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:9
Monday 01 August 2022  16:50:55 +0000 (0:00:00.506)       0:00:12.787 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Monday 01 August 2022  16:50:55 +0000 (0:00:00.053)       0:00:12.840 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from the controller] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Monday 01 August 2022  16:50:55 +0000 (0:00:00.046)       0:00:12.887 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Use the slurped fence_xvm.key from the controller] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Monday 01 August 2022  16:50:55 +0000 (0:00:00.045)       0:00:12.933 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Generate fence_xvm.key using OpenSSL] ****
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Monday 01 August 2022  16:50:55 +0000 (0:00:00.041)       0:00:12.974 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Fetch generated fence_xvm.key] ***********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Monday 01 August 2022  16:50:55 +0000 (0:00:00.392)       0:00:13.367 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on cluster nodes] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Monday 01 August 2022  16:50:55 +0000 (0:00:00.052)       0:00:13.420 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1659372590.8267088,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "binary",
        "checksum": "02d1607e7605ee2320c8ee24042a39dc6ea7bb37",
        "ctime": 1659372590.8357089,
        "dev": 64515,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 26339536,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/octet-stream",
        "mode": "0600",
        "mtime": 1659372590.5677087,
        "nlink": 1,
        "path": "/etc/cluster/fence_xvm.key",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 512,
        "uid": 0,
        "version": "1780596466",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Monday 01 August 2022  16:50:56 +0000 (0:00:00.388)       0:00:13.808 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Use the slurped fence_xvm.key from cluster nodes] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Monday 01 August 2022  16:50:56 +0000 (0:00:00.522)       0:00:14.331 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => (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-8-y.qcow2.snap -> {{ item }}] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Send fence_xvm.key to nodes] *************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/distribute-fence-virt-key.yml:17
Monday 01 August 2022  16:50:56 +0000 (0:00:00.059)       0:00:14.390 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "checksum": "02d1607e7605ee2320c8ee24042a39dc6ea7bb37",
    "dest": "/etc/cluster/fence_xvm.key",
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/etc/cluster/fence_xvm.key",
    "secontext": "system_u:object_r:cluster_conf_t:s0",
    "size": 512,
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.ha_cluster : Configure SBD] ***************************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:23
Monday 01 August 2022  16:50:57 +0000 (0:00:00.636)       0:00:15.026 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Probe SBD devices] ***********************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:5
Monday 01 August 2022  16:50:57 +0000 (0:00:00.049)       0:00:15.075 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => (item=/dev/loop0) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "sbd",
        "-d",
        "/dev/loop0",
        "dump"
    ],
    "delta": "0:00:00.030809",
    "end": "2022-08-01 12:50:57.836268",
    "failed_when_result": false,
    "item": "/dev/loop0",
    "rc": 1,
    "start": "2022-08-01 12:50:57.805459"
}

STDOUT:

==Dumping header on disk /dev/loop0


STDERR:

==Header on disk /dev/loop0 NOT dumped
sbd failed; please check the logs.


MSG:

non-zero return code

TASK [linux-system-roles.ha_cluster : Initialize SBD devices] ******************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18
Monday 01 August 2022  16:50:57 +0000 (0:00:00.420)       0:00:15.496 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => (item={'changed': False, 'stdout': '==Dumping header on disk /dev/loop0', 'stderr': '==Header on disk /dev/loop0 NOT dumped\nsbd failed; please check the logs.', 'rc': 1, 'cmd': ['sbd', '-d', '/dev/loop0', 'dump'], 'start': '2022-08-01 12:50:57.805459', 'end': '2022-08-01 12:50:57.836268', 'delta': '0:00:00.030809', 'failed': False, 'msg': 'non-zero return code', 'invocation': {'module_args': {'_raw_params': 'sbd -d /dev/loop0 dump', '_uses_shell': False, 'warn': False, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['==Dumping header on disk /dev/loop0'], 'stderr_lines': ['==Header on disk /dev/loop0 NOT dumped', 'sbd failed; please check the logs.'], 'failed_when_result': False, 'item': '/dev/loop0', 'ansible_loop_var': 'item'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "pcs",
        "--force",
        "--",
        "stonith",
        "sbd",
        "device",
        "setup",
        "device=/dev/loop0",
        "watchdog-timeout=10",
        "msgwait-timeout=20"
    ],
    "delta": "0:00:00.582405",
    "end": "2022-08-01 12:50:58.833983",
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "cmd": [
            "sbd",
            "-d",
            "/dev/loop0",
            "dump"
        ],
        "delta": "0:00:00.030809",
        "end": "2022-08-01 12:50:57.836268",
        "failed": false,
        "failed_when_result": false,
        "invocation": {
            "module_args": {
                "_raw_params": "sbd -d /dev/loop0 dump",
                "_uses_shell": false,
                "argv": null,
                "chdir": null,
                "creates": null,
                "executable": null,
                "removes": null,
                "stdin": null,
                "stdin_add_newline": true,
                "strip_empty_ends": true,
                "warn": false
            }
        },
        "item": "/dev/loop0",
        "msg": "non-zero return code",
        "rc": 1,
        "start": "2022-08-01 12:50:57.805459",
        "stderr": "==Header on disk /dev/loop0 NOT dumped\nsbd failed; please check the logs.",
        "stderr_lines": [
            "==Header on disk /dev/loop0 NOT dumped",
            "sbd failed; please check the logs."
        ],
        "stdout": "==Dumping header on disk /dev/loop0",
        "stdout_lines": [
            "==Dumping header on disk /dev/loop0"
        ]
    },
    "rc": 0,
    "start": "2022-08-01 12:50:58.251578"
}

STDOUT:

Initializing device '/dev/loop0'...
Device initialized successfully

TASK [linux-system-roles.ha_cluster : Distribute SBD config] *******************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:45
Monday 01 August 2022  16:50:58 +0000 (0:00:01.000)       0:00:16.497 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "checksum": "cdb356dc346b9df3eb4878c4d91272989b85abdd",
    "dest": "/etc/sysconfig/sbd",
    "gid": 0,
    "group": "root",
    "md5sum": "38057953cb70248183fa484b0f65e7a6",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 4255,
    "src": "/root/.ansible/tmp/ansible-tmp-1659372658.8941045-218806-104424443062267/source",
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:61
Monday 01 August 2022  16:50:59 +0000 (0:00:00.723)       0:00:17.221 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "arp-ethers.service": {
                "name": "arp-ethers.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cockpit-motd.service": {
                "name": "cockpit-motd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-http.service": {
                "name": "cockpit-wsinstance-http.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-https-factory@.service": {
                "name": "cockpit-wsinstance-https-factory@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit-wsinstance-https@.service": {
                "name": "cockpit-wsinstance-https@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit.service": {
                "name": "cockpit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "corosync-notifyd.service": {
                "name": "corosync-notifyd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "corosync.service": {
                "name": "corosync.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crm_mon.service": {
                "name": "crm_mon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "getty@.service": {
                "name": "getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "getty@tty1.service": {
                "name": "getty@tty1.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-activation-early.service": {
                "name": "lvm2-activation-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-activation.service": {
                "name": "lvm2-activation.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pacemaker.service": {
                "name": "pacemaker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "packagekit-offline-update.service": {
                "name": "packagekit-offline-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "packagekit.service": {
                "name": "packagekit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "pcs_snmp_agent.service": {
                "name": "pcs_snmp_agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pcsd-ruby.service": {
                "name": "pcsd-ruby.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "pcsd.service": {
                "name": "pcsd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "quotaon.service": {
                "name": "quotaon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sbd.service": {
                "name": "sbd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "sbd_remote.service": {
                "name": "sbd_remote.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "snmpd.service": {
                "name": "snmpd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "snmptrapd.service": {
                "name": "snmptrapd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service": {
                "name": "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdb1.service": {
                "name": "systemd-fsck@dev-vdb1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdc1.service": {
                "name": "systemd-fsck@dev-vdc1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-timesyncd.service": {
                "name": "systemd-timesyncd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "ypbind.service": {
                "name": "ypbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "yppasswdd.service": {
                "name": "yppasswdd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypserv.service": {
                "name": "ypserv.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypxfrd.service": {
                "name": "ypxfrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            }
        }
    },
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:64
Monday 01 August 2022  16:51:01 +0000 (0:00:01.707)       0:00:18.928 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "pcs",
        "--force",
        "--",
        "property",
        "set",
        "stonith-watchdog-timeout="
    ],
    "delta": "0:00:00.557038",
    "end": "2022-08-01 12:51:02.207018",
    "rc": 0,
    "start": "2022-08-01 12:51:01.649980"
}

TASK [linux-system-roles.ha_cluster : Configure cluster nodes] *****************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:26
Monday 01 August 2022  16:51:02 +0000 (0:00:00.939)       0:00:19.868 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] *********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:3
Monday 01 August 2022  16:51:02 +0000 (0:00:00.053)       0:00:19.921 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/ansible.30jmhk8k_ha_cluster_corosync_conf",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content] *****
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:16
Monday 01 August 2022  16:51:02 +0000 (0:00:00.351)       0:00:20.273 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Monday 01 August 2022  16:51:02 +0000 (0:00:00.038)       0:00:20.311 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "pcs",
        "cluster",
        "setup",
        "--corosync_conf",
        "/tmp/ansible.30jmhk8k_ha_cluster_corosync_conf",
        "--overwrite",
        "--no-cluster-uuid",
        "--",
        "test-cluster",
        "localhost"
    ],
    "delta": "0:00:00.491083",
    "end": "2022-08-01 12:51:03.551161",
    "rc": 0,
    "start": "2022-08-01 12:51:03.060078"
}

STDOUT:

No addresses specified for host 'localhost', using 'localhost'

TASK [linux-system-roles.ha_cluster : Fetch created corosync.conf file] ********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:19
Monday 01 August 2022  16:51:03 +0000 (0:00:00.902)       0:00:21.213 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
    "encoding": "base64",
    "source": "/tmp/ansible.30jmhk8k_ha_cluster_corosync_conf"
}

TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] ***********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:26
Monday 01 August 2022  16:51:03 +0000 (0:00:00.371)       0:00:21.584 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "checksum": "05d2ec2a2bfa233bb2b4ace4aae02b42cafc012b",
    "dest": "/etc/corosync/corosync.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "beb73759420421ade7d3b0d2f8dd24ef",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 388,
    "src": "/root/.ansible/tmp/ansible-tmp-1659372663.992132-218918-147716174259640/source",
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] *********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:36
Monday 01 August 2022  16:51:04 +0000 (0:00:00.688)       0:00:22.273 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "path": "/tmp/ansible.30jmhk8k_ha_cluster_corosync_conf",
    "state": "absent"
}

TASK [linux-system-roles.ha_cluster : Get corosync authkey] ********************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:49
Monday 01 August 2022  16:51:04 +0000 (0:00:00.371)       0:00:22.645 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Monday 01 August 2022  16:51:05 +0000 (0:00:00.050)       0:00:22.695 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from the controller] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Monday 01 August 2022  16:51:05 +0000 (0:00:00.076)       0:00:22.772 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Use the slurped corosync authkey from the controller] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Monday 01 August 2022  16:51:05 +0000 (0:00:00.045)       0:00:22.818 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Generate corosync authkey using OpenSSL] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Monday 01 August 2022  16:51:05 +0000 (0:00:00.040)       0:00:22.858 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Fetch generated corosync authkey] ********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Monday 01 August 2022  16:51:05 +0000 (0:00:00.402)       0:00:23.260 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on cluster nodes] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Monday 01 August 2022  16:51:05 +0000 (0:00:00.052)       0:00:23.313 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1659372608.0887089,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "binary",
        "checksum": "72ef175d35acb965c19eb07eddfce64822a879b9",
        "ctime": 1659372598.4277089,
        "dev": 64515,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8897101,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/octet-stream",
        "mode": "0400",
        "mtime": 1659372598.1567087,
        "nlink": 1,
        "path": "/etc/corosync/authkey",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 256,
        "uid": 0,
        "version": "3923219194",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": false,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Monday 01 August 2022  16:51:06 +0000 (0:00:00.389)       0:00:23.703 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Use the slurped corosync authkey from cluster nodes] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Monday 01 August 2022  16:51:06 +0000 (0:00:00.400)       0:00:24.103 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => (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-8-y.qcow2.snap -> {{ item }}] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Distribute corosync authkey] *************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:57
Monday 01 August 2022  16:51:06 +0000 (0:00:00.063)       0:00:24.166 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "checksum": "72ef175d35acb965c19eb07eddfce64822a879b9",
    "dest": "/etc/corosync/authkey",
    "gid": 0,
    "group": "root",
    "mode": "0400",
    "owner": "root",
    "path": "/etc/corosync/authkey",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 256,
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] *******************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:66
Monday 01 August 2022  16:51:07 +0000 (0:00:00.629)       0:00:24.796 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:12
Monday 01 August 2022  16:51:07 +0000 (0:00:00.053)       0:00:24.850 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from the controller] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:17
Monday 01 August 2022  16:51:07 +0000 (0:00:00.042)       0:00:24.893 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Use the slurped pacemaker authkey from the controller] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:25
Monday 01 August 2022  16:51:07 +0000 (0:00:00.047)       0:00:24.940 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Generate pacemaker authkey using OpenSSL] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:39
Monday 01 August 2022  16:51:07 +0000 (0:00:00.049)       0:00:24.989 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Fetch generated pacemaker authkey] *******
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:45
Monday 01 August 2022  16:51:07 +0000 (0:00:00.406)       0:00:25.396 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on cluster nodes] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:57
Monday 01 August 2022  16:51:07 +0000 (0:00:00.056)       0:00:25.452 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1659372600.2207088,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "binary",
        "checksum": "147a7b0c938ead64acf04b2e6c2ad6402107d81a",
        "ctime": 1659372600.229709,
        "dev": 64515,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 189,
        "gr_name": "haclient",
        "inode": 951942,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/octet-stream",
        "mode": "0400",
        "mtime": 1659372599.9577088,
        "nlink": 1,
        "path": "/etc/pacemaker/authkey",
        "pw_name": "hacluster",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 256,
        "uid": 189,
        "version": "2594194522",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": false,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:62
Monday 01 August 2022  16:51:08 +0000 (0:00:00.382)       0:00:25.835 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Use the slurped pacemaker authkey from cluster nodes] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/presharedkey.yml:70
Monday 01 August 2022  16:51:08 +0000 (0:00:00.393)       0:00:26.228 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => (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-8-y.qcow2.snap -> {{ item }}] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Distribute pacemaker authkey] ************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup.yml:74
Monday 01 August 2022  16:51:08 +0000 (0:00:00.062)       0:00:26.291 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "checksum": "147a7b0c938ead64acf04b2e6c2ad6402107d81a",
    "dest": "/etc/pacemaker/authkey",
    "gid": 189,
    "group": "haclient",
    "mode": "0400",
    "owner": "hacluster",
    "path": "/etc/pacemaker/authkey",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 256,
    "state": "file",
    "uid": 189
}

TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:29
Monday 01 August 2022  16:51:09 +0000 (0:00:00.670)       0:00:26.962 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3
Monday 01 August 2022  16:51:09 +0000 (0:00:00.079)       0:00:27.041 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => (item=corosync) => {
    "ansible_loop_var": "item",
    "changed": false,
    "enabled": true,
    "item": "corosync",
    "name": "corosync",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "ActiveEnterTimestampMonotonic": "1004502828",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "sysinit.target basic.target system.slice network-online.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "AssertTimestampMonotonic": "1004033916",
        "Before": "multi-user.target shutdown.target pacemaker.service",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "ConditionTimestampMonotonic": "1004033888",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/corosync.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Corosync Cluster Engine",
        "DevicePolicy": "auto",
        "Documentation": "man:corosync man:corosync.conf man:corosync_overview",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "116658",
        "ExecMainStartTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "ExecMainStartTimestampMonotonic": "1004035859",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[Mon 2022-08-01 12:50:08 EDT] ; stop_time=[n/a] ; pid=116658 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/corosync.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "corosync.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "InactiveExitTimestampMonotonic": "1004035912",
        "InvocationID": "e43189f3f9894623852e90ee50b58db7",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "116658",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "143728640",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "corosync.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "RequiredBy": "pacemaker.service",
        "Requires": "sysinit.target system.slice network-online.target",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "StateChangeTimestampMonotonic": "1004502828",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "9",
        "TasksMax": "11140",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "WatchdogTimestampMonotonic": "1004502826",
        "WatchdogUSec": "0"
    }
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=corosync-qdevice)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "corosync-qdevice",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/rhel-8-y.qcow2.snap] => (item=pacemaker) => {
    "ansible_loop_var": "item",
    "changed": false,
    "enabled": true,
    "item": "pacemaker",
    "name": "pacemaker",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "ActiveEnterTimestampMonotonic": "1005423557",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "rsyslog.service system.slice sysinit.target time-sync.target systemd-journald.socket network.target dbus.service basic.target corosync.service resource-agents-deps.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "AssertTimestampMonotonic": "1005422026",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "ConditionTimestampMonotonic": "1005422025",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/pacemaker.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Pacemaker High Availability Cluster Manager",
        "DevicePolicy": "auto",
        "Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "116861",
        "ExecMainStartTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "ExecMainStartTimestampMonotonic": "1005423502",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[Mon 2022-08-01 12:50:09 EDT] ; stop_time=[n/a] ; pid=116861 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "pacemaker.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "InactiveExitTimestampMonotonic": "1005423557",
        "InvocationID": "0c318ebaae8940409ac10180b59e4015",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "116861",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "48873472",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "pacemaker.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "corosync.service system.slice sysinit.target",
        "Restart": "on-failure",
        "RestartUSec": "1s",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "25s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "StateChangeTimestampMonotonic": "1005423557",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "7",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "1min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "resource-agents-deps.target dbus.service",
        "WatchdogTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "WatchdogTimestampMonotonic": "1005423555",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16
Monday 01 August 2022  16:51:10 +0000 (0:00:01.006)       0:00:28.048 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "arp-ethers.service": {
                "name": "arp-ethers.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cockpit-motd.service": {
                "name": "cockpit-motd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-http.service": {
                "name": "cockpit-wsinstance-http.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-https-factory@.service": {
                "name": "cockpit-wsinstance-https-factory@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit-wsinstance-https@.service": {
                "name": "cockpit-wsinstance-https@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit.service": {
                "name": "cockpit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "corosync-notifyd.service": {
                "name": "corosync-notifyd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "corosync.service": {
                "name": "corosync.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crm_mon.service": {
                "name": "crm_mon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "getty@.service": {
                "name": "getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "getty@tty1.service": {
                "name": "getty@tty1.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-activation-early.service": {
                "name": "lvm2-activation-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-activation.service": {
                "name": "lvm2-activation.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pacemaker.service": {
                "name": "pacemaker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "packagekit-offline-update.service": {
                "name": "packagekit-offline-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "packagekit.service": {
                "name": "packagekit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "pcs_snmp_agent.service": {
                "name": "pcs_snmp_agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pcsd-ruby.service": {
                "name": "pcsd-ruby.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "pcsd.service": {
                "name": "pcsd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "quotaon.service": {
                "name": "quotaon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sbd.service": {
                "name": "sbd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "sbd_remote.service": {
                "name": "sbd_remote.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "snmpd.service": {
                "name": "snmpd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "snmptrapd.service": {
                "name": "snmptrapd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service": {
                "name": "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdb1.service": {
                "name": "systemd-fsck@dev-vdb1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdc1.service": {
                "name": "systemd-fsck@dev-vdc1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-timesyncd.service": {
                "name": "systemd-timesyncd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "ypbind.service": {
                "name": "ypbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "yppasswdd.service": {
                "name": "yppasswdd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypserv.service": {
                "name": "ypserv.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypxfrd.service": {
                "name": "ypxfrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            }
        }
    },
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Enable or disable SBD] *******************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:19
Monday 01 August 2022  16:51:12 +0000 (0:00:01.695)       0:00:29.744 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "enabled": true,
    "name": "sbd",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "basic.target system.slice iscsi.service systemd-journald.socket systemd-modules-load.service sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "dlm.service shutdown.target pacemaker.service",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "no",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Shared-storage based fencing daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:sbd(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/sbd.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "sbd.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "sbd.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/sbd.pid",
        "PartOf": "corosync.service",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "yes",
        "RefuseManualStop": "yes",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target",
        "Restart": "on-abort",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "11140",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "forking",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.ha_cluster : Pcs auth] ********************************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:32
Monday 01 August 2022  16:51:12 +0000 (0:00:00.632)       0:00:30.376 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Check pcs auth status] *******************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3
Monday 01 August 2022  16:51:12 +0000 (0:00:00.052)       0:00:30.429 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "pcs",
        "status",
        "pcsd",
        "--",
        "localhost"
    ],
    "delta": "0:00:00.534829",
    "end": "2022-08-01 12:51:13.707778",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-01 12:51:13.172949"
}

STDOUT:

  localhost: Online

TASK [linux-system-roles.ha_cluster : Run pcs auth] ****************************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:20
Monday 01 August 2022  16:51:13 +0000 (0:00:00.945)       0:00:31.374 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:37
Monday 01 August 2022  16:51:13 +0000 (0:00:00.026)       0:00:31.400 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21
Monday 01 August 2022  16:51:13 +0000 (0:00:00.054)       0:00:31.455 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "arp-ethers.service": {
                "name": "arp-ethers.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cockpit-motd.service": {
                "name": "cockpit-motd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-http.service": {
                "name": "cockpit-wsinstance-http.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-https-factory@.service": {
                "name": "cockpit-wsinstance-https-factory@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit-wsinstance-https@.service": {
                "name": "cockpit-wsinstance-https@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit.service": {
                "name": "cockpit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "corosync-notifyd.service": {
                "name": "corosync-notifyd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "corosync.service": {
                "name": "corosync.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crm_mon.service": {
                "name": "crm_mon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dlm.service": {
                "name": "dlm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "getty@.service": {
                "name": "getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "getty@tty1.service": {
                "name": "getty@tty1.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-activation-early.service": {
                "name": "lvm2-activation-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-activation.service": {
                "name": "lvm2-activation.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pacemaker.service": {
                "name": "pacemaker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "packagekit-offline-update.service": {
                "name": "packagekit-offline-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "packagekit.service": {
                "name": "packagekit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "pcs_snmp_agent.service": {
                "name": "pcs_snmp_agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pcsd-ruby.service": {
                "name": "pcsd-ruby.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "pcsd.service": {
                "name": "pcsd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "quotaon.service": {
                "name": "quotaon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sbd.service": {
                "name": "sbd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "sbd_remote.service": {
                "name": "sbd_remote.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "snmpd.service": {
                "name": "snmpd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "snmptrapd.service": {
                "name": "snmptrapd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service": {
                "name": "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdb1.service": {
                "name": "systemd-fsck@dev-vdb1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdc1.service": {
                "name": "systemd-fsck@dev-vdc1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-timesyncd.service": {
                "name": "systemd-timesyncd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "ypbind.service": {
                "name": "ypbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "yppasswdd.service": {
                "name": "yppasswdd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypserv.service": {
                "name": "ypserv.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypxfrd.service": {
                "name": "ypxfrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            }
        }
    },
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24
Monday 01 August 2022  16:51:15 +0000 (0:00:01.695)       0:00:33.150 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => (item=pacemaker) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "pacemaker",
    "name": "pacemaker",
    "state": "stopped",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "ActiveEnterTimestampMonotonic": "1005423557",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus.service sysinit.target corosync.service network.target basic.target resource-agents-deps.target system.slice sbd.service rsyslog.service time-sync.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "AssertTimestampMonotonic": "1005422026",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "ConditionTimestampMonotonic": "1005422025",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/pacemaker.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Pacemaker High Availability Cluster Manager",
        "DevicePolicy": "auto",
        "Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "116861",
        "ExecMainStartTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "ExecMainStartTimestampMonotonic": "1005423502",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "pacemaker.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "InactiveExitTimestampMonotonic": "1005423557",
        "InvocationID": "0c318ebaae8940409ac10180b59e4015",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "116861",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "48877568",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "pacemaker.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target corosync.service sbd.service",
        "Restart": "on-failure",
        "RestartUSec": "1s",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "25s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "StateChangeTimestampMonotonic": "1005423557",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "7",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "1min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "resource-agents-deps.target dbus.service",
        "WatchdogTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "WatchdogTimestampMonotonic": "1005423555",
        "WatchdogUSec": "0"
    }
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=corosync-qdevice)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "corosync-qdevice",
    "skip_reason": "Conditional result was False"
}
changed: [/cache/rhel-8-y.qcow2.snap] => (item=corosync) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "corosync",
    "name": "corosync",
    "state": "stopped",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "ActiveEnterTimestampMonotonic": "1004502828",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "network-online.target sysinit.target systemd-journald.socket basic.target system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "AssertTimestampMonotonic": "1004033916",
        "Before": "pacemaker.service shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "ConditionTimestampMonotonic": "1004033888",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ConsistsOf": "sbd.service",
        "ControlGroup": "/system.slice/corosync.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Corosync Cluster Engine",
        "DevicePolicy": "auto",
        "Documentation": "man:corosync man:corosync.conf man:corosync_overview",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "116658",
        "ExecMainStartTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "ExecMainStartTimestampMonotonic": "1004035859",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/corosync.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "corosync.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "InactiveExitTimestampMonotonic": "1004035912",
        "InvocationID": "e43189f3f9894623852e90ee50b58db7",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "116658",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "118706176",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "corosync.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "RequiredBy": "pacemaker.service",
        "Requires": "network-online.target sysinit.target sbd.service system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "StateChangeTimestampMonotonic": "1004502828",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "9",
        "TasksMax": "11140",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "WatchdogTimestampMonotonic": "1004502826",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.ha_cluster : Start corosync] **************************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46
Monday 01 August 2022  16:51:16 +0000 (0:00:01.504)       0:00:34.654 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "name": "corosync",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "ActiveEnterTimestampMonotonic": "1004502828",
        "ActiveExitTimestamp": "Mon 2022-08-01 12:51:16 EDT",
        "ActiveExitTimestampMonotonic": "1072526360",
        "ActiveState": "inactive",
        "After": "network-online.target sysinit.target systemd-journald.socket basic.target system.slice",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "AssertTimestampMonotonic": "1004033916",
        "Before": "pacemaker.service shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "ConditionTimestampMonotonic": "1004033888",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ConsistsOf": "sbd.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Corosync Cluster Engine",
        "DevicePolicy": "auto",
        "Documentation": "man:corosync man:corosync.conf man:corosync_overview",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Mon 2022-08-01 12:51:16 EDT",
        "ExecMainExitTimestampMonotonic": "1072948695",
        "ExecMainPID": "116658",
        "ExecMainStartTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "ExecMainStartTimestampMonotonic": "1004035859",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[Mon 2022-08-01 12:50:08 EDT] ; stop_time=[Mon 2022-08-01 12:51:16 EDT] ; pid=116658 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[Mon 2022-08-01 12:51:16 EDT] ; stop_time=[Mon 2022-08-01 12:51:16 EDT] ; pid=123395 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/corosync.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "corosync.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Mon 2022-08-01 12:51:16 EDT",
        "InactiveEnterTimestampMonotonic": "1072948809",
        "InactiveExitTimestamp": "Mon 2022-08-01 12:50:08 EDT",
        "InactiveExitTimestampMonotonic": "1004035912",
        "InvocationID": "e43189f3f9894623852e90ee50b58db7",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "corosync.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "RequiredBy": "pacemaker.service",
        "Requires": "network-online.target sysinit.target sbd.service system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 12:51:16 EDT",
        "StateChangeTimestampMonotonic": "1072948809",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "11140",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.ha_cluster : Reload corosync configuration] ***********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:55
Monday 01 August 2022  16:51:17 +0000 (0:00:00.966)       0:00:35.621 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "corosync-cfgtool",
        "-R"
    ],
    "delta": "0:00:00.012378",
    "end": "2022-08-01 12:51:18.343264",
    "rc": 0,
    "start": "2022-08-01 12:51:18.330886"
}

STDOUT:

Reloading corosync.conf...
Done

TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ******************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:61
Monday 01 August 2022  16:51:18 +0000 (0:00:00.385)       0:00:36.007 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Start pacemaker] *************************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67
Monday 01 August 2022  16:51:18 +0000 (0:00:00.025)       0:00:36.032 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "name": "pacemaker",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "ActiveEnterTimestampMonotonic": "1005423557",
        "ActiveExitTimestamp": "Mon 2022-08-01 12:51:16 EDT",
        "ActiveExitTimestampMonotonic": "1071997220",
        "ActiveState": "inactive",
        "After": "dbus.service sysinit.target corosync.service network.target basic.target resource-agents-deps.target system.slice sbd.service rsyslog.service time-sync.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "AssertTimestampMonotonic": "1005422026",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "ConditionTimestampMonotonic": "1005422025",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Pacemaker High Availability Cluster Manager",
        "DevicePolicy": "auto",
        "Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Mon 2022-08-01 12:51:16 EDT",
        "ExecMainExitTimestampMonotonic": "1072034529",
        "ExecMainPID": "116861",
        "ExecMainStartTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "ExecMainStartTimestampMonotonic": "1005423502",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[Mon 2022-08-01 12:50:09 EDT] ; stop_time=[Mon 2022-08-01 12:51:16 EDT] ; pid=116861 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "pacemaker.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Mon 2022-08-01 12:51:16 EDT",
        "InactiveEnterTimestampMonotonic": "1072034590",
        "InactiveExitTimestamp": "Mon 2022-08-01 12:50:09 EDT",
        "InactiveExitTimestampMonotonic": "1005423557",
        "InvocationID": "0c318ebaae8940409ac10180b59e4015",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "pacemaker.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target corosync.service sbd.service",
        "Restart": "on-failure",
        "RestartUSec": "1s",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "25s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 12:51:16 EDT",
        "StateChangeTimestampMonotonic": "1072034590",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "1min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "resource-agents-deps.target dbus.service",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73
Monday 01 August 2022  16:51:22 +0000 (0:00:04.244)       0:00:40.276 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "pcs",
        "cluster",
        "start",
        "--all",
        "--wait"
    ],
    "delta": "0:00:26.303281",
    "end": "2022-08-01 12:51:49.289167",
    "rc": 0,
    "start": "2022-08-01 12:51:22.985886"
}

STDOUT:

localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started

TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ********************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:87
Monday 01 August 2022  16:51:49 +0000 (0:00:26.691)       0:01:06.968 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "cmd": "crm_mon -X | xmllint --xpath '/crm_mon/nodes/node/@name' - | sed -E 's/\\s*name=\"([^\"]+)\"\\s*/\\1\\n/g'\n",
    "delta": "0:00:00.016874",
    "end": "2022-08-01 12:51:49.702875",
    "rc": 0,
    "start": "2022-08-01 12:51:49.686001"
}

STDOUT:

localhost

TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:108
Monday 01 August 2022  16:51:49 +0000 (0:00:00.393)       0:01:07.362 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=localhost)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "localhost",
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Create and push CIB] *********************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:40
Monday 01 August 2022  16:51:49 +0000 (0:00:00.031)       0:01:07.393 ********* 
included: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml for /cache/rhel-8-y.qcow2.snap

TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ******
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:10
Monday 01 August 2022  16:51:49 +0000 (0:00:00.072)       0:01:07.465 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/ansible.s3m2_on6_ha_cluster_original_cib_xml",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.ha_cluster : Create a tempfile for new CIB] ***********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:18
Monday 01 August 2022  16:51:50 +0000 (0:00:00.416)       0:01:07.882 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/ansible.l4dvzwa6_ha_cluster_cib_xml",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.ha_cluster : Fetch CIB configuration] *****************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:26
Monday 01 August 2022  16:51:50 +0000 (0:00:00.362)       0:01:08.244 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cibadmin",
        "--query"
    ],
    "delta": "0:00:00.011937",
    "end": "2022-08-01 12:51:51.007801",
    "rc": 0,
    "start": "2022-08-01 12:51:50.995864"
}

STDOUT:

<cib admin_epoch="0" epoch="9" num_updates="3" validate-with="pacemaker-3.1" cib-last-written="Mon Aug  1 12:51:45 2022" update-origin="localhost" update-client="crmd" update-user="hacluster" crm_feature_set="3.15.0" have-quorum="1" dc-uuid="1">
  <configuration>
    <crm_config>
      <cluster_property_set id="cib-bootstrap-options">
        <nvpair id="cib-bootstrap-options-have-watchdog" name="have-watchdog" value="true"/>
        <nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="2.1.4-4.el8-dc6eb4362e"/>
        <nvpair id="cib-bootstrap-options-cluster-infrastructure" name="cluster-infrastructure" value="corosync"/>
        <nvpair id="cib-bootstrap-options-cluster-name" name="cluster-name" value="my-cluster"/>
      </cluster_property_set>
    </crm_config>
    <nodes>
      <node id="1" uname="localhost"/>
    </nodes>
    <resources/>
    <constraints/>
  </configuration>
  <status>
    <node_state id="1" uname="localhost" in_ccm="true" crmd="online" crm-debug-origin="do_state_transition" join="member" expected="member">
      <lrm id="1">
        <lrm_resources/>
      </lrm>
    </node_state>
  </status>
</cib>

TASK [linux-system-roles.ha_cluster : Write CIB configuration] *****************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33
Monday 01 August 2022  16:51:51 +0000 (0:00:00.425)       0:01:08.670 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => (item=/tmp/ansible.l4dvzwa6_ha_cluster_cib_xml) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "d0e47ab9add5ad615b8dd9613618989ef02476b0",
    "dest": "/tmp/ansible.l4dvzwa6_ha_cluster_cib_xml",
    "gid": 0,
    "group": "root",
    "item": "/tmp/ansible.l4dvzwa6_ha_cluster_cib_xml",
    "md5sum": "3a5573335ac7266cea693acd5d46689d",
    "mode": "0600",
    "owner": "root",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 1159,
    "src": "/root/.ansible/tmp/ansible-tmp-1659372711.1121154-219394-229459079343800/source",
    "state": "file",
    "uid": 0
}
changed: [/cache/rhel-8-y.qcow2.snap] => (item=/tmp/ansible.s3m2_on6_ha_cluster_original_cib_xml) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "d0e47ab9add5ad615b8dd9613618989ef02476b0",
    "dest": "/tmp/ansible.s3m2_on6_ha_cluster_original_cib_xml",
    "gid": 0,
    "group": "root",
    "item": "/tmp/ansible.s3m2_on6_ha_cluster_original_cib_xml",
    "md5sum": "3a5573335ac7266cea693acd5d46689d",
    "mode": "0600",
    "owner": "root",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 1159,
    "src": "/root/.ansible/tmp/ansible-tmp-1659372711.7766757-219394-230237568111265/source",
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] *************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:51
Monday 01 August 2022  16:51:52 +0000 (0:00:01.438)       0:01:10.108 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "cibadmin",
        "--force",
        "--delete-all",
        "--xpath",
        "/cib/configuration/*[not(\n  self::crm_config or\n  self::nodes or\n  self::resources or\n  self::constraints\n)] | /cib/configuration/*[self::resources or self::constraints]/* | /cib/configuration/nodes/*/* | /cib/configuration/crm_config//nvpair[not(\n  @name=\"cluster-infrastructure\" or\n  @name=\"cluster-name\" or\n  @name=\"dc-version\" or\n  @name=\"have-watchdog\" or\n  @name=\"last-lrm-refresh\" or\n  @name=\"stonith-watchdog-timeout\"\n)]"
    ],
    "delta": "0:00:00.026500",
    "end": "2022-08-01 12:51:52.846642",
    "rc": 0,
    "start": "2022-08-01 12:51:52.820142"
}

TASK [linux-system-roles.ha_cluster : Configure cluster properties] ************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:80
Monday 01 August 2022  16:51:52 +0000 (0:00:00.399)       0:01:10.508 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Extract primitive to bundle mapping] *****
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:91
Monday 01 August 2022  16:51:52 +0000 (0:00:00.036)       0:01:10.545 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "__ha_cluster_primitive_bundle_map": {}
    },
    "changed": false
}

TASK [linux-system-roles.ha_cluster : Configure cluster bundle resources] ******
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:98
Monday 01 August 2022  16:51:52 +0000 (0:00:00.045)       0:01:10.590 ********* 

TASK [linux-system-roles.ha_cluster : Configure cluster resources] *************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:104
Monday 01 August 2022  16:51:52 +0000 (0:00:00.021)       0:01:10.612 ********* 

TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] *******
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:111
Monday 01 August 2022  16:51:52 +0000 (0:00:00.026)       0:01:10.639 ********* 

TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] *******
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:117
Monday 01 August 2022  16:51:53 +0000 (0:00:00.022)       0:01:10.661 ********* 

TASK [linux-system-roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:125
Monday 01 August 2022  16:51:53 +0000 (0:00:00.021)       0:01:10.683 ********* 

TASK [linux-system-roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:132
Monday 01 August 2022  16:51:53 +0000 (0:00:00.023)       0:01:10.707 ********* 

TASK [linux-system-roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:140
Monday 01 August 2022  16:51:53 +0000 (0:00:00.020)       0:01:10.728 ********* 

TASK [linux-system-roles.ha_cluster : Configure resource order constraints] ****
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:150
Monday 01 August 2022  16:51:53 +0000 (0:00:00.023)       0:01:10.751 ********* 

TASK [linux-system-roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:158
Monday 01 August 2022  16:51:53 +0000 (0:00:00.022)       0:01:10.773 ********* 

TASK [linux-system-roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:168
Monday 01 August 2022  16:51:53 +0000 (0:00:00.022)       0:01:10.796 ********* 

TASK [linux-system-roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:176
Monday 01 August 2022  16:51:53 +0000 (0:00:00.022)       0:01:10.818 ********* 

TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] **********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:199
Monday 01 August 2022  16:51:53 +0000 (0:00:00.021)       0:01:10.839 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/ansible.d6yk69si_ha_cluster_cib_diff",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [linux-system-roles.ha_cluster : Compare new and original CIB] ************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:207
Monday 01 August 2022  16:51:53 +0000 (0:00:00.376)       0:01:11.216 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "crm_diff",
        "--no-version",
        "--original",
        "/tmp/ansible.s3m2_on6_ha_cluster_original_cib_xml",
        "--new",
        "/tmp/ansible.l4dvzwa6_ha_cluster_cib_xml"
    ],
    "delta": "0:00:00.007792",
    "end": "2022-08-01 12:51:53.946155",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-01 12:51:53.938363"
}

TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] **********
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:220
Monday 01 August 2022  16:51:53 +0000 (0:00:00.396)       0:01:11.612 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:231
Monday 01 August 2022  16:51:53 +0000 (0:00:00.025)       0:01:11.637 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ********************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239
Monday 01 August 2022  16:51:53 +0000 (0:00:00.023)       0:01:11.661 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => (item={'changed': True, 'path': '/tmp/ansible.l4dvzwa6_ha_cluster_cib_xml', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "changed": true,
        "failed": false,
        "gid": 0,
        "group": "root",
        "mode": "0600",
        "owner": "root",
        "path": "/tmp/ansible.l4dvzwa6_ha_cluster_cib_xml",
        "secontext": "unconfined_u:object_r:user_tmp_t:s0",
        "size": 0,
        "state": "file",
        "uid": 0
    },
    "path": "/tmp/ansible.l4dvzwa6_ha_cluster_cib_xml",
    "state": "absent"
}
changed: [/cache/rhel-8-y.qcow2.snap] => (item={'changed': True, 'path': '/tmp/ansible.s3m2_on6_ha_cluster_original_cib_xml', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "changed": true,
        "failed": false,
        "gid": 0,
        "group": "root",
        "mode": "0600",
        "owner": "root",
        "path": "/tmp/ansible.s3m2_on6_ha_cluster_original_cib_xml",
        "secontext": "unconfined_u:object_r:user_tmp_t:s0",
        "size": 0,
        "state": "file",
        "uid": 0
    },
    "path": "/tmp/ansible.s3m2_on6_ha_cluster_original_cib_xml",
    "state": "absent"
}
changed: [/cache/rhel-8-y.qcow2.snap] => (item={'changed': True, 'path': '/tmp/ansible.d6yk69si_ha_cluster_cib_diff', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "changed": true,
        "failed": false,
        "gid": 0,
        "group": "root",
        "mode": "0600",
        "owner": "root",
        "path": "/tmp/ansible.d6yk69si_ha_cluster_cib_diff",
        "secontext": "unconfined_u:object_r:user_tmp_t:s0",
        "size": 0,
        "state": "file",
        "uid": 0
    },
    "path": "/tmp/ansible.d6yk69si_ha_cluster_cib_diff",
    "state": "absent"
}

TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:47
Monday 01 August 2022  16:51:55 +0000 (0:00:01.076)       0:01:12.737 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] ***************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/main.yml:50
Monday 01 August 2022  16:51:55 +0000 (0:00:00.025)       0:01:12.762 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: role_complete for /cache/rhel-8-y.qcow2.snap

TASK [Slurp SBD config file] ***************************************************
task path: /tmp/tmp9juxtb67/tests/tests_sbd_all_options.yml:42
Monday 01 August 2022  16:51:55 +0000 (0:00:00.035)       0:01:12.797 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCgoKIyMgVHlwZTogc3RyaW5nCiMjIERlZmF1bHQ6ICIiCiMKIyBTQkRfREVWSUNFIHNwZWNpZmllcyB0aGUgZGV2aWNlcyB0byB1c2UgZm9yIGV4Y2hhbmdpbmcgc2JkIG1lc3NhZ2VzCiMgYW5kIHRvIG1vbml0b3IuIElmIHNwZWNpZnlpbmcgbW9yZSB0aGFuIG9uZSBwYXRoLCB1c2UgIjsiIGFzCiMgc2VwYXJhdG9yLgojClNCRF9ERVZJQ0U9Ii9kZXYvbG9vcDAiCgojIyBUeXBlOiB5ZXNubwojIyBEZWZhdWx0OiB5ZXMKIwojIFdoZXRoZXIgdG8gZW5hYmxlIHRoZSBwYWNlbWFrZXIgaW50ZWdyYXRpb24uCiMKU0JEX1BBQ0VNQUtFUj15ZXMKCiMjIFR5cGU6IGFsd2F5cyAvIGNsZWFuCiMjIERlZmF1bHQ6IGFsd2F5cwojCiMgU3BlY2lmeSB0aGUgc3RhcnQgbW9kZSBmb3Igc2JkLiBTZXR0aW5nIHRoaXMgdG8gImNsZWFuIiB3aWxsIG9ubHkKIyBhbGxvdyBzYmQgdG8gc3RhcnQgaWYgaXQgd2FzIG5vdCBwcmV2aW91c2x5IGZlbmNlZC4gU2VlIHRoZSAtUyBvcHRpb24KIyBpbiB0aGUgbWFuIHBhZ2UuCiMKU0JEX1NUQVJUTU9ERT0iY2xlYW4iCgojIyBUeXBlOiB5ZXNubyAvIGludGVnZXIKIyMgRGVmYXVsdDogbm8KIwojIFdoZXRoZXIgdG8gZGVsYXkgYWZ0ZXIgc3RhcnRpbmcgc2JkIG9uIGJvb3QgZm9yICJtc2d3YWl0IiBzZWNvbmRzLgojIFRoaXMgbWF5IGJlIG5lY2Vzc2FyeSBpZiB5b3VyIGNsdXN0ZXIgbm9kZXMgcmVib290IHNvIGZhc3QgdGhhdCB0aGUKIyBvdGhlciBub2RlcyBhcmUgc3RpbGwgd2FpdGluZyBpbiB0aGUgZmVuY2UgYWNrbm93bGVkZ2VtZW50IHBoYXNlLgojIFRoaXMgaXMgYW4gb2NjYXNpb25hbCBpc3N1ZSB3aXRoIHZpcnR1YWwgbWFjaGluZXMuCiMKIyBUaGlzIGNhbiBhbHNvIGJlIGVuYWJsZWQgYnkgYmVpbmcgc2V0IHRvIGEgc3BlY2lmaWMgZGVsYXkgdmFsdWUsIGluCiMgc2Vjb25kcy4gU29tZXRpbWVzIGEgbG9uZ2VyIGRlbGF5IHRoYW4gdGhlIGRlZmF1bHQsICJtc2d3YWl0IiwgaXMKIyBuZWVkZWQsIGZvciBleGFtcGxlIGluIHRoZSBjYXNlcyB3aGVyZSBpdCdzIGNvbnNpZGVyZWQgdG8gYmUgc2FmZXIgdG8KIyB3YWl0IGxvbmdlciB0aGFuOgojIGNvcm9zeW5jIHRva2VuIHRpbWVvdXQgKyBjb25zZW5zdXMgdGltZW91dCArIHBjbWtfZGVsYXlfbWF4ICsgbXNnd2FpdAojCiMgQmUgYXdhcmUgdGhhdCB0aGUgc3BlY2lhbCB2YWx1ZSAiMSIgbWVhbnMgInllcyIgcmF0aGVyIHRoYW4gIjFzIi4KIwojIENvbnNpZGVyIHRoYXQgeW91IG1pZ2h0IGhhdmUgdG8gYWRhcHQgdGhlIHN0YXJ0dXAtdGltZW91dCBhY2NvcmRpbmdseQojIGlmIHRoZSBkZWZhdWx0IGlzbid0IHN1ZmZpY2llbnQuIChUaW1lb3V0U3RhcnRTZWMgZm9yIHN5c3RlbWQpCiMKIyBUaGlzIG9wdGlvbiBtYXkgYmUgaWdub3JlZCBhdCBhIGxhdGVyIHBvaW50LCBvbmNlIHBhY2VtYWtlciBoYW5kbGVzCiMgdGhpcyBjYXNlIGJldHRlci4KIwpTQkRfREVMQVlfU1RBUlQ9IjJzIgoKIyMgVHlwZTogc3RyaW5nCiMjIERlZmF1bHQ6IC9kZXYvd2F0Y2hkb2cKIwojIFdhdGNoZG9nIGRldmljZSB0byB1c2UuIElmIHNldCB0byAvZGV2L251bGwsIG5vIHdhdGNoZG9nIGRldmljZSB3aWxsCiMgYmUgdXNlZC4KIwpTQkRfV0FUQ0hET0dfREVWPSIvZGV2L251bGwiCgojIyBUeXBlOiBpbnRlZ2VyCiMjIERlZmF1bHQ6IDUKIwojIEhvdyBsb25nLCBpbiBzZWNvbmRzLCB0aGUgd2F0Y2hkb2cgd2lsbCB3YWl0IGJlZm9yZSBwYW5pY2tpbmcgdGhlCiMgbm9kZSBpZiBuby1vbmUgdGlja2xlcyBpdC4KIwojIFRoaXMgZGVwZW5kcyBtb3N0bHkgb24geW91ciBzdG9yYWdlIGxhdGVuY3k7IHRoZSBtYWpvcml0eSBvZiBkZXZpY2VzCiMgbXVzdCBiZSBzdWNjZXNzZnVsbHkgcmVhZCB3aXRoaW4gdGhpcyB0aW1lLCBvciBlbHNlIHRoZSBub2RlIHdpbGwKIyBzZWxmLWZlbmNlLgojCiMgSWYgeW91ciBzYmQgZGV2aWNlKHMpIHJlc2lkZSBvbiBhIG11bHRpcGF0aCBzZXR1cCBvciBpU0NTSSwgdGhpcwojIHNob3VsZCBiZSB0aGUgdGltZSByZXF1aXJlZCB0byBkZXRlY3QgYSBwYXRoIGZhaWx1cmUuCiMKIyBCZSBhd2FyZSB0aGF0IHdhdGNoZG9nIHRpbWVvdXQgc2V0IGluIHRoZSBvbi1kaXNrIG1ldGFkYXRhIHRha2VzCiMgcHJlY2VkZW5jZS4KIwpTQkRfV0FUQ0hET0dfVElNRU9VVD0iMTAiCgojIyBUeXBlOiBzdHJpbmcKIyMgRGVmYXVsdDogImZsdXNoLHJlYm9vdCIKIwojIEFjdGlvbnMgdG8gYmUgZXhlY3V0ZWQgd2hlbiB0aGUgd2F0Y2hlcnMgZG9uJ3QgdGltZWx5IHJlcG9ydCB0byB0aGUgc2JkCiMgbWFzdGVyIHByb2Nlc3Mgb3Igb25lIG9mIHRoZSB3YXRjaGVycyBkZXRlY3RzIHRoYXQgdGhlIG1hc3RlciBwcm9jZXNzCiMgaGFzIGRpZWQuCiMKIyBTZXQgdGltZW91dC1hY3Rpb24gdG8gY29tbWEtc2VwYXJhdGVkIGNvbWJpbmF0aW9uIG9mCiMgbm9mbHVzaHxmbHVzaCBwbHVzIHJlYm9vdHxjcmFzaGR1bXB8b2ZmLgojIElmIGp1c3Qgb25lIG9mIGJvdGggaXMgZ2l2ZW4gdGhlIG90aGVyIHN0YXlzIGF0IHRoZSBkZWZhdWx0LgojCiMgVGhpcyBkb2Vzbid0IGFmZmVjdCBhY3Rpb25zIGxpa2Ugb2ZmLCBjcmFzaGR1bXAsIHJlYm9vdCBleHBsaWNpdGx5CiMgdHJpZ2dlcmVkIHZpYSBtZXNzYWdlIHNsb3RzLgojIEFuZCBpdCBkb2VzIGFzIHdlbGwgbm90IGNvbmZpZ3VyZSB0aGUgYWN0aW9uIGEgd2F0Y2hkb2cgd291bGQKIyB0cmlnZ2VyIHNob3VsZCBpdCBydW4gb2ZmICh0aGVyZSBpcyBubyBnZW5lcmljIGludGVyZmFjZSkuCiMKU0JEX1RJTUVPVVRfQUNUSU9OPSJyZWJvb3QsZmx1c2giCgojIyBUeXBlOiB5ZXNubyAvIGF1dG8KIyMgRGVmYXVsdDogYXV0bwojCiMgSWYgQ1BVQWNjb3VudGluZyBpcyBlbmFibGVkIGRlZmF1bHQgaXMgbm90IHRvIGFzc2lnbiBhbnkgUlQtYnVkZ2V0CiMgdG8gdGhlIHN5c3RlbS5zbGljZSB3aGljaCBwcmV2ZW50cyBzYmQgZnJvbSBydW5uaW5nIFJSLXNjaGVkdWxlZC4KIwojIE9uZSB3YXkgdG8gZXNjYXBlIHRoYXQgaXNzdWUgaXMgdG8gbW92ZSBzYmQtcHJvY2Vzc2VzIGZyb20gdGhlCiMgc2xpY2UgdGhleSB3ZXJlIG9yaWdpbmFsbHkgc3RhcnRlZCB0byByb290LXNsaWNlLgojIE9mIGNvdXJzZSBzdGFydGluZyBzYmQgaW4gYSBjZXJ0YWluIHNsaWNlIG1pZ2h0IGJlIGludGVudGlvbmFsLgojIFRodXMgaW4gYXV0by1tb2RlIHNiZCB3aWxsIGNoZWNrIGlmIHRoZSBzbGljZSBoYXMgUlQtYnVkZ2V0IGFzc2lnbmVkLgojIElmIHRoYXQgaXMgdGhlIGNhc2Ugc2JkIHdpbGwgc3RheSBpbiB0aGF0IHNsaWNlIHdoaWxlIGl0IHdpbGwKIyBiZSBtb3ZlZCB0byByb290LXNsaWNlIG90aGVyd2lzZS4KIwpTQkRfTU9WRV9UT19ST09UX0NHUk9VUD1hdXRvCgojIyBUeXBlOiB5ZXNubwojIyBEZWZhdWx0OiB5ZXMKIwojIElmIHJlc291cmNlIHN0YXJ0dXAgc3luY2luZyBpcyBlbmFibGVkIHRoZW4gcGFjZW1ha2VyZCBpcwojIGdvbm5hIHdhaXQgdG8gYmUgcGluZ2VkIHZpYSBJUEMgYmVmb3JlIGl0IHN0YXJ0cyByZXNvdXJjZXMuCiMgT24gc2h1dGRvd24gcGFjZW1ha2VyZCBpcyBnb2luZyB0byB3YWl0IGluIGEgc3RhdGUgd2hlcmUgaXQKIyBoYXMgY2xlYW5seSBzaHV0ZG93biByZXNvdXJjZXMgdGlsbCBzYmQgZmV0Y2hlcyB0aGF0IHN0YXRlLgojCiMgVGhlIGRlZmF1bHQgaXMgc2V0IHdoZW4gYnVpbGRpbmcgU0JEIGFuZCBQYWNlbWFrZXIgZnJvbSBzb3VyY2UuCiMgR29pbmcgZm9yICdubycgaXMgc2FmZXIgaWYgaXQgY2FuJ3QgYmUgYXNzdXJlZCB0aGF0IFNCRCBhbmQKIyBQYWNlbWFrZXIgaW5zdGFsbGVkIGRvIGJvdGggc3VwcG9ydCB0aGUgc3luY2hyb25pemF0aW9uIGZlYXR1cmUuCiMgV2hlbiBnb2luZyB3aXRoICd5ZXMnIC0gYWxzbyB1c2luZyBwYWNrYWdlIGRlcGVuZGVuY2llcyB0bwojIGFzc3VyZSBTQkQgJiBQYWNlbWFrZXIgYm90aCBzdXBwb3J0IHRoZSBzeW5jaHJvbml6YXRpb24KIyBmZWF0dXJlIGFuZCBhcmUgYXNzdW1pbmcgdGhlIHNhbWUgZGVmYXVsdCAtIGFuIFNCRCBjb25maWd1cmF0aW9uCiMgaW5oZXJpdGVkIHZpYSBhbiB1cGdyYWRlIGRvZXNuJ3QgaGF2ZSB0byBiZSBhbHRlcmVkIHRvIHN0aWxsCiMgYmVuZWZpdCBmcm9tIHRoZSBuZXcgZmVhdHVyZS4KIwpTQkRfU1lOQ19SRVNPVVJDRV9TVEFSVFVQPXllcwoKIyMgVHlwZTogc3RyaW5nCiMjIERlZmF1bHQ6ICIiCiMKIyBBZGRpdGlvbmFsIG9wdGlvbnMgZm9yIHN0YXJ0aW5nIHNiZAojClNCRF9PUFRTPSItbiBsb2NhbGhvc3QiCg==",
    "encoding": "base64",
    "source": "/etc/sysconfig/sbd"
}

TASK [Decode SBD config] *******************************************************
task path: /tmp/tmp9juxtb67/tests/tests_sbd_all_options.yml:47
Monday 01 August 2022  16:51:55 +0000 (0:00:00.357)       0:01:13.155 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "__test_sbd_config_lines": [
            "#",
            "# Ansible managed",
            "#",
            "",
            "",
            "## Type: string",
            "## Default: \"\"",
            "#",
            "# SBD_DEVICE specifies the devices to use for exchanging sbd messages",
            "# and to monitor. If specifying more than one path, use \";\" as",
            "# separator.",
            "#",
            "SBD_DEVICE=\"/dev/loop0\"",
            "",
            "## Type: yesno",
            "## Default: yes",
            "#",
            "# Whether to enable the pacemaker integration.",
            "#",
            "SBD_PACEMAKER=yes",
            "",
            "## Type: always / clean",
            "## Default: always",
            "#",
            "# Specify the start mode for sbd. Setting this to \"clean\" will only",
            "# allow sbd to start if it was not previously fenced. See the -S option",
            "# in the man page.",
            "#",
            "SBD_STARTMODE=\"clean\"",
            "",
            "## Type: yesno / integer",
            "## Default: no",
            "#",
            "# Whether to delay after starting sbd on boot for \"msgwait\" seconds.",
            "# This may be necessary if your cluster nodes reboot so fast that the",
            "# other nodes are still waiting in the fence acknowledgement phase.",
            "# This is an occasional issue with virtual machines.",
            "#",
            "# This can also be enabled by being set to a specific delay value, in",
            "# seconds. Sometimes a longer delay than the default, \"msgwait\", is",
            "# needed, for example in the cases where it's considered to be safer to",
            "# wait longer than:",
            "# corosync token timeout + consensus timeout + pcmk_delay_max + msgwait",
            "#",
            "# Be aware that the special value \"1\" means \"yes\" rather than \"1s\".",
            "#",
            "# Consider that you might have to adapt the startup-timeout accordingly",
            "# if the default isn't sufficient. (TimeoutStartSec for systemd)",
            "#",
            "# This option may be ignored at a later point, once pacemaker handles",
            "# this case better.",
            "#",
            "SBD_DELAY_START=\"2s\"",
            "",
            "## Type: string",
            "## Default: /dev/watchdog",
            "#",
            "# Watchdog device to use. If set to /dev/null, no watchdog device will",
            "# be used.",
            "#",
            "SBD_WATCHDOG_DEV=\"/dev/null\"",
            "",
            "## Type: integer",
            "## Default: 5",
            "#",
            "# How long, in seconds, the watchdog will wait before panicking the",
            "# node if no-one tickles it.",
            "#",
            "# This depends mostly on your storage latency; the majority of devices",
            "# must be successfully read within this time, or else the node will",
            "# self-fence.",
            "#",
            "# If your sbd device(s) reside on a multipath setup or iSCSI, this",
            "# should be the time required to detect a path failure.",
            "#",
            "# Be aware that watchdog timeout set in the on-disk metadata takes",
            "# precedence.",
            "#",
            "SBD_WATCHDOG_TIMEOUT=\"10\"",
            "",
            "## Type: string",
            "## Default: \"flush,reboot\"",
            "#",
            "# Actions to be executed when the watchers don't timely report to the sbd",
            "# master process or one of the watchers detects that the master process",
            "# has died.",
            "#",
            "# Set timeout-action to comma-separated combination of",
            "# noflush|flush plus reboot|crashdump|off.",
            "# If just one of both is given the other stays at the default.",
            "#",
            "# This doesn't affect actions like off, crashdump, reboot explicitly",
            "# triggered via message slots.",
            "# And it does as well not configure the action a watchdog would",
            "# trigger should it run off (there is no generic interface).",
            "#",
            "SBD_TIMEOUT_ACTION=\"reboot,flush\"",
            "",
            "## Type: yesno / auto",
            "## Default: auto",
            "#",
            "# If CPUAccounting is enabled default is not to assign any RT-budget",
            "# to the system.slice which prevents sbd from running RR-scheduled.",
            "#",
            "# One way to escape that issue is to move sbd-processes from the",
            "# slice they were originally started to root-slice.",
            "# Of course starting sbd in a certain slice might be intentional.",
            "# Thus in auto-mode sbd will check if the slice has RT-budget assigned.",
            "# If that is the case sbd will stay in that slice while it will",
            "# be moved to root-slice otherwise.",
            "#",
            "SBD_MOVE_TO_ROOT_CGROUP=auto",
            "",
            "## Type: yesno",
            "## Default: yes",
            "#",
            "# If resource startup syncing is enabled then pacemakerd is",
            "# gonna wait to be pinged via IPC before it starts resources.",
            "# On shutdown pacemakerd is going to wait in a state where it",
            "# has cleanly shutdown resources till sbd fetches that state.",
            "#",
            "# The default is set when building SBD and Pacemaker from source.",
            "# Going for 'no' is safer if it can't be assured that SBD and",
            "# Pacemaker installed do both support the synchronization feature.",
            "# When going with 'yes' - also using package dependencies to",
            "# assure SBD & Pacemaker both support the synchronization",
            "# feature and are assuming the same default - an SBD configuration",
            "# inherited via an upgrade doesn't have to be altered to still",
            "# benefit from the new feature.",
            "#",
            "SBD_SYNC_RESOURCE_STARTUP=yes",
            "",
            "## Type: string",
            "## Default: \"\"",
            "#",
            "# Additional options for starting sbd",
            "#",
            "SBD_OPTS=\"-n localhost\""
        ]
    },
    "changed": false
}

TASK [Print SBD config lines] **************************************************
task path: /tmp/tmp9juxtb67/tests/tests_sbd_all_options.yml:53
Monday 01 August 2022  16:51:55 +0000 (0:00:00.049)       0:01:13.204 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "__test_sbd_config_lines": [
        "#",
        "# Ansible managed",
        "#",
        "",
        "",
        "## Type: string",
        "## Default: \"\"",
        "#",
        "# SBD_DEVICE specifies the devices to use for exchanging sbd messages",
        "# and to monitor. If specifying more than one path, use \";\" as",
        "# separator.",
        "#",
        "SBD_DEVICE=\"/dev/loop0\"",
        "",
        "## Type: yesno",
        "## Default: yes",
        "#",
        "# Whether to enable the pacemaker integration.",
        "#",
        "SBD_PACEMAKER=yes",
        "",
        "## Type: always / clean",
        "## Default: always",
        "#",
        "# Specify the start mode for sbd. Setting this to \"clean\" will only",
        "# allow sbd to start if it was not previously fenced. See the -S option",
        "# in the man page.",
        "#",
        "SBD_STARTMODE=\"clean\"",
        "",
        "## Type: yesno / integer",
        "## Default: no",
        "#",
        "# Whether to delay after starting sbd on boot for \"msgwait\" seconds.",
        "# This may be necessary if your cluster nodes reboot so fast that the",
        "# other nodes are still waiting in the fence acknowledgement phase.",
        "# This is an occasional issue with virtual machines.",
        "#",
        "# This can also be enabled by being set to a specific delay value, in",
        "# seconds. Sometimes a longer delay than the default, \"msgwait\", is",
        "# needed, for example in the cases where it's considered to be safer to",
        "# wait longer than:",
        "# corosync token timeout + consensus timeout + pcmk_delay_max + msgwait",
        "#",
        "# Be aware that the special value \"1\" means \"yes\" rather than \"1s\".",
        "#",
        "# Consider that you might have to adapt the startup-timeout accordingly",
        "# if the default isn't sufficient. (TimeoutStartSec for systemd)",
        "#",
        "# This option may be ignored at a later point, once pacemaker handles",
        "# this case better.",
        "#",
        "SBD_DELAY_START=\"2s\"",
        "",
        "## Type: string",
        "## Default: /dev/watchdog",
        "#",
        "# Watchdog device to use. If set to /dev/null, no watchdog device will",
        "# be used.",
        "#",
        "SBD_WATCHDOG_DEV=\"/dev/null\"",
        "",
        "## Type: integer",
        "## Default: 5",
        "#",
        "# How long, in seconds, the watchdog will wait before panicking the",
        "# node if no-one tickles it.",
        "#",
        "# This depends mostly on your storage latency; the majority of devices",
        "# must be successfully read within this time, or else the node will",
        "# self-fence.",
        "#",
        "# If your sbd device(s) reside on a multipath setup or iSCSI, this",
        "# should be the time required to detect a path failure.",
        "#",
        "# Be aware that watchdog timeout set in the on-disk metadata takes",
        "# precedence.",
        "#",
        "SBD_WATCHDOG_TIMEOUT=\"10\"",
        "",
        "## Type: string",
        "## Default: \"flush,reboot\"",
        "#",
        "# Actions to be executed when the watchers don't timely report to the sbd",
        "# master process or one of the watchers detects that the master process",
        "# has died.",
        "#",
        "# Set timeout-action to comma-separated combination of",
        "# noflush|flush plus reboot|crashdump|off.",
        "# If just one of both is given the other stays at the default.",
        "#",
        "# This doesn't affect actions like off, crashdump, reboot explicitly",
        "# triggered via message slots.",
        "# And it does as well not configure the action a watchdog would",
        "# trigger should it run off (there is no generic interface).",
        "#",
        "SBD_TIMEOUT_ACTION=\"reboot,flush\"",
        "",
        "## Type: yesno / auto",
        "## Default: auto",
        "#",
        "# If CPUAccounting is enabled default is not to assign any RT-budget",
        "# to the system.slice which prevents sbd from running RR-scheduled.",
        "#",
        "# One way to escape that issue is to move sbd-processes from the",
        "# slice they were originally started to root-slice.",
        "# Of course starting sbd in a certain slice might be intentional.",
        "# Thus in auto-mode sbd will check if the slice has RT-budget assigned.",
        "# If that is the case sbd will stay in that slice while it will",
        "# be moved to root-slice otherwise.",
        "#",
        "SBD_MOVE_TO_ROOT_CGROUP=auto",
        "",
        "## Type: yesno",
        "## Default: yes",
        "#",
        "# If resource startup syncing is enabled then pacemakerd is",
        "# gonna wait to be pinged via IPC before it starts resources.",
        "# On shutdown pacemakerd is going to wait in a state where it",
        "# has cleanly shutdown resources till sbd fetches that state.",
        "#",
        "# The default is set when building SBD and Pacemaker from source.",
        "# Going for 'no' is safer if it can't be assured that SBD and",
        "# Pacemaker installed do both support the synchronization feature.",
        "# When going with 'yes' - also using package dependencies to",
        "# assure SBD & Pacemaker both support the synchronization",
        "# feature and are assuming the same default - an SBD configuration",
        "# inherited via an upgrade doesn't have to be altered to still",
        "# benefit from the new feature.",
        "#",
        "SBD_SYNC_RESOURCE_STARTUP=yes",
        "",
        "## Type: string",
        "## Default: \"\"",
        "#",
        "# Additional options for starting sbd",
        "#",
        "SBD_OPTS=\"-n localhost\""
    ]
}

TASK [Check SBD config] ********************************************************
task path: /tmp/tmp9juxtb67/tests/tests_sbd_all_options.yml:57
Monday 01 August 2022  16:51:55 +0000 (0:00:00.037)       0:01:13.242 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Unset SBD devices and watchdogs] *****************************************
task path: /tmp/tmp9juxtb67/tests/tests_sbd_all_options.yml:73
Monday 01 August 2022  16:51:55 +0000 (0:00:00.043)       0:01:13.285 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "ha_cluster": null
    },
    "changed": false
}

TASK [Clean up test environment for SBD] ***************************************
task path: /tmp/tmp9juxtb67/tests/tests_sbd_all_options.yml:77
Monday 01 August 2022  16:51:55 +0000 (0:00:00.034)       0:01:13.319 ********* 

TASK [linux-system-roles.ha_cluster : Unmount SBD devices] *********************
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/test_cleanup_sbd.yml:9
Monday 01 August 2022  16:51:55 +0000 (0:00:00.051)       0:01:13.371 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "losetup",
        "-d",
        "/dev/loop0"
    ],
    "delta": "0:00:00.004573",
    "end": "2022-08-01 12:51:56.089816",
    "rc": 0,
    "start": "2022-08-01 12:51:56.085243"
}

TASK [linux-system-roles.ha_cluster : Delete backing files for SBD devices] ****
task path: /tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/test_cleanup_sbd.yml:14
Monday 01 August 2022  16:51:56 +0000 (0:00:00.378)       0:01:13.750 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "path": "{'changed': True, 'path': '/tmp/ansible.xsr5w04h_ha_cluster_tests', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}",
    "state": "absent"
}
META: role_complete for /cache/rhel-8-y.qcow2.snap
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-8-y.qcow2.snap : ok=93   changed=27   unreachable=0    failed=0    skipped=43   rescued=0    ignored=0   

Monday 01 August 2022  16:51:56 +0000 (0:00:00.398)       0:01:14.148 ********* 
=============================================================================== 
linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership -- 26.69s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:73 
linux-system-roles.ha_cluster : Start pacemaker ------------------------- 4.24s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:67 
linux-system-roles.ha_cluster : Get services status - detect firewall --- 1.86s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/firewall.yml:3 
linux-system-roles.ha_cluster : Get services status - detect pacemaker --- 1.71s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:61 ---
linux-system-roles.ha_cluster : Get services status - detect SBD -------- 1.70s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:16 
linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.70s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:21 
linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.50s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:24 
linux-system-roles.ha_cluster : Install cluster packages ---------------- 1.46s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/install-and-configure-packages.yml:30 
linux-system-roles.ha_cluster : Write CIB configuration ----------------- 1.44s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:33 
Gathering Facts --------------------------------------------------------- 1.22s
/tmp/tmp9juxtb67/tests/tests_sbd_all_options.yml:3 ----------------------------
linux-system-roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.21s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53 
linux-system-roles.ha_cluster : Remove CIB tempfiles -------------------- 1.08s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/create-and-push-cib.yml:239 
linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.01s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-enable-disable.yml:3 
linux-system-roles.ha_cluster : Initialize SBD devices ------------------ 1.00s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:18 ---
linux-system-roles.ha_cluster : Start corosync -------------------------- 0.97s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-start-and-reload.yml:46 
linux-system-roles.ha_cluster : Check pcs auth status ------------------- 0.95s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-auth.yml:3 
linux-system-roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.94s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/sbd.yml:64 ---
linux-system-roles.ha_cluster : Distribute pcs_settings.conf ------------ 0.94s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44 
linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10 --- 0.90s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3 
linux-system-roles.ha_cluster : Fetch pcs capabilities ------------------ 0.86s
/tmp/tmp9juxtb67/tests/roles/linux-system-roles.ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59 
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/tmpw8pf28gb
  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: tests_sbd_all_options.yml ********************************************
1 plays in /tmp/tmpav7jvhfc/tests/ha_cluster/tests_sbd_all_options.yml

PLAY [Maximal SBD configuration] ***********************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpav7jvhfc/tests/ha_cluster/tests_sbd_all_options.yml:3
Monday 01 August 2022  17:11:35 +0000 (0:00:00.016)       0:00:00.016 ********* 
ok: [/cache/rhel-8-y.qcow2.snap]
META: ran handlers

TASK [Set up test environment] *************************************************
task path: /tmp/tmpav7jvhfc/tests/ha_cluster/tests_sbd_all_options.yml:21
Monday 01 August 2022  17:11:36 +0000 (0:00:01.177)       0:00:01.194 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:9
Monday 01 August 2022  17:11:36 +0000 (0:00:00.059)       0:00:01.254 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "inventory_hostname": "localhost"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Ensure facts used by tests] *******
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:14
Monday 01 August 2022  17:11:37 +0000 (0:00:00.043)       0:00:01.297 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:20
Monday 01 August 2022  17:11:37 +0000 (0:00:00.022)       0:00:01.319 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "ha_cluster_enable_repos": false
    },
    "changed": false
}
META: role_complete for /cache/rhel-8-y.qcow2.snap

TASK [Set up test environment for SBD] *****************************************
task path: /tmp/tmpav7jvhfc/tests/ha_cluster/tests_sbd_all_options.yml:26
Monday 01 August 2022  17:11:37 +0000 (0:00:00.041)       0:00:01.361 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Load softdog module for SBD to have at least one watchdog] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup_sbd.yml:9
Monday 01 August 2022  17:11:37 +0000 (0:00:00.037)       0:00:01.398 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "modprobe",
        "softdog"
    ],
    "delta": "0:00:00.009065",
    "end": "2022-08-01 13:11:36.792263",
    "rc": 0,
    "start": "2022-08-01 13:11:36.783198"
}

TASK [fedora.linux_system_roles.ha_cluster : Create backing files for SBD devices] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup_sbd.yml:13
Monday 01 August 2022  17:11:37 +0000 (0:00:00.449)       0:00:01.847 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/ansible.d6l6vq81_ha_cluster_tests",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.ha_cluster : Initialize backing files for SBD devices] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup_sbd.yml:19
Monday 01 August 2022  17:11:38 +0000 (0:00:00.443)       0:00:02.291 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "dd",
        "if=/dev/zero",
        "of=/tmp/ansible.d6l6vq81_ha_cluster_tests",
        "bs=1M",
        "count=10"
    ],
    "delta": "0:00:00.008835",
    "end": "2022-08-01 13:11:37.604787",
    "rc": 0,
    "start": "2022-08-01 13:11:37.595952"
}

STDERR:

10+0 records in
10+0 records out
10485760 bytes (10 MB, 10 MiB) copied, 0.00502913 s, 2.1 GB/s

TASK [fedora.linux_system_roles.ha_cluster : Mount SBD devices] ****************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup_sbd.yml:24
Monday 01 August 2022  17:11:38 +0000 (0:00:00.366)       0:00:02.657 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "losetup",
        "--show",
        "--find",
        "/tmp/ansible.d6l6vq81_ha_cluster_tests"
    ],
    "delta": "0:00:00.020237",
    "end": "2022-08-01 13:11:37.985060",
    "rc": 0,
    "start": "2022-08-01 13:11:37.964823"
}

STDOUT:

/dev/loop0
META: role_complete for /cache/rhel-8-y.qcow2.snap

TASK [Set SBD devices and watchdogs] *******************************************
task path: /tmp/tmpav7jvhfc/tests/ha_cluster/tests_sbd_all_options.yml:31
Monday 01 August 2022  17:11:38 +0000 (0:00:00.387)       0:00:03.045 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "ha_cluster": {
            "sbd_devices": [
                "/dev/loop0"
            ],
            "sbd_watchdog": "/dev/null"
        }
    },
    "changed": false
}

TASK [Run HA Cluster role] *****************************************************
task path: /tmp/tmpav7jvhfc/tests/ha_cluster/tests_sbd_all_options.yml:38
Monday 01 August 2022  17:11:38 +0000 (0:00:00.029)       0:00:03.075 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:3
Monday 01 August 2022  17:11:38 +0000 (0:00:00.051)       0:00:03.126 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:2
Monday 01 August 2022  17:11:38 +0000 (0:00:00.029)       0:00:03.156 ********* 
ok: [/cache/rhel-8-y.qcow2.snap]

TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:7
Monday 01 August 2022  17:11:39 +0000 (0:00:00.493)       0:00:03.649 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat_8.yml) => {
    "ansible_facts": {
        "__ha_cluster_repos": [
            {
                "id": "rhel-8-for-{{ ansible_architecture }}-highavailability-rpms",
                "name": "High Availability"
            }
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/RedHat_8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml"
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat_8.7.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.7.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Check and prepare role variables] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:6
Monday 01 August 2022  17:11:39 +0000 (0:00:00.054)       0:00:03.703 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Fail if passwords are not specified] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:5
Monday 01 August 2022  17:11:39 +0000 (0:00:00.033)       0:00:03.737 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=ha_cluster_hacluster_password)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ha_cluster_hacluster_password",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Fail if nodes do not have the same number of SBD devices specified] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:13
Monday 01 August 2022  17:11:39 +0000 (0:00:00.040)       0:00:03.778 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Discover cluster node names] ******
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:26
Monday 01 August 2022  17:11:39 +0000 (0:00:00.051)       0:00:03.829 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "__ha_cluster_node_name": "localhost"
    },
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Collect cluster node names] *******
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:30
Monday 01 August 2022  17:11:39 +0000 (0:00:00.050)       0:00:03.879 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "__ha_cluster_all_node_names": [
            "localhost"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Figure out if ATB needs to be enabled for SBD] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:34
Monday 01 August 2022  17:11:39 +0000 (0:00:00.095)       0:00:03.974 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "__ha_cluster_sbd_needs_atb": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Fail if SBD needs ATB enabled and the user configured ATB to be disabled] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:44
Monday 01 August 2022  17:11:39 +0000 (0:00:00.048)       0:00:04.023 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Install and configure cluster packages] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:9
Monday 01 August 2022  17:11:39 +0000 (0:00:00.034)       0:00:04.058 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:3
Monday 01 August 2022  17:11:39 +0000 (0:00:00.034)       0:00:04.092 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat_8.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=RedHat_8.7.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat_8.7.yml",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:21
Monday 01 August 2022  17:11:39 +0000 (0:00:00.036)       0:00:04.128 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Install cluster packages] *********
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:27
Monday 01 August 2022  17:11:39 +0000 (0:00:00.023)       0:00:04.152 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.ha_cluster : Set hacluster password] ***********
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:34
Monday 01 August 2022  17:11:41 +0000 (0:00:01.447)       0:00:05.600 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "append": false,
    "changed": false,
    "comment": "cluster user",
    "group": 189,
    "home": "/home/hacluster",
    "move_home": false,
    "name": "hacluster",
    "password": "NOT_LOGGING_PASSWORD",
    "shell": "/sbin/nologin",
    "state": "present",
    "uid": 189
}

TASK [fedora.linux_system_roles.ha_cluster : Configure firewall] ***************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:14
Monday 01 August 2022  17:11:41 +0000 (0:00:00.547)       0:00:06.147 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect firewall] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:3
Monday 01 August 2022  17:11:41 +0000 (0:00:00.041)       0:00:06.189 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "arp-ethers.service": {
                "name": "arp-ethers.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cockpit-motd.service": {
                "name": "cockpit-motd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-http.service": {
                "name": "cockpit-wsinstance-http.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-https-factory@.service": {
                "name": "cockpit-wsinstance-https-factory@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit-wsinstance-https@.service": {
                "name": "cockpit-wsinstance-https@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit.service": {
                "name": "cockpit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "corosync-notifyd.service": {
                "name": "corosync-notifyd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "corosync.service": {
                "name": "corosync.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crm_mon.service": {
                "name": "crm_mon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "getty@.service": {
                "name": "getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "getty@tty1.service": {
                "name": "getty@tty1.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-activation-early.service": {
                "name": "lvm2-activation-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-activation.service": {
                "name": "lvm2-activation.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pacemaker.service": {
                "name": "pacemaker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "packagekit-offline-update.service": {
                "name": "packagekit-offline-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "packagekit.service": {
                "name": "packagekit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "pcs_snmp_agent.service": {
                "name": "pcs_snmp_agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pcsd-ruby.service": {
                "name": "pcsd-ruby.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "pcsd.service": {
                "name": "pcsd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "quotaon.service": {
                "name": "quotaon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sbd.service": {
                "name": "sbd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "sbd_remote.service": {
                "name": "sbd_remote.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "snmpd.service": {
                "name": "snmpd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "snmptrapd.service": {
                "name": "snmptrapd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service": {
                "name": "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdb1.service": {
                "name": "systemd-fsck@dev-vdb1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdc1.service": {
                "name": "systemd-fsck@dev-vdc1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-timesyncd.service": {
                "name": "systemd-timesyncd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "ypbind.service": {
                "name": "ypbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "yppasswdd.service": {
                "name": "yppasswdd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypserv.service": {
                "name": "ypserv.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypxfrd.service": {
                "name": "ypxfrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Enable service 'high-availability' in firewalld] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:8
Monday 01 August 2022  17:11:43 +0000 (0:00:01.805)       0:00:07.995 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Enable service 'high-availability' in firewalld permanent config] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:16
Monday 01 August 2022  17:11:43 +0000 (0:00:00.061)       0:00:08.057 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Enable service 'high-availability' in firewalld offline config] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:24
Monday 01 August 2022  17:11:43 +0000 (0:00:00.028)       0:00:08.085 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Enable fence-virt port in firewalld] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:36
Monday 01 August 2022  17:11:43 +0000 (0:00:00.029)       0:00:08.114 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Enable fence-virt port in firewalld permanent config] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:44
Monday 01 August 2022  17:11:43 +0000 (0:00:00.028)       0:00:08.143 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Enable fence-virt port in firewalld offline config] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:52
Monday 01 August 2022  17:11:43 +0000 (0:00:00.028)       0:00:08.171 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Configure pcs / pcsd] *************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:17
Monday 01 August 2022  17:11:43 +0000 (0:00:00.027)       0:00:08.198 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Stop pcsd] ************************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6
Monday 01 August 2022  17:11:43 +0000 (0:00:00.048)       0:00:08.246 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "name": "pcsd",
    "state": "stopped",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 13:10:40 EDT",
        "ActiveEnterTimestampMonotonic": "966228672",
        "ActiveExitTimestamp": "Mon 2022-08-01 13:10:38 EDT",
        "ActiveExitTimestampMonotonic": "964184935",
        "ActiveState": "active",
        "After": "sysinit.target network-online.target basic.target systemd-journald.socket system.slice pcsd-ruby.service",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 13:10:40 EDT",
        "AssertTimestampMonotonic": "965993094",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 13:10:40 EDT",
        "ConditionTimestampMonotonic": "965993094",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ConsistsOf": "pcsd-ruby.service",
        "ControlGroup": "/system.slice/pcsd.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "PCS GUI and remote configuration interface",
        "DevicePolicy": "auto",
        "Documentation": "man:pcsd(8) man:pcs(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "113439",
        "ExecMainStartTimestamp": "Mon 2022-08-01 13:10:40 EDT",
        "ExecMainStartTimestampMonotonic": "965994210",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/pcsd.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "pcsd.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Mon 2022-08-01 13:10:38 EDT",
        "InactiveEnterTimestampMonotonic": "964223607",
        "InactiveExitTimestamp": "Mon 2022-08-01 13:10:40 EDT",
        "InactiveExitTimestampMonotonic": "965994274",
        "InvocationID": "44076dc994214652aea32d441919803f",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "113439",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "23576576",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "pcsd.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target network-online.target system.slice pcsd-ruby.service",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 13:10:40 EDT",
        "StateChangeTimestampMonotonic": "966228672",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "1",
        "TasksMax": "11140",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Mon 2022-08-01 13:10:40 EDT",
        "WatchdogTimestampMonotonic": "966228670",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11
Monday 01 August 2022  17:11:44 +0000 (0:00:00.795)       0:00:09.042 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=/var/lib/pcsd/pcsd.key)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/var/lib/pcsd/pcsd.key",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=/var/lib/pcsd/pcsd.crt)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/var/lib/pcsd/pcsd.crt",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Distribute pcsd TLS private key] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:24
Monday 01 August 2022  17:11:44 +0000 (0:00:00.031)       0:00:09.073 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Distribute pcsd TLS certificate] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:31
Monday 01 August 2022  17:11:44 +0000 (0:00:00.032)       0:00:09.106 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Distribute pcs_settings.conf] *****
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44
Monday 01 August 2022  17:11:44 +0000 (0:00:00.031)       0:00:09.137 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "checksum": "9bbea634a798cf0976b80cd3c4e34aca6a6a7d44",
    "dest": "/var/lib/pcsd/pcs_settings.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "4b74001d21d3867563d0c773bde32b42",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:cluster_var_lib_t:s0",
    "size": 361,
    "src": "/root/.ansible/tmp/ansible-tmp-1659373904.921868-241570-199376348828466/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53
Monday 01 August 2022  17:11:45 +0000 (0:00:00.919)       0:00:10.057 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "enabled": true,
    "name": "pcsd",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 13:10:40 EDT",
        "ActiveEnterTimestampMonotonic": "966228672",
        "ActiveExitTimestamp": "Mon 2022-08-01 13:11:43 EDT",
        "ActiveExitTimestampMonotonic": "1029813370",
        "ActiveState": "inactive",
        "After": "sysinit.target network-online.target basic.target systemd-journald.socket system.slice pcsd-ruby.service",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 13:10:40 EDT",
        "AssertTimestampMonotonic": "965993094",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 13:10:40 EDT",
        "ConditionTimestampMonotonic": "965993094",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ConsistsOf": "pcsd-ruby.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "PCS GUI and remote configuration interface",
        "DevicePolicy": "auto",
        "Documentation": "man:pcsd(8) man:pcs(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Mon 2022-08-01 13:11:43 EDT",
        "ExecMainExitTimestampMonotonic": "1029849134",
        "ExecMainPID": "113439",
        "ExecMainStartTimestamp": "Mon 2022-08-01 13:10:40 EDT",
        "ExecMainStartTimestampMonotonic": "965994210",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; ignore_errors=no ; start_time=[Mon 2022-08-01 13:10:40 EDT] ; stop_time=[Mon 2022-08-01 13:11:43 EDT] ; pid=113439 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/pcsd.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "pcsd.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Mon 2022-08-01 13:11:43 EDT",
        "InactiveEnterTimestampMonotonic": "1029849237",
        "InactiveExitTimestamp": "Mon 2022-08-01 13:10:40 EDT",
        "InactiveExitTimestampMonotonic": "965994274",
        "InvocationID": "44076dc994214652aea32d441919803f",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "pcsd.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target network-online.target system.slice pcsd-ruby.service",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 13:11:43 EDT",
        "StateChangeTimestampMonotonic": "1029849237",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "11140",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.ha_cluster : Fetch pcs capabilities] ***********
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59
Monday 01 August 2022  17:11:46 +0000 (0:00:01.197)       0:00:11.255 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "pcs",
        "--version",
        "--full"
    ],
    "delta": "0:00:00.482631",
    "end": "2022-08-01 13:11:47.042182",
    "rc": 0,
    "start": "2022-08-01 13:11:46.559551"
}

STDOUT:

0.10.14
booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local cluster.config.uuid cluster.create cluster.create.enable cluster.create.local cluster.create.no-keys-sync cluster.create.separated-name-and-address cluster.create.start cluster.create.start.wait cluster.create.transport.knet cluster.create.transport.udp-udpu cluster.create.transport.udp-udpu.no-rrp cluster.destroy cluster.destroy.all cluster.report cluster.verify corosync.authkey.update corosync.config.get corosync.config.get.struct corosync.config.reload corosync.config.sync-to-local-cluster corosync.config.update corosync.link.add corosync.link.remove corosync.link.remove.list corosync.link.update corosync.qdevice corosync.qdevice.model.net corosync.quorum corosync.quorum.device corosync.quorum.device.heuristics corosync.quorum.device.model.net corosync.quorum.set-expected-votes-runtime corosync.quorum.status corosync.quorum.unblock corosync.totem.block_unlisted_ips corosync.uidgid node.add node.add.enable node.add.separated-name-and-address node.add.start node.add.start.wait node.attributes node.attributes.set-list-for-node node.confirm-off node.fence node.guest node.kill node.maintenance node.maintenance.all node.maintenance.list node.maintenance.wait node.remote node.remote.onfail-demote node.remove node.remove-from-caches node.remove.list node.standby node.standby.all node.standby.list node.standby.wait node.start-stop-enable-disable node.start-stop-enable-disable.all node.start-stop-enable-disable.list node.start-stop-enable-disable.start-wait node.utilization node.utilization.set-list-for-node pcmk.acl.enable-disable pcmk.acl.group pcmk.acl.role pcmk.acl.role.create-with-permissions pcmk.acl.role.delete-with-users-groups pcmk.acl.user pcmk.alert pcmk.cib.checkpoints pcmk.cib.checkpoints.diff pcmk.cib.edit pcmk.cib.get pcmk.cib.get.scope pcmk.cib.roles.promoted-unpromoted pcmk.cib.set pcmk.constraint.colocation.set pcmk.constraint.colocation.set.options pcmk.constraint.colocation.simple pcmk.constraint.colocation.simple.options pcmk.constraint.hide-expired pcmk.constraint.location.simple pcmk.constraint.location.simple.options pcmk.constraint.location.simple.resource-regexp pcmk.constraint.location.simple.rule pcmk.constraint.location.simple.rule.node-attr-type-number pcmk.constraint.location.simple.rule.options pcmk.constraint.location.simple.rule.rule-add-remove pcmk.constraint.no-autocorrect pcmk.constraint.order.set pcmk.constraint.order.set.options pcmk.constraint.order.simple pcmk.constraint.order.simple.options pcmk.constraint.ticket.set pcmk.constraint.ticket.set.options pcmk.constraint.ticket.simple pcmk.constraint.ticket.simple.constraint-id pcmk.properties.cluster pcmk.properties.operation-defaults pcmk.properties.operation-defaults.multiple pcmk.properties.operation-defaults.rule pcmk.properties.operation-defaults.rule-rsc-op pcmk.properties.operation-defaults.rule.hide-expired pcmk.properties.operation-defaults.rule.node-attr-type-number pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule pcmk.properties.resource-defaults.rule-rsc-op pcmk.properties.resource-defaults.rule.hide-expired pcmk.properties.resource-defaults.rule.node-attr-type-number pcmk.resource.ban-move-clear pcmk.resource.ban-move-clear.clear-expired pcmk.resource.bundle pcmk.resource.bundle.container-docker pcmk.resource.bundle.container-docker.promoted-max pcmk.resource.bundle.container-podman pcmk.resource.bundle.container-podman.promoted-max pcmk.resource.bundle.container-rkt pcmk.resource.bundle.container-rkt.promoted-max pcmk.resource.bundle.reset pcmk.resource.bundle.wait pcmk.resource.cleanup pcmk.resource.cleanup.one-resource pcmk.resource.cleanup.strict pcmk.resource.clone pcmk.resource.clone.custom-id pcmk.resource.clone.meta-in-create pcmk.resource.clone.wait pcmk.resource.config.output-formats pcmk.resource.create pcmk.resource.create.clone.custom-id pcmk.resource.create.in-existing-bundle pcmk.resource.create.meta pcmk.resource.create.no-master pcmk.resource.create.operations pcmk.resource.create.operations.onfail-demote pcmk.resource.create.promotable pcmk.resource.create.promotable.custom-id pcmk.resource.create.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe pcmk.resource.disable.safe.brief pcmk.resource.disable.safe.tag pcmk.resource.disable.simulate pcmk.resource.disable.simulate.brief pcmk.resource.disable.simulate.tag pcmk.resource.enable-disable pcmk.resource.enable-disable.list pcmk.resource.enable-disable.tag pcmk.resource.enable-disable.wait pcmk.resource.failcount pcmk.resource.group pcmk.resource.group.add-remove-list pcmk.resource.group.wait pcmk.resource.manage-unmanage pcmk.resource.manage-unmanage.list pcmk.resource.manage-unmanage.tag pcmk.resource.manage-unmanage.with-monitor pcmk.resource.move.autoclean pcmk.resource.promotable pcmk.resource.promotable.custom-id pcmk.resource.promotable.meta-in-create pcmk.resource.promotable.wait pcmk.resource.refresh pcmk.resource.refresh.one-resource pcmk.resource.refresh.strict pcmk.resource.relations pcmk.resource.relocate pcmk.resource.restart pcmk.resource.update pcmk.resource.update-meta pcmk.resource.update-meta.list pcmk.resource.update-meta.wait pcmk.resource.update-operations pcmk.resource.update-operations.onfail-demote pcmk.resource.update.meta pcmk.resource.update.operations pcmk.resource.update.operations.onfail-demote pcmk.resource.update.wait pcmk.resource.utilization pcmk.resource.utilization-set-list-for-resource pcmk.stonith.cleanup pcmk.stonith.cleanup.one-resource pcmk.stonith.cleanup.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations pcmk.stonith.create.operations.onfail-demote pcmk.stonith.create.wait pcmk.stonith.delete pcmk.stonith.enable-disable pcmk.stonith.enable-disable.list pcmk.stonith.enable-disable.wait pcmk.stonith.history.cleanup pcmk.stonith.history.show pcmk.stonith.history.update pcmk.stonith.levels pcmk.stonith.levels.add-remove-devices-list pcmk.stonith.levels.clear pcmk.stonith.levels.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.levels.verify pcmk.stonith.refresh pcmk.stonith.refresh.one-resource pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.stonith.update.scsi-devices pcmk.stonith.update.scsi-devices.add-remove pcmk.stonith.update.scsi-devices.mpath pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.client.token pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address pcs.auth.server.token pcs.cfg-in-file.cib pcs.daemon-ssl-cert.set pcs.daemon-ssl-cert.sync-to-local-cluster pcs.disaster-recovery.essentials pcs.request-timeout resource-agents.describe resource-agents.list resource-agents.list.detailed resource-agents.ocf.version-1-0 resource-agents.ocf.version-1-1 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.id status.pcmk.resources.node status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed stonith-agents.ocf.version-1-0 stonith-agents.ocf.version-1-1

TASK [fedora.linux_system_roles.ha_cluster : Parse pcs capabilities] ***********
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:66
Monday 01 August 2022  17:11:47 +0000 (0:00:00.846)       0:00:12.101 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "__ha_cluster_pcs_capabilities": [
            "booth",
            "cluster.config.backup-local",
            "cluster.config.restore-cluster",
            "cluster.config.restore-local",
            "cluster.config.uuid",
            "cluster.create",
            "cluster.create.enable",
            "cluster.create.local",
            "cluster.create.no-keys-sync",
            "cluster.create.separated-name-and-address",
            "cluster.create.start",
            "cluster.create.start.wait",
            "cluster.create.transport.knet",
            "cluster.create.transport.udp-udpu",
            "cluster.create.transport.udp-udpu.no-rrp",
            "cluster.destroy",
            "cluster.destroy.all",
            "cluster.report",
            "cluster.verify",
            "corosync.authkey.update",
            "corosync.config.get",
            "corosync.config.get.struct",
            "corosync.config.reload",
            "corosync.config.sync-to-local-cluster",
            "corosync.config.update",
            "corosync.link.add",
            "corosync.link.remove",
            "corosync.link.remove.list",
            "corosync.link.update",
            "corosync.qdevice",
            "corosync.qdevice.model.net",
            "corosync.quorum",
            "corosync.quorum.device",
            "corosync.quorum.device.heuristics",
            "corosync.quorum.device.model.net",
            "corosync.quorum.set-expected-votes-runtime",
            "corosync.quorum.status",
            "corosync.quorum.unblock",
            "corosync.totem.block_unlisted_ips",
            "corosync.uidgid",
            "node.add",
            "node.add.enable",
            "node.add.separated-name-and-address",
            "node.add.start",
            "node.add.start.wait",
            "node.attributes",
            "node.attributes.set-list-for-node",
            "node.confirm-off",
            "node.fence",
            "node.guest",
            "node.kill",
            "node.maintenance",
            "node.maintenance.all",
            "node.maintenance.list",
            "node.maintenance.wait",
            "node.remote",
            "node.remote.onfail-demote",
            "node.remove",
            "node.remove-from-caches",
            "node.remove.list",
            "node.standby",
            "node.standby.all",
            "node.standby.list",
            "node.standby.wait",
            "node.start-stop-enable-disable",
            "node.start-stop-enable-disable.all",
            "node.start-stop-enable-disable.list",
            "node.start-stop-enable-disable.start-wait",
            "node.utilization",
            "node.utilization.set-list-for-node",
            "pcmk.acl.enable-disable",
            "pcmk.acl.group",
            "pcmk.acl.role",
            "pcmk.acl.role.create-with-permissions",
            "pcmk.acl.role.delete-with-users-groups",
            "pcmk.acl.user",
            "pcmk.alert",
            "pcmk.cib.checkpoints",
            "pcmk.cib.checkpoints.diff",
            "pcmk.cib.edit",
            "pcmk.cib.get",
            "pcmk.cib.get.scope",
            "pcmk.cib.roles.promoted-unpromoted",
            "pcmk.cib.set",
            "pcmk.constraint.colocation.set",
            "pcmk.constraint.colocation.set.options",
            "pcmk.constraint.colocation.simple",
            "pcmk.constraint.colocation.simple.options",
            "pcmk.constraint.hide-expired",
            "pcmk.constraint.location.simple",
            "pcmk.constraint.location.simple.options",
            "pcmk.constraint.location.simple.resource-regexp",
            "pcmk.constraint.location.simple.rule",
            "pcmk.constraint.location.simple.rule.node-attr-type-number",
            "pcmk.constraint.location.simple.rule.options",
            "pcmk.constraint.location.simple.rule.rule-add-remove",
            "pcmk.constraint.no-autocorrect",
            "pcmk.constraint.order.set",
            "pcmk.constraint.order.set.options",
            "pcmk.constraint.order.simple",
            "pcmk.constraint.order.simple.options",
            "pcmk.constraint.ticket.set",
            "pcmk.constraint.ticket.set.options",
            "pcmk.constraint.ticket.simple",
            "pcmk.constraint.ticket.simple.constraint-id",
            "pcmk.properties.cluster",
            "pcmk.properties.operation-defaults",
            "pcmk.properties.operation-defaults.multiple",
            "pcmk.properties.operation-defaults.rule",
            "pcmk.properties.operation-defaults.rule-rsc-op",
            "pcmk.properties.operation-defaults.rule.hide-expired",
            "pcmk.properties.operation-defaults.rule.node-attr-type-number",
            "pcmk.properties.resource-defaults",
            "pcmk.properties.resource-defaults.multiple",
            "pcmk.properties.resource-defaults.rule",
            "pcmk.properties.resource-defaults.rule-rsc-op",
            "pcmk.properties.resource-defaults.rule.hide-expired",
            "pcmk.properties.resource-defaults.rule.node-attr-type-number",
            "pcmk.resource.ban-move-clear",
            "pcmk.resource.ban-move-clear.clear-expired",
            "pcmk.resource.bundle",
            "pcmk.resource.bundle.container-docker",
            "pcmk.resource.bundle.container-docker.promoted-max",
            "pcmk.resource.bundle.container-podman",
            "pcmk.resource.bundle.container-podman.promoted-max",
            "pcmk.resource.bundle.container-rkt",
            "pcmk.resource.bundle.container-rkt.promoted-max",
            "pcmk.resource.bundle.reset",
            "pcmk.resource.bundle.wait",
            "pcmk.resource.cleanup",
            "pcmk.resource.cleanup.one-resource",
            "pcmk.resource.cleanup.strict",
            "pcmk.resource.clone",
            "pcmk.resource.clone.custom-id",
            "pcmk.resource.clone.meta-in-create",
            "pcmk.resource.clone.wait",
            "pcmk.resource.config.output-formats",
            "pcmk.resource.create",
            "pcmk.resource.create.clone.custom-id",
            "pcmk.resource.create.in-existing-bundle",
            "pcmk.resource.create.meta",
            "pcmk.resource.create.no-master",
            "pcmk.resource.create.operations",
            "pcmk.resource.create.operations.onfail-demote",
            "pcmk.resource.create.promotable",
            "pcmk.resource.create.promotable.custom-id",
            "pcmk.resource.create.wait",
            "pcmk.resource.debug",
            "pcmk.resource.delete",
            "pcmk.resource.disable.safe",
            "pcmk.resource.disable.safe.brief",
            "pcmk.resource.disable.safe.tag",
            "pcmk.resource.disable.simulate",
            "pcmk.resource.disable.simulate.brief",
            "pcmk.resource.disable.simulate.tag",
            "pcmk.resource.enable-disable",
            "pcmk.resource.enable-disable.list",
            "pcmk.resource.enable-disable.tag",
            "pcmk.resource.enable-disable.wait",
            "pcmk.resource.failcount",
            "pcmk.resource.group",
            "pcmk.resource.group.add-remove-list",
            "pcmk.resource.group.wait",
            "pcmk.resource.manage-unmanage",
            "pcmk.resource.manage-unmanage.list",
            "pcmk.resource.manage-unmanage.tag",
            "pcmk.resource.manage-unmanage.with-monitor",
            "pcmk.resource.move.autoclean",
            "pcmk.resource.promotable",
            "pcmk.resource.promotable.custom-id",
            "pcmk.resource.promotable.meta-in-create",
            "pcmk.resource.promotable.wait",
            "pcmk.resource.refresh",
            "pcmk.resource.refresh.one-resource",
            "pcmk.resource.refresh.strict",
            "pcmk.resource.relations",
            "pcmk.resource.relocate",
            "pcmk.resource.restart",
            "pcmk.resource.update",
            "pcmk.resource.update-meta",
            "pcmk.resource.update-meta.list",
            "pcmk.resource.update-meta.wait",
            "pcmk.resource.update-operations",
            "pcmk.resource.update-operations.onfail-demote",
            "pcmk.resource.update.meta",
            "pcmk.resource.update.operations",
            "pcmk.resource.update.operations.onfail-demote",
            "pcmk.resource.update.wait",
            "pcmk.resource.utilization",
            "pcmk.resource.utilization-set-list-for-resource",
            "pcmk.stonith.cleanup",
            "pcmk.stonith.cleanup.one-resource",
            "pcmk.stonith.cleanup.strict",
            "pcmk.stonith.create",
            "pcmk.stonith.create.in-group",
            "pcmk.stonith.create.meta",
            "pcmk.stonith.create.operations",
            "pcmk.stonith.create.operations.onfail-demote",
            "pcmk.stonith.create.wait",
            "pcmk.stonith.delete",
            "pcmk.stonith.enable-disable",
            "pcmk.stonith.enable-disable.list",
            "pcmk.stonith.enable-disable.wait",
            "pcmk.stonith.history.cleanup",
            "pcmk.stonith.history.show",
            "pcmk.stonith.history.update",
            "pcmk.stonith.levels",
            "pcmk.stonith.levels.add-remove-devices-list",
            "pcmk.stonith.levels.clear",
            "pcmk.stonith.levels.node-attr",
            "pcmk.stonith.levels.node-regexp",
            "pcmk.stonith.levels.verify",
            "pcmk.stonith.refresh",
            "pcmk.stonith.refresh.one-resource",
            "pcmk.stonith.refresh.strict",
            "pcmk.stonith.update",
            "pcmk.stonith.update.scsi-devices",
            "pcmk.stonith.update.scsi-devices.add-remove",
            "pcmk.stonith.update.scsi-devices.mpath",
            "pcmk.tag",
            "pcmk.tag.resources",
            "pcs.auth.client",
            "pcs.auth.client.cluster",
            "pcs.auth.client.token",
            "pcs.auth.deauth-client",
            "pcs.auth.deauth-server",
            "pcs.auth.no-bidirectional",
            "pcs.auth.separated-name-and-address",
            "pcs.auth.server.token",
            "pcs.cfg-in-file.cib",
            "pcs.daemon-ssl-cert.set",
            "pcs.daemon-ssl-cert.sync-to-local-cluster",
            "pcs.disaster-recovery.essentials",
            "pcs.request-timeout",
            "resource-agents.describe",
            "resource-agents.list",
            "resource-agents.list.detailed",
            "resource-agents.ocf.version-1-0",
            "resource-agents.ocf.version-1-1",
            "sbd",
            "sbd.option-timeout-action",
            "sbd.shared-block-device",
            "status.corosync.membership",
            "status.pcmk.resources.hide-inactive",
            "status.pcmk.resources.id",
            "status.pcmk.resources.node",
            "status.pcmk.resources.orphaned",
            "status.pcmk.xml",
            "stonith-agents.describe",
            "stonith-agents.list",
            "stonith-agents.list.detailed",
            "stonith-agents.ocf.version-1-0",
            "stonith-agents.ocf.version-1-1"
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Distribute fence-virt authkey] ****
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:20
Monday 01 August 2022  17:11:47 +0000 (0:00:00.041)       0:00:12.143 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Create /etc/cluster directory] ****
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:3
Monday 01 August 2022  17:11:47 +0000 (0:00:00.047)       0:00:12.191 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "gid": 0,
    "group": "root",
    "mode": "0755",
    "owner": "root",
    "path": "/etc/cluster",
    "secontext": "unconfined_u:object_r:etc_t:s0",
    "size": 27,
    "state": "directory",
    "uid": 0
}

TASK [fedora.linux_system_roles.ha_cluster : Get fence_xvm.key] ****************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:9
Monday 01 August 2022  17:11:48 +0000 (0:00:00.506)       0:00:12.697 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Check if fence_xvm.key exists on the controller] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:12
Monday 01 August 2022  17:11:48 +0000 (0:00:00.056)       0:00:12.753 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Slurp existing fence_xvm.key from the controller] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:17
Monday 01 August 2022  17:11:48 +0000 (0:00:00.046)       0:00:12.800 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Use the slurped fence_xvm.key from the controller] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:25
Monday 01 August 2022  17:11:48 +0000 (0:00:00.046)       0:00:12.846 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Generate fence_xvm.key using OpenSSL] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:39
Monday 01 August 2022  17:11:48 +0000 (0:00:00.039)       0:00:12.886 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Fetch generated fence_xvm.key] ****
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:45
Monday 01 August 2022  17:11:49 +0000 (0:00:00.412)       0:00:13.298 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Check if fence_xvm.key exists on cluster nodes] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:57
Monday 01 August 2022  17:11:49 +0000 (0:00:00.091)       0:00:13.390 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1659373843.640828,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "binary",
        "checksum": "0273337f78eb9eaf14dc382fd6c3f2246dca6735",
        "ctime": 1659373843.6498277,
        "dev": 64515,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 26339536,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/octet-stream",
        "mode": "0600",
        "mtime": 1659373843.3848279,
        "nlink": 1,
        "path": "/etc/cluster/fence_xvm.key",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 512,
        "uid": 0,
        "version": "4131578251",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:62
Monday 01 August 2022  17:11:49 +0000 (0:00:00.399)       0:00:13.789 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Use the slurped fence_xvm.key from cluster nodes] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:70
Monday 01 August 2022  17:11:49 +0000 (0:00:00.479)       0:00:14.268 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => (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-8-y.qcow2.snap -> {{ item }}] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Send fence_xvm.key to nodes] ******
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:17
Monday 01 August 2022  17:11:50 +0000 (0:00:00.064)       0:00:14.333 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "checksum": "0273337f78eb9eaf14dc382fd6c3f2246dca6735",
    "dest": "/etc/cluster/fence_xvm.key",
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/etc/cluster/fence_xvm.key",
    "secontext": "system_u:object_r:cluster_conf_t:s0",
    "size": 512,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.ha_cluster : Configure SBD] ********************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:23
Monday 01 August 2022  17:11:50 +0000 (0:00:00.633)       0:00:14.966 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Probe SBD devices] ****************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:5
Monday 01 August 2022  17:11:50 +0000 (0:00:00.049)       0:00:15.016 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => (item=/dev/loop0) => {
    "ansible_loop_var": "item",
    "changed": false,
    "cmd": [
        "sbd",
        "-d",
        "/dev/loop0",
        "dump"
    ],
    "delta": "0:00:00.030893",
    "end": "2022-08-01 13:11:50.376291",
    "failed_when_result": false,
    "item": "/dev/loop0",
    "rc": 1,
    "start": "2022-08-01 13:11:50.345398"
}

STDOUT:

==Dumping header on disk /dev/loop0


STDERR:

==Header on disk /dev/loop0 NOT dumped
sbd failed; please check the logs.


MSG:

non-zero return code

TASK [fedora.linux_system_roles.ha_cluster : Initialize SBD devices] ***********
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:18
Monday 01 August 2022  17:11:51 +0000 (0:00:00.420)       0:00:15.436 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => (item={'changed': False, 'stdout': '==Dumping header on disk /dev/loop0', 'stderr': '==Header on disk /dev/loop0 NOT dumped\nsbd failed; please check the logs.', 'rc': 1, 'cmd': ['sbd', '-d', '/dev/loop0', 'dump'], 'start': '2022-08-01 13:11:50.345398', 'end': '2022-08-01 13:11:50.376291', 'delta': '0:00:00.030893', 'failed': False, 'msg': 'non-zero return code', 'invocation': {'module_args': {'_raw_params': 'sbd -d /dev/loop0 dump', '_uses_shell': False, 'warn': False, 'stdin_add_newline': True, 'strip_empty_ends': True, 'argv': None, 'chdir': None, 'executable': None, 'creates': None, 'removes': None, 'stdin': None}}, 'stdout_lines': ['==Dumping header on disk /dev/loop0'], 'stderr_lines': ['==Header on disk /dev/loop0 NOT dumped', 'sbd failed; please check the logs.'], 'failed_when_result': False, 'item': '/dev/loop0', 'ansible_loop_var': 'item'}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "pcs",
        "--force",
        "--",
        "stonith",
        "sbd",
        "device",
        "setup",
        "device=/dev/loop0",
        "watchdog-timeout=10",
        "msgwait-timeout=20"
    ],
    "delta": "0:00:00.571501",
    "end": "2022-08-01 13:11:51.328808",
    "item": {
        "ansible_loop_var": "item",
        "changed": false,
        "cmd": [
            "sbd",
            "-d",
            "/dev/loop0",
            "dump"
        ],
        "delta": "0:00:00.030893",
        "end": "2022-08-01 13:11:50.376291",
        "failed": false,
        "failed_when_result": false,
        "invocation": {
            "module_args": {
                "_raw_params": "sbd -d /dev/loop0 dump",
                "_uses_shell": false,
                "argv": null,
                "chdir": null,
                "creates": null,
                "executable": null,
                "removes": null,
                "stdin": null,
                "stdin_add_newline": true,
                "strip_empty_ends": true,
                "warn": false
            }
        },
        "item": "/dev/loop0",
        "msg": "non-zero return code",
        "rc": 1,
        "start": "2022-08-01 13:11:50.345398",
        "stderr": "==Header on disk /dev/loop0 NOT dumped\nsbd failed; please check the logs.",
        "stderr_lines": [
            "==Header on disk /dev/loop0 NOT dumped",
            "sbd failed; please check the logs."
        ],
        "stdout": "==Dumping header on disk /dev/loop0",
        "stdout_lines": [
            "==Dumping header on disk /dev/loop0"
        ]
    },
    "rc": 0,
    "start": "2022-08-01 13:11:50.757307"
}

STDOUT:

Initializing device '/dev/loop0'...
Device initialized successfully

TASK [fedora.linux_system_roles.ha_cluster : Distribute SBD config] ************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:45
Monday 01 August 2022  17:11:52 +0000 (0:00:00.954)       0:00:16.390 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "checksum": "cdb356dc346b9df3eb4878c4d91272989b85abdd",
    "dest": "/etc/sysconfig/sbd",
    "gid": 0,
    "group": "root",
    "md5sum": "38057953cb70248183fa484b0f65e7a6",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 4255,
    "src": "/root/.ansible/tmp/ansible-tmp-1659373912.1727061-241767-243657134151026/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:61
Monday 01 August 2022  17:11:52 +0000 (0:00:00.715)       0:00:17.105 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "arp-ethers.service": {
                "name": "arp-ethers.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cockpit-motd.service": {
                "name": "cockpit-motd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-http.service": {
                "name": "cockpit-wsinstance-http.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-https-factory@.service": {
                "name": "cockpit-wsinstance-https-factory@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit-wsinstance-https@.service": {
                "name": "cockpit-wsinstance-https@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit.service": {
                "name": "cockpit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "corosync-notifyd.service": {
                "name": "corosync-notifyd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "corosync.service": {
                "name": "corosync.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crm_mon.service": {
                "name": "crm_mon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "getty@.service": {
                "name": "getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "getty@tty1.service": {
                "name": "getty@tty1.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-activation-early.service": {
                "name": "lvm2-activation-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-activation.service": {
                "name": "lvm2-activation.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pacemaker.service": {
                "name": "pacemaker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "packagekit-offline-update.service": {
                "name": "packagekit-offline-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "packagekit.service": {
                "name": "packagekit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "pcs_snmp_agent.service": {
                "name": "pcs_snmp_agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pcsd-ruby.service": {
                "name": "pcsd-ruby.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "pcsd.service": {
                "name": "pcsd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "quotaon.service": {
                "name": "quotaon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sbd.service": {
                "name": "sbd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "sbd_remote.service": {
                "name": "sbd_remote.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "snmpd.service": {
                "name": "snmpd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "snmptrapd.service": {
                "name": "snmptrapd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service": {
                "name": "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdb1.service": {
                "name": "systemd-fsck@dev-vdb1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdc1.service": {
                "name": "systemd-fsck@dev-vdc1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-timesyncd.service": {
                "name": "systemd-timesyncd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "ypbind.service": {
                "name": "ypbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "yppasswdd.service": {
                "name": "yppasswdd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypserv.service": {
                "name": "ypserv.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypxfrd.service": {
                "name": "ypxfrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Set stonith-watchdog-timeout cluster property] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:64
Monday 01 August 2022  17:11:54 +0000 (0:00:01.676)       0:00:18.782 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "pcs",
        "--force",
        "--",
        "property",
        "set",
        "stonith-watchdog-timeout="
    ],
    "delta": "0:00:00.540976",
    "end": "2022-08-01 13:11:54.640070",
    "rc": 0,
    "start": "2022-08-01 13:11:54.099094"
}

TASK [fedora.linux_system_roles.ha_cluster : Configure cluster nodes] **********
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:26
Monday 01 August 2022  17:11:55 +0000 (0:00:00.917)       0:00:19.699 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Create a corosync.conf tempfile] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:3
Monday 01 August 2022  17:11:55 +0000 (0:00:00.055)       0:00:19.755 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/ansible.dcb76uih_ha_cluster_corosync_conf",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.ha_cluster : Create a corosync.conf file content] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:16
Monday 01 August 2022  17:11:55 +0000 (0:00:00.383)       0:00:20.139 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-pcs-0.10.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3
Monday 01 August 2022  17:11:55 +0000 (0:00:00.042)       0:00:20.181 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "pcs",
        "cluster",
        "setup",
        "--corosync_conf",
        "/tmp/ansible.dcb76uih_ha_cluster_corosync_conf",
        "--overwrite",
        "--no-cluster-uuid",
        "--",
        "test-cluster",
        "localhost"
    ],
    "delta": "0:00:00.452909",
    "end": "2022-08-01 13:11:55.971032",
    "rc": 0,
    "start": "2022-08-01 13:11:55.518123"
}

STDOUT:

No addresses specified for host 'localhost', using 'localhost'

TASK [fedora.linux_system_roles.ha_cluster : Fetch created corosync.conf file] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:19
Monday 01 August 2022  17:11:56 +0000 (0:00:00.850)       0:00:21.031 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
    "encoding": "base64",
    "source": "/tmp/ansible.dcb76uih_ha_cluster_corosync_conf"
}

TASK [fedora.linux_system_roles.ha_cluster : Distribute corosync.conf file] ****
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:26
Monday 01 August 2022  17:11:57 +0000 (0:00:00.357)       0:00:21.388 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "checksum": "05d2ec2a2bfa233bb2b4ace4aae02b42cafc012b",
    "dest": "/etc/corosync/corosync.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "beb73759420421ade7d3b0d2f8dd24ef",
    "mode": "0644",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 388,
    "src": "/root/.ansible/tmp/ansible-tmp-1659373917.1872928-241879-133495251436959/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.ha_cluster : Remove a corosync.conf tempfile] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:36
Monday 01 August 2022  17:11:57 +0000 (0:00:00.698)       0:00:22.087 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "path": "/tmp/ansible.dcb76uih_ha_cluster_corosync_conf",
    "state": "absent"
}

TASK [fedora.linux_system_roles.ha_cluster : Get corosync authkey] *************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:49
Monday 01 August 2022  17:11:58 +0000 (0:00:00.368)       0:00:22.456 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Check if corosync authkey exists on the controller] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:12
Monday 01 August 2022  17:11:58 +0000 (0:00:00.052)       0:00:22.509 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Slurp existing corosync authkey from the controller] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:17
Monday 01 August 2022  17:11:58 +0000 (0:00:00.048)       0:00:22.558 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Use the slurped corosync authkey from the controller] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:25
Monday 01 August 2022  17:11:58 +0000 (0:00:00.046)       0:00:22.604 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Generate corosync authkey using OpenSSL] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:39
Monday 01 August 2022  17:11:58 +0000 (0:00:00.041)       0:00:22.646 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Fetch generated corosync authkey] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:45
Monday 01 August 2022  17:11:58 +0000 (0:00:00.400)       0:00:23.046 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Check if corosync authkey exists on cluster nodes] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:57
Monday 01 August 2022  17:11:58 +0000 (0:00:00.054)       0:00:23.101 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1659373860.682828,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "binary",
        "checksum": "82b46155a27e41932507622e1c161201db7ada64",
        "ctime": 1659373851.1758277,
        "dev": 64515,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 8897101,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/octet-stream",
        "mode": "0400",
        "mtime": 1659373850.9208279,
        "nlink": 1,
        "path": "/etc/corosync/authkey",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 256,
        "uid": 0,
        "version": "3895809528",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": false,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:62
Monday 01 August 2022  17:11:59 +0000 (0:00:00.401)       0:00:23.502 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Use the slurped corosync authkey from cluster nodes] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:70
Monday 01 August 2022  17:11:59 +0000 (0:00:00.396)       0:00:23.899 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => (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-8-y.qcow2.snap -> {{ item }}] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Distribute corosync authkey] ******
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:57
Monday 01 August 2022  17:11:59 +0000 (0:00:00.101)       0:00:24.000 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "checksum": "82b46155a27e41932507622e1c161201db7ada64",
    "dest": "/etc/corosync/authkey",
    "gid": 0,
    "group": "root",
    "mode": "0400",
    "owner": "root",
    "path": "/etc/corosync/authkey",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 256,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.ha_cluster : Get pacemaker authkey] ************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:66
Monday 01 August 2022  17:12:00 +0000 (0:00:00.636)       0:00:24.637 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Check if pacemaker authkey exists on the controller] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:12
Monday 01 August 2022  17:12:00 +0000 (0:00:00.061)       0:00:24.699 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Slurp existing pacemaker authkey from the controller] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:17
Monday 01 August 2022  17:12:00 +0000 (0:00:00.050)       0:00:24.749 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Use the slurped pacemaker authkey from the controller] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:25
Monday 01 August 2022  17:12:00 +0000 (0:00:00.050)       0:00:24.799 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Generate pacemaker authkey using OpenSSL] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:39
Monday 01 August 2022  17:12:00 +0000 (0:00:00.042)       0:00:24.842 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Fetch generated pacemaker authkey] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:45
Monday 01 August 2022  17:12:01 +0000 (0:00:00.433)       0:00:25.276 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Check if pacemaker authkey exists on cluster nodes] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:57
Monday 01 August 2022  17:12:01 +0000 (0:00:00.054)       0:00:25.330 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1659373852.965828,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "binary",
        "checksum": "fcb98cb5f3333b8c08bf7c3a595156ed5c013c80",
        "ctime": 1659373852.9748278,
        "dev": 64515,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 189,
        "gr_name": "haclient",
        "inode": 952005,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "application/octet-stream",
        "mode": "0400",
        "mtime": 1659373852.7148278,
        "nlink": 1,
        "path": "/etc/pacemaker/authkey",
        "pw_name": "hacluster",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 256,
        "uid": 189,
        "version": "2191852305",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": false,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [fedora.linux_system_roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:62
Monday 01 August 2022  17:12:01 +0000 (0:00:00.397)       0:00:25.728 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Use the slurped pacemaker authkey from cluster nodes] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:70
Monday 01 August 2022  17:12:01 +0000 (0:00:00.383)       0:00:26.111 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => (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-8-y.qcow2.snap -> {{ item }}] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Distribute pacemaker authkey] *****
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup.yml:74
Monday 01 August 2022  17:12:01 +0000 (0:00:00.063)       0:00:26.175 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "checksum": "fcb98cb5f3333b8c08bf7c3a595156ed5c013c80",
    "dest": "/etc/pacemaker/authkey",
    "gid": 189,
    "group": "haclient",
    "mode": "0400",
    "owner": "hacluster",
    "path": "/etc/pacemaker/authkey",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 256,
    "state": "file",
    "uid": 189
}

TASK [fedora.linux_system_roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:29
Monday 01 August 2022  17:12:02 +0000 (0:00:00.627)       0:00:26.803 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:3
Monday 01 August 2022  17:12:02 +0000 (0:00:00.051)       0:00:26.855 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => (item=corosync) => {
    "ansible_loop_var": "item",
    "changed": false,
    "enabled": true,
    "item": "corosync",
    "name": "corosync",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 13:11:01 EDT",
        "ActiveEnterTimestampMonotonic": "986979100",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target network-online.target systemd-journald.socket system.slice sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 13:11:00 EDT",
        "AssertTimestampMonotonic": "986557659",
        "Before": "shutdown.target multi-user.target pacemaker.service",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 13:11:00 EDT",
        "ConditionTimestampMonotonic": "986557636",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/corosync.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Corosync Cluster Engine",
        "DevicePolicy": "auto",
        "Documentation": "man:corosync man:corosync.conf man:corosync_overview",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "116655",
        "ExecMainStartTimestamp": "Mon 2022-08-01 13:11:00 EDT",
        "ExecMainStartTimestampMonotonic": "986558839",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[Mon 2022-08-01 13:11:00 EDT] ; stop_time=[n/a] ; pid=116655 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/corosync.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "corosync.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Mon 2022-08-01 13:11:00 EDT",
        "InactiveExitTimestampMonotonic": "986558886",
        "InvocationID": "04a334ed937a4bec94a3be080ed79762",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "116655",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "143724544",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "corosync.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "RequiredBy": "pacemaker.service",
        "Requires": "network-online.target system.slice sysinit.target",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 13:11:01 EDT",
        "StateChangeTimestampMonotonic": "986979100",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "9",
        "TasksMax": "11140",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Mon 2022-08-01 13:11:01 EDT",
        "WatchdogTimestampMonotonic": "986979097",
        "WatchdogUSec": "0"
    }
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=corosync-qdevice)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "corosync-qdevice",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/rhel-8-y.qcow2.snap] => (item=pacemaker) => {
    "ansible_loop_var": "item",
    "changed": false,
    "enabled": true,
    "item": "pacemaker",
    "name": "pacemaker",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "ActiveEnterTimestampMonotonic": "987896816",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "rsyslog.service resource-agents-deps.target dbus.service network.target systemd-journald.socket basic.target sysinit.target system.slice time-sync.target corosync.service",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "AssertTimestampMonotonic": "987895467",
        "Before": "shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "ConditionTimestampMonotonic": "987895467",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/pacemaker.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Pacemaker High Availability Cluster Manager",
        "DevicePolicy": "auto",
        "Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "116858",
        "ExecMainStartTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "ExecMainStartTimestampMonotonic": "987896773",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[Mon 2022-08-01 13:11:02 EDT] ; stop_time=[n/a] ; pid=116858 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "pacemaker.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "InactiveExitTimestampMonotonic": "987896816",
        "InvocationID": "2dd25e6e440044da8b5c4d6ba2a77bb8",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "116858",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "48918528",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "pacemaker.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target corosync.service",
        "Restart": "on-failure",
        "RestartUSec": "1s",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "25s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "StateChangeTimestampMonotonic": "987896816",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "7",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "1min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "resource-agents-deps.target dbus.service",
        "WatchdogTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "WatchdogTimestampMonotonic": "987896815",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect SBD] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:16
Monday 01 August 2022  17:12:03 +0000 (0:00:01.023)       0:00:27.878 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "arp-ethers.service": {
                "name": "arp-ethers.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cockpit-motd.service": {
                "name": "cockpit-motd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-http.service": {
                "name": "cockpit-wsinstance-http.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-https-factory@.service": {
                "name": "cockpit-wsinstance-https-factory@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit-wsinstance-https@.service": {
                "name": "cockpit-wsinstance-https@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit.service": {
                "name": "cockpit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "corosync-notifyd.service": {
                "name": "corosync-notifyd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "corosync.service": {
                "name": "corosync.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crm_mon.service": {
                "name": "crm_mon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "getty@.service": {
                "name": "getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "getty@tty1.service": {
                "name": "getty@tty1.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-activation-early.service": {
                "name": "lvm2-activation-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-activation.service": {
                "name": "lvm2-activation.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pacemaker.service": {
                "name": "pacemaker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "packagekit-offline-update.service": {
                "name": "packagekit-offline-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "packagekit.service": {
                "name": "packagekit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "pcs_snmp_agent.service": {
                "name": "pcs_snmp_agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pcsd-ruby.service": {
                "name": "pcsd-ruby.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "pcsd.service": {
                "name": "pcsd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "quotaon.service": {
                "name": "quotaon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sbd.service": {
                "name": "sbd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "sbd_remote.service": {
                "name": "sbd_remote.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "snmpd.service": {
                "name": "snmpd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "snmptrapd.service": {
                "name": "snmptrapd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service": {
                "name": "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdb1.service": {
                "name": "systemd-fsck@dev-vdb1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdc1.service": {
                "name": "systemd-fsck@dev-vdc1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-timesyncd.service": {
                "name": "systemd-timesyncd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "ypbind.service": {
                "name": "ypbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "yppasswdd.service": {
                "name": "yppasswdd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypserv.service": {
                "name": "ypserv.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypxfrd.service": {
                "name": "ypxfrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Enable or disable SBD] ************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:19
Monday 01 August 2022  17:12:06 +0000 (0:00:02.715)       0:00:30.594 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "enabled": true,
    "name": "sbd",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "systemd-modules-load.service iscsi.service basic.target sysinit.target system.slice systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target dlm.service pacemaker.service",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "no",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Shared-storage based fencing daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:sbd(8)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/sbd.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "sbd.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "sbd.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PIDFile": "/run/sbd.pid",
        "PartOf": "corosync.service",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "yes",
        "RefuseManualStop": "yes",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "on-abort",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "11140",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "forking",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.ha_cluster : Pcs auth] *************************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:32
Monday 01 August 2022  17:12:06 +0000 (0:00:00.652)       0:00:31.247 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Check pcs auth status] ************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth.yml:3
Monday 01 August 2022  17:12:07 +0000 (0:00:00.053)       0:00:31.301 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "pcs",
        "status",
        "pcsd",
        "--",
        "localhost"
    ],
    "delta": "0:00:00.498831",
    "end": "2022-08-01 13:12:07.177661",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-01 13:12:06.678830"
}

STDOUT:

  localhost: Online

TASK [fedora.linux_system_roles.ha_cluster : Run pcs auth] *********************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth.yml:20
Monday 01 August 2022  17:12:07 +0000 (0:00:00.938)       0:00:32.240 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:37
Monday 01 August 2022  17:12:07 +0000 (0:00:00.026)       0:00:32.267 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:21
Monday 01 August 2022  17:12:08 +0000 (0:00:00.060)       0:00:32.327 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "arp-ethers.service": {
                "name": "arp-ethers.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "blk-availability.service": {
                "name": "blk-availability.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "chrony-dnssrv@.service": {
                "name": "chrony-dnssrv@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cockpit-motd.service": {
                "name": "cockpit-motd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-http.service": {
                "name": "cockpit-wsinstance-http.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-https-factory@.service": {
                "name": "cockpit-wsinstance-https-factory@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit-wsinstance-https@.service": {
                "name": "cockpit-wsinstance-https@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit.service": {
                "name": "cockpit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "corosync-notifyd.service": {
                "name": "corosync-notifyd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "corosync.service": {
                "name": "corosync.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "crm_mon.service": {
                "name": "crm_mon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus-org.freedesktop.portable1.service": {
                "name": "dbus-org.freedesktop.portable1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "dbxtool.service": {
                "name": "dbxtool.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dlm.service": {
                "name": "dlm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dm-event.service": {
                "name": "dm-event.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "getty@.service": {
                "name": "getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "getty@tty1.service": {
                "name": "getty@tty1.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "halt-local.service": {
                "name": "halt-local.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "import-state.service": {
                "name": "import-state.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "insights-client-boot.service": {
                "name": "insights-client-boot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "insights-client-results.service": {
                "name": "insights-client-results.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "insights-client.service": {
                "name": "insights-client.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "loadmodules.service": {
                "name": "loadmodules.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-activation-early.service": {
                "name": "lvm2-activation-early.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-activation.service": {
                "name": "lvm2-activation.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "lvm2-lvmpolld.service": {
                "name": "lvm2-lvmpolld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "lvm2-monitor.service": {
                "name": "lvm2-monitor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "lvm2-pvscan@.service": {
                "name": "lvm2-pvscan@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "messagebus.service": {
                "name": "messagebus.service",
                "source": "systemd",
                "state": "active",
                "status": "static"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "multipathd.service": {
                "name": "multipathd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-convert.service": {
                "name": "nfs-convert.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pacemaker.service": {
                "name": "pacemaker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "packagekit-offline-update.service": {
                "name": "packagekit-offline-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "packagekit.service": {
                "name": "packagekit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "pcs_snmp_agent.service": {
                "name": "pcs_snmp_agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pcsd-ruby.service": {
                "name": "pcsd-ruby.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "pcsd.service": {
                "name": "pcsd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "quotaon.service": {
                "name": "quotaon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "rbdmap.service": {
                "name": "rbdmap.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sbd.service": {
                "name": "sbd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "sbd_remote.service": {
                "name": "sbd_remote.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "snmpd.service": {
                "name": "snmpd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "snmptrapd.service": {
                "name": "snmptrapd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "active",
                "status": "enabled"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service": {
                "name": "systemd-fsck@dev-disk-by\\x2duuid-7B77\\x2d95E7.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdb1.service": {
                "name": "systemd-fsck@dev-vdb1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdc1.service": {
                "name": "systemd-fsck@dev-vdc1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-portabled.service": {
                "name": "systemd-portabled.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-resolved.service": {
                "name": "systemd-resolved.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "masked"
            },
            "systemd-timesyncd.service": {
                "name": "systemd-timesyncd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "tcsd.service": {
                "name": "tcsd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "timedatex.service": {
                "name": "timedatex.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "tuned.service": {
                "name": "tuned.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "unbound-anchor.service": {
                "name": "unbound-anchor.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "ypbind.service": {
                "name": "ypbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "yppasswdd.service": {
                "name": "yppasswdd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypserv.service": {
                "name": "ypserv.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypxfrd.service": {
                "name": "ypxfrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:24
Monday 01 August 2022  17:12:09 +0000 (0:00:01.672)       0:00:34.000 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => (item=pacemaker) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "pacemaker",
    "name": "pacemaker",
    "state": "stopped",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "ActiveEnterTimestampMonotonic": "987896816",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "basic.target rsyslog.service system.slice time-sync.target network.target corosync.service resource-agents-deps.target sbd.service dbus.service sysinit.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "AssertTimestampMonotonic": "987895467",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "ConditionTimestampMonotonic": "987895467",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroup": "/system.slice/pacemaker.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Pacemaker High Availability Cluster Manager",
        "DevicePolicy": "auto",
        "Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "116858",
        "ExecMainStartTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "ExecMainStartTimestampMonotonic": "987896773",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "pacemaker.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "InactiveExitTimestampMonotonic": "987896816",
        "InvocationID": "2dd25e6e440044da8b5c4d6ba2a77bb8",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "116858",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "48918528",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "pacemaker.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sbd.service sysinit.target system.slice corosync.service",
        "Restart": "on-failure",
        "RestartUSec": "1s",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "25s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "StateChangeTimestampMonotonic": "987896816",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "7",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "1min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "dbus.service resource-agents-deps.target",
        "WatchdogTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "WatchdogTimestampMonotonic": "987896815",
        "WatchdogUSec": "0"
    }
}
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=corosync-qdevice)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "corosync-qdevice",
    "skip_reason": "Conditional result was False"
}
changed: [/cache/rhel-8-y.qcow2.snap] => (item=corosync) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": "corosync",
    "name": "corosync",
    "state": "stopped",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 13:11:01 EDT",
        "ActiveEnterTimestampMonotonic": "986979100",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "network-online.target system.slice systemd-journald.socket basic.target sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 13:11:00 EDT",
        "AssertTimestampMonotonic": "986557659",
        "Before": "multi-user.target pacemaker.service shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 13:11:00 EDT",
        "ConditionTimestampMonotonic": "986557636",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ConsistsOf": "sbd.service",
        "ControlGroup": "/system.slice/corosync.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Corosync Cluster Engine",
        "DevicePolicy": "auto",
        "Documentation": "man:corosync man:corosync.conf man:corosync_overview",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "116655",
        "ExecMainStartTimestamp": "Mon 2022-08-01 13:11:00 EDT",
        "ExecMainStartTimestampMonotonic": "986558839",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/corosync.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "corosync.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Mon 2022-08-01 13:11:00 EDT",
        "InactiveExitTimestampMonotonic": "986558886",
        "InvocationID": "04a334ed937a4bec94a3be080ed79762",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "116655",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "119631872",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "corosync.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "RequiredBy": "pacemaker.service",
        "Requires": "sbd.service network-online.target system.slice sysinit.target",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 13:11:01 EDT",
        "StateChangeTimestampMonotonic": "986979100",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "9",
        "TasksMax": "11140",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestamp": "Mon 2022-08-01 13:11:01 EDT",
        "WatchdogTimestampMonotonic": "986979097",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.ha_cluster : Start corosync] *******************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:46
Monday 01 August 2022  17:12:11 +0000 (0:00:01.448)       0:00:35.448 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "name": "corosync",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 13:11:01 EDT",
        "ActiveEnterTimestampMonotonic": "986979100",
        "ActiveExitTimestamp": "Mon 2022-08-01 13:12:09 EDT",
        "ActiveExitTimestampMonotonic": "1055840676",
        "ActiveState": "inactive",
        "After": "network-online.target system.slice systemd-journald.socket basic.target sysinit.target",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 13:11:00 EDT",
        "AssertTimestampMonotonic": "986557659",
        "Before": "multi-user.target pacemaker.service shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 13:11:00 EDT",
        "ConditionTimestampMonotonic": "986557636",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ConsistsOf": "sbd.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Corosync Cluster Engine",
        "DevicePolicy": "auto",
        "Documentation": "man:corosync man:corosync.conf man:corosync_overview",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Mon 2022-08-01 13:12:10 EDT",
        "ExecMainExitTimestampMonotonic": "1056260832",
        "ExecMainPID": "116655",
        "ExecMainStartTimestamp": "Mon 2022-08-01 13:11:00 EDT",
        "ExecMainStartTimestampMonotonic": "986558839",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[Mon 2022-08-01 13:11:00 EDT] ; stop_time=[Mon 2022-08-01 13:12:10 EDT] ; pid=116655 ; code=exited ; status=0 }",
        "ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[Mon 2022-08-01 13:12:09 EDT] ; stop_time=[Mon 2022-08-01 13:12:09 EDT] ; pid=123394 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/corosync.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "corosync.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Mon 2022-08-01 13:12:10 EDT",
        "InactiveEnterTimestampMonotonic": "1056260952",
        "InactiveExitTimestamp": "Mon 2022-08-01 13:11:00 EDT",
        "InactiveExitTimestampMonotonic": "986558886",
        "InvocationID": "04a334ed937a4bec94a3be080ed79762",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "corosync.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "RequiredBy": "pacemaker.service",
        "Requires": "sbd.service network-online.target system.slice sysinit.target",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 13:12:10 EDT",
        "StateChangeTimestampMonotonic": "1056260952",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "11140",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "notify",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.ha_cluster : Reload corosync configuration] ****
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:55
Monday 01 August 2022  17:12:12 +0000 (0:00:00.952)       0:00:36.401 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "corosync-cfgtool",
        "-R"
    ],
    "delta": "0:00:00.011519",
    "end": "2022-08-01 13:12:11.726372",
    "rc": 0,
    "start": "2022-08-01 13:12:11.714853"
}

STDOUT:

Reloading corosync.conf...
Done

TASK [fedora.linux_system_roles.ha_cluster : Start corosync-qdevice] ***********
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:61
Monday 01 August 2022  17:12:12 +0000 (0:00:00.385)       0:00:36.786 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Start pacemaker] ******************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:67
Monday 01 August 2022  17:12:12 +0000 (0:00:00.026)       0:00:36.813 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "name": "pacemaker",
    "state": "started",
    "status": {
        "ActiveEnterTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "ActiveEnterTimestampMonotonic": "987896816",
        "ActiveExitTimestamp": "Mon 2022-08-01 13:12:09 EDT",
        "ActiveExitTimestampMonotonic": "1055336703",
        "ActiveState": "inactive",
        "After": "basic.target rsyslog.service system.slice time-sync.target network.target corosync.service resource-agents-deps.target sbd.service dbus.service sysinit.target systemd-journald.socket",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "yes",
        "AssertTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "AssertTimestampMonotonic": "987895467",
        "Before": "multi-user.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "ConditionTimestampMonotonic": "987895467",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Pacemaker High Availability Cluster Manager",
        "DevicePolicy": "auto",
        "Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
        "ExecMainCode": "1",
        "ExecMainExitTimestamp": "Mon 2022-08-01 13:12:09 EDT",
        "ExecMainExitTimestampMonotonic": "1055367494",
        "ExecMainPID": "116858",
        "ExecMainStartTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "ExecMainStartTimestampMonotonic": "987896773",
        "ExecMainStatus": "0",
        "ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[Mon 2022-08-01 13:11:02 EDT] ; stop_time=[Mon 2022-08-01 13:12:09 EDT] ; pid=116858 ; code=exited ; status=0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "pacemaker.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestamp": "Mon 2022-08-01 13:12:09 EDT",
        "InactiveEnterTimestampMonotonic": "1055367660",
        "InactiveExitTimestamp": "Mon 2022-08-01 13:11:02 EDT",
        "InactiveExitTimestampMonotonic": "987896816",
        "InvocationID": "2dd25e6e440044da8b5c4d6ba2a77bb8",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "process",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "6963",
        "LimitNPROCSoft": "6963",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "6963",
        "LimitSIGPENDINGSoft": "6963",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "pacemaker.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "main",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sbd.service sysinit.target system.slice corosync.service",
        "Restart": "on-failure",
        "RestartUSec": "1s",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "no",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "25s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Mon 2022-08-01 13:12:09 EDT",
        "StateChangeTimestampMonotonic": "1055367660",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "infinity",
        "TimeoutStartUSec": "1min",
        "TimeoutStopUSec": "30min",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "simple",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "dbus.service resource-agents-deps.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:73
Monday 01 August 2022  17:12:16 +0000 (0:00:04.239)       0:00:41.053 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "pcs",
        "cluster",
        "start",
        "--all",
        "--wait"
    ],
    "delta": "0:00:26.245983",
    "end": "2022-08-01 13:12:42.638905",
    "rc": 0,
    "start": "2022-08-01 13:12:16.392922"
}

STDOUT:

localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started

TASK [fedora.linux_system_roles.ha_cluster : List pacemaker nodes] *************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:87
Monday 01 August 2022  17:12:43 +0000 (0:00:26.663)       0:01:07.716 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "cmd": "crm_mon -X | xmllint --xpath '/crm_mon/nodes/node/@name' - | sed -E 's/\\s*name=\"([^\"]+)\"\\s*/\\1\\n/g'\n",
    "delta": "0:00:00.018379",
    "end": "2022-08-01 13:12:43.053428",
    "rc": 0,
    "start": "2022-08-01 13:12:43.035049"
}

STDOUT:

localhost

TASK [fedora.linux_system_roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:108
Monday 01 August 2022  17:12:43 +0000 (0:00:00.399)       0:01:08.115 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => (item=localhost)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "localhost",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Create and push CIB] **************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:40
Monday 01 August 2022  17:12:43 +0000 (0:00:00.030)       0:01:08.146 ********* 
included: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml for /cache/rhel-8-y.qcow2.snap

TASK [fedora.linux_system_roles.ha_cluster : Create a tempfile for original CIB] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:10
Monday 01 August 2022  17:12:43 +0000 (0:00:00.078)       0:01:08.224 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/ansible.8rdyq1wi_ha_cluster_original_cib_xml",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.ha_cluster : Create a tempfile for new CIB] ****
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:18
Monday 01 August 2022  17:12:44 +0000 (0:00:00.377)       0:01:08.602 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/ansible.jykcm5ho_ha_cluster_cib_xml",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.ha_cluster : Fetch CIB configuration] **********
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:26
Monday 01 August 2022  17:12:44 +0000 (0:00:00.372)       0:01:08.974 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cibadmin",
        "--query"
    ],
    "delta": "0:00:00.011640",
    "end": "2022-08-01 13:12:44.292418",
    "rc": 0,
    "start": "2022-08-01 13:12:44.280778"
}

STDOUT:

<cib admin_epoch="0" epoch="9" num_updates="3" validate-with="pacemaker-3.1" cib-last-written="Mon Aug  1 13:12:39 2022" update-origin="localhost" update-client="crmd" update-user="hacluster" crm_feature_set="3.15.0" have-quorum="1" dc-uuid="1">
  <configuration>
    <crm_config>
      <cluster_property_set id="cib-bootstrap-options">
        <nvpair id="cib-bootstrap-options-have-watchdog" name="have-watchdog" value="true"/>
        <nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="2.1.4-4.el8-dc6eb4362e"/>
        <nvpair id="cib-bootstrap-options-cluster-infrastructure" name="cluster-infrastructure" value="corosync"/>
        <nvpair id="cib-bootstrap-options-cluster-name" name="cluster-name" value="my-cluster"/>
      </cluster_property_set>
    </crm_config>
    <nodes>
      <node id="1" uname="localhost"/>
    </nodes>
    <resources/>
    <constraints/>
  </configuration>
  <status>
    <node_state id="1" uname="localhost" in_ccm="true" crmd="online" crm-debug-origin="do_state_transition" join="member" expected="member">
      <lrm id="1">
        <lrm_resources/>
      </lrm>
    </node_state>
  </status>
</cib>

TASK [fedora.linux_system_roles.ha_cluster : Write CIB configuration] **********
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:33
Monday 01 August 2022  17:12:45 +0000 (0:00:00.377)       0:01:09.352 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => (item=/tmp/ansible.jykcm5ho_ha_cluster_cib_xml) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "73e0498300908e6c08a6e8bead4434d94b346a33",
    "dest": "/tmp/ansible.jykcm5ho_ha_cluster_cib_xml",
    "gid": 0,
    "group": "root",
    "item": "/tmp/ansible.jykcm5ho_ha_cluster_cib_xml",
    "md5sum": "030933aa74f8245a92275cbd81fe80df",
    "mode": "0600",
    "owner": "root",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 1159,
    "src": "/root/.ansible/tmp/ansible-tmp-1659373965.1387112-242354-190534933859091/source",
    "state": "file",
    "uid": 0
}
changed: [/cache/rhel-8-y.qcow2.snap] => (item=/tmp/ansible.8rdyq1wi_ha_cluster_original_cib_xml) => {
    "ansible_loop_var": "item",
    "changed": true,
    "checksum": "73e0498300908e6c08a6e8bead4434d94b346a33",
    "dest": "/tmp/ansible.8rdyq1wi_ha_cluster_original_cib_xml",
    "gid": 0,
    "group": "root",
    "item": "/tmp/ansible.8rdyq1wi_ha_cluster_original_cib_xml",
    "md5sum": "030933aa74f8245a92275cbd81fe80df",
    "mode": "0600",
    "owner": "root",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 1159,
    "src": "/root/.ansible/tmp/ansible-tmp-1659373965.795359-242354-157082248244826/source",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.ha_cluster : Purge new CIB configuration] ******
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:51
Monday 01 August 2022  17:12:46 +0000 (0:00:01.358)       0:01:10.711 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "cibadmin",
        "--force",
        "--delete-all",
        "--xpath",
        "/cib/configuration/*[not(\n  self::crm_config or\n  self::nodes or\n  self::resources or\n  self::constraints\n)] | /cib/configuration/*[self::resources or self::constraints]/* | /cib/configuration/nodes/*/* | /cib/configuration/crm_config//nvpair[not(\n  @name=\"cluster-infrastructure\" or\n  @name=\"cluster-name\" or\n  @name=\"dc-version\" or\n  @name=\"have-watchdog\" or\n  @name=\"last-lrm-refresh\" or\n  @name=\"stonith-watchdog-timeout\"\n)]"
    ],
    "delta": "0:00:00.020670",
    "end": "2022-08-01 13:12:46.035909",
    "rc": 0,
    "start": "2022-08-01 13:12:46.015239"
}

TASK [fedora.linux_system_roles.ha_cluster : Configure cluster properties] *****
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:80
Monday 01 August 2022  17:12:46 +0000 (0:00:00.386)       0:01:11.097 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Extract primitive to bundle mapping] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:91
Monday 01 August 2022  17:12:46 +0000 (0:00:00.041)       0:01:11.138 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "__ha_cluster_primitive_bundle_map": {}
    },
    "changed": false
}

TASK [fedora.linux_system_roles.ha_cluster : Configure cluster bundle resources] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:95
Monday 01 August 2022  17:12:46 +0000 (0:00:00.053)       0:01:11.192 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resources] ******
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:101
Monday 01 August 2022  17:12:46 +0000 (0:00:00.022)       0:01:11.214 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resource groups] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:108
Monday 01 August 2022  17:12:46 +0000 (0:00:00.023)       0:01:11.238 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resource clones] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:114
Monday 01 August 2022  17:12:46 +0000 (0:00:00.022)       0:01:11.261 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:122
Monday 01 August 2022  17:12:47 +0000 (0:00:00.022)       0:01:11.283 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:129
Monday 01 August 2022  17:12:47 +0000 (0:00:00.023)       0:01:11.307 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:137
Monday 01 August 2022  17:12:47 +0000 (0:00:00.067)       0:01:11.375 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Configure resource order constraints] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:147
Monday 01 August 2022  17:12:47 +0000 (0:00:00.022)       0:01:11.397 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:155
Monday 01 August 2022  17:12:47 +0000 (0:00:00.022)       0:01:11.420 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:165
Monday 01 August 2022  17:12:47 +0000 (0:00:00.022)       0:01:11.443 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:173
Monday 01 August 2022  17:12:47 +0000 (0:00:00.024)       0:01:11.467 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Create a tempfile for CIB diff] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:190
Monday 01 August 2022  17:12:47 +0000 (0:00:00.022)       0:01:11.490 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "gid": 0,
    "group": "root",
    "mode": "0600",
    "owner": "root",
    "path": "/tmp/ansible.99dlrw5q_ha_cluster_cib_diff",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 0,
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.ha_cluster : Compare new and original CIB] *****
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:198
Monday 01 August 2022  17:12:47 +0000 (0:00:00.370)       0:01:11.861 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "crm_diff",
        "--no-version",
        "--original",
        "/tmp/ansible.8rdyq1wi_ha_cluster_original_cib_xml",
        "--new",
        "/tmp/ansible.jykcm5ho_ha_cluster_cib_xml"
    ],
    "delta": "0:00:00.006364",
    "end": "2022-08-01 13:12:47.184351",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-08-01 13:12:47.177987"
}

TASK [fedora.linux_system_roles.ha_cluster : Write CIB diff to its tempfile] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:211
Monday 01 August 2022  17:12:47 +0000 (0:00:00.387)       0:01:12.248 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:222
Monday 01 August 2022  17:12:48 +0000 (0:00:00.026)       0:01:12.275 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Remove CIB tempfiles] *************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:230
Monday 01 August 2022  17:12:48 +0000 (0:00:00.025)       0:01:12.301 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => (item={'changed': True, 'path': '/tmp/ansible.jykcm5ho_ha_cluster_cib_xml', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "changed": true,
        "failed": false,
        "gid": 0,
        "group": "root",
        "mode": "0600",
        "owner": "root",
        "path": "/tmp/ansible.jykcm5ho_ha_cluster_cib_xml",
        "secontext": "unconfined_u:object_r:user_tmp_t:s0",
        "size": 0,
        "state": "file",
        "uid": 0
    },
    "path": "/tmp/ansible.jykcm5ho_ha_cluster_cib_xml",
    "state": "absent"
}
changed: [/cache/rhel-8-y.qcow2.snap] => (item={'changed': True, 'path': '/tmp/ansible.8rdyq1wi_ha_cluster_original_cib_xml', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "changed": true,
        "failed": false,
        "gid": 0,
        "group": "root",
        "mode": "0600",
        "owner": "root",
        "path": "/tmp/ansible.8rdyq1wi_ha_cluster_original_cib_xml",
        "secontext": "unconfined_u:object_r:user_tmp_t:s0",
        "size": 0,
        "state": "file",
        "uid": 0
    },
    "path": "/tmp/ansible.8rdyq1wi_ha_cluster_original_cib_xml",
    "state": "absent"
}
changed: [/cache/rhel-8-y.qcow2.snap] => (item={'changed': True, 'path': '/tmp/ansible.99dlrw5q_ha_cluster_cib_diff', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
    "ansible_loop_var": "item",
    "changed": true,
    "item": {
        "changed": true,
        "failed": false,
        "gid": 0,
        "group": "root",
        "mode": "0600",
        "owner": "root",
        "path": "/tmp/ansible.99dlrw5q_ha_cluster_cib_diff",
        "secontext": "unconfined_u:object_r:user_tmp_t:s0",
        "size": 0,
        "state": "file",
        "uid": 0
    },
    "path": "/tmp/ansible.99dlrw5q_ha_cluster_cib_diff",
    "state": "absent"
}

TASK [fedora.linux_system_roles.ha_cluster : Remove cluster configuration] *****
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:47
Monday 01 August 2022  17:12:49 +0000 (0:00:01.072)       0:01:13.374 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.ha_cluster : Remove fence-virt authkey] ********
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:50
Monday 01 August 2022  17:12:49 +0000 (0:00:00.023)       0:01:13.397 ********* 
skipping: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: role_complete for /cache/rhel-8-y.qcow2.snap

TASK [Slurp SBD config file] ***************************************************
task path: /tmp/tmpav7jvhfc/tests/ha_cluster/tests_sbd_all_options.yml:42
Monday 01 August 2022  17:12:49 +0000 (0:00:00.032)       0:01:13.430 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "content": "IwojIEFuc2libGUgbWFuYWdlZAojCgoKIyMgVHlwZTogc3RyaW5nCiMjIERlZmF1bHQ6ICIiCiMKIyBTQkRfREVWSUNFIHNwZWNpZmllcyB0aGUgZGV2aWNlcyB0byB1c2UgZm9yIGV4Y2hhbmdpbmcgc2JkIG1lc3NhZ2VzCiMgYW5kIHRvIG1vbml0b3IuIElmIHNwZWNpZnlpbmcgbW9yZSB0aGFuIG9uZSBwYXRoLCB1c2UgIjsiIGFzCiMgc2VwYXJhdG9yLgojClNCRF9ERVZJQ0U9Ii9kZXYvbG9vcDAiCgojIyBUeXBlOiB5ZXNubwojIyBEZWZhdWx0OiB5ZXMKIwojIFdoZXRoZXIgdG8gZW5hYmxlIHRoZSBwYWNlbWFrZXIgaW50ZWdyYXRpb24uCiMKU0JEX1BBQ0VNQUtFUj15ZXMKCiMjIFR5cGU6IGFsd2F5cyAvIGNsZWFuCiMjIERlZmF1bHQ6IGFsd2F5cwojCiMgU3BlY2lmeSB0aGUgc3RhcnQgbW9kZSBmb3Igc2JkLiBTZXR0aW5nIHRoaXMgdG8gImNsZWFuIiB3aWxsIG9ubHkKIyBhbGxvdyBzYmQgdG8gc3RhcnQgaWYgaXQgd2FzIG5vdCBwcmV2aW91c2x5IGZlbmNlZC4gU2VlIHRoZSAtUyBvcHRpb24KIyBpbiB0aGUgbWFuIHBhZ2UuCiMKU0JEX1NUQVJUTU9ERT0iY2xlYW4iCgojIyBUeXBlOiB5ZXNubyAvIGludGVnZXIKIyMgRGVmYXVsdDogbm8KIwojIFdoZXRoZXIgdG8gZGVsYXkgYWZ0ZXIgc3RhcnRpbmcgc2JkIG9uIGJvb3QgZm9yICJtc2d3YWl0IiBzZWNvbmRzLgojIFRoaXMgbWF5IGJlIG5lY2Vzc2FyeSBpZiB5b3VyIGNsdXN0ZXIgbm9kZXMgcmVib290IHNvIGZhc3QgdGhhdCB0aGUKIyBvdGhlciBub2RlcyBhcmUgc3RpbGwgd2FpdGluZyBpbiB0aGUgZmVuY2UgYWNrbm93bGVkZ2VtZW50IHBoYXNlLgojIFRoaXMgaXMgYW4gb2NjYXNpb25hbCBpc3N1ZSB3aXRoIHZpcnR1YWwgbWFjaGluZXMuCiMKIyBUaGlzIGNhbiBhbHNvIGJlIGVuYWJsZWQgYnkgYmVpbmcgc2V0IHRvIGEgc3BlY2lmaWMgZGVsYXkgdmFsdWUsIGluCiMgc2Vjb25kcy4gU29tZXRpbWVzIGEgbG9uZ2VyIGRlbGF5IHRoYW4gdGhlIGRlZmF1bHQsICJtc2d3YWl0IiwgaXMKIyBuZWVkZWQsIGZvciBleGFtcGxlIGluIHRoZSBjYXNlcyB3aGVyZSBpdCdzIGNvbnNpZGVyZWQgdG8gYmUgc2FmZXIgdG8KIyB3YWl0IGxvbmdlciB0aGFuOgojIGNvcm9zeW5jIHRva2VuIHRpbWVvdXQgKyBjb25zZW5zdXMgdGltZW91dCArIHBjbWtfZGVsYXlfbWF4ICsgbXNnd2FpdAojCiMgQmUgYXdhcmUgdGhhdCB0aGUgc3BlY2lhbCB2YWx1ZSAiMSIgbWVhbnMgInllcyIgcmF0aGVyIHRoYW4gIjFzIi4KIwojIENvbnNpZGVyIHRoYXQgeW91IG1pZ2h0IGhhdmUgdG8gYWRhcHQgdGhlIHN0YXJ0dXAtdGltZW91dCBhY2NvcmRpbmdseQojIGlmIHRoZSBkZWZhdWx0IGlzbid0IHN1ZmZpY2llbnQuIChUaW1lb3V0U3RhcnRTZWMgZm9yIHN5c3RlbWQpCiMKIyBUaGlzIG9wdGlvbiBtYXkgYmUgaWdub3JlZCBhdCBhIGxhdGVyIHBvaW50LCBvbmNlIHBhY2VtYWtlciBoYW5kbGVzCiMgdGhpcyBjYXNlIGJldHRlci4KIwpTQkRfREVMQVlfU1RBUlQ9IjJzIgoKIyMgVHlwZTogc3RyaW5nCiMjIERlZmF1bHQ6IC9kZXYvd2F0Y2hkb2cKIwojIFdhdGNoZG9nIGRldmljZSB0byB1c2UuIElmIHNldCB0byAvZGV2L251bGwsIG5vIHdhdGNoZG9nIGRldmljZSB3aWxsCiMgYmUgdXNlZC4KIwpTQkRfV0FUQ0hET0dfREVWPSIvZGV2L251bGwiCgojIyBUeXBlOiBpbnRlZ2VyCiMjIERlZmF1bHQ6IDUKIwojIEhvdyBsb25nLCBpbiBzZWNvbmRzLCB0aGUgd2F0Y2hkb2cgd2lsbCB3YWl0IGJlZm9yZSBwYW5pY2tpbmcgdGhlCiMgbm9kZSBpZiBuby1vbmUgdGlja2xlcyBpdC4KIwojIFRoaXMgZGVwZW5kcyBtb3N0bHkgb24geW91ciBzdG9yYWdlIGxhdGVuY3k7IHRoZSBtYWpvcml0eSBvZiBkZXZpY2VzCiMgbXVzdCBiZSBzdWNjZXNzZnVsbHkgcmVhZCB3aXRoaW4gdGhpcyB0aW1lLCBvciBlbHNlIHRoZSBub2RlIHdpbGwKIyBzZWxmLWZlbmNlLgojCiMgSWYgeW91ciBzYmQgZGV2aWNlKHMpIHJlc2lkZSBvbiBhIG11bHRpcGF0aCBzZXR1cCBvciBpU0NTSSwgdGhpcwojIHNob3VsZCBiZSB0aGUgdGltZSByZXF1aXJlZCB0byBkZXRlY3QgYSBwYXRoIGZhaWx1cmUuCiMKIyBCZSBhd2FyZSB0aGF0IHdhdGNoZG9nIHRpbWVvdXQgc2V0IGluIHRoZSBvbi1kaXNrIG1ldGFkYXRhIHRha2VzCiMgcHJlY2VkZW5jZS4KIwpTQkRfV0FUQ0hET0dfVElNRU9VVD0iMTAiCgojIyBUeXBlOiBzdHJpbmcKIyMgRGVmYXVsdDogImZsdXNoLHJlYm9vdCIKIwojIEFjdGlvbnMgdG8gYmUgZXhlY3V0ZWQgd2hlbiB0aGUgd2F0Y2hlcnMgZG9uJ3QgdGltZWx5IHJlcG9ydCB0byB0aGUgc2JkCiMgbWFzdGVyIHByb2Nlc3Mgb3Igb25lIG9mIHRoZSB3YXRjaGVycyBkZXRlY3RzIHRoYXQgdGhlIG1hc3RlciBwcm9jZXNzCiMgaGFzIGRpZWQuCiMKIyBTZXQgdGltZW91dC1hY3Rpb24gdG8gY29tbWEtc2VwYXJhdGVkIGNvbWJpbmF0aW9uIG9mCiMgbm9mbHVzaHxmbHVzaCBwbHVzIHJlYm9vdHxjcmFzaGR1bXB8b2ZmLgojIElmIGp1c3Qgb25lIG9mIGJvdGggaXMgZ2l2ZW4gdGhlIG90aGVyIHN0YXlzIGF0IHRoZSBkZWZhdWx0LgojCiMgVGhpcyBkb2Vzbid0IGFmZmVjdCBhY3Rpb25zIGxpa2Ugb2ZmLCBjcmFzaGR1bXAsIHJlYm9vdCBleHBsaWNpdGx5CiMgdHJpZ2dlcmVkIHZpYSBtZXNzYWdlIHNsb3RzLgojIEFuZCBpdCBkb2VzIGFzIHdlbGwgbm90IGNvbmZpZ3VyZSB0aGUgYWN0aW9uIGEgd2F0Y2hkb2cgd291bGQKIyB0cmlnZ2VyIHNob3VsZCBpdCBydW4gb2ZmICh0aGVyZSBpcyBubyBnZW5lcmljIGludGVyZmFjZSkuCiMKU0JEX1RJTUVPVVRfQUNUSU9OPSJyZWJvb3QsZmx1c2giCgojIyBUeXBlOiB5ZXNubyAvIGF1dG8KIyMgRGVmYXVsdDogYXV0bwojCiMgSWYgQ1BVQWNjb3VudGluZyBpcyBlbmFibGVkIGRlZmF1bHQgaXMgbm90IHRvIGFzc2lnbiBhbnkgUlQtYnVkZ2V0CiMgdG8gdGhlIHN5c3RlbS5zbGljZSB3aGljaCBwcmV2ZW50cyBzYmQgZnJvbSBydW5uaW5nIFJSLXNjaGVkdWxlZC4KIwojIE9uZSB3YXkgdG8gZXNjYXBlIHRoYXQgaXNzdWUgaXMgdG8gbW92ZSBzYmQtcHJvY2Vzc2VzIGZyb20gdGhlCiMgc2xpY2UgdGhleSB3ZXJlIG9yaWdpbmFsbHkgc3RhcnRlZCB0byByb290LXNsaWNlLgojIE9mIGNvdXJzZSBzdGFydGluZyBzYmQgaW4gYSBjZXJ0YWluIHNsaWNlIG1pZ2h0IGJlIGludGVudGlvbmFsLgojIFRodXMgaW4gYXV0by1tb2RlIHNiZCB3aWxsIGNoZWNrIGlmIHRoZSBzbGljZSBoYXMgUlQtYnVkZ2V0IGFzc2lnbmVkLgojIElmIHRoYXQgaXMgdGhlIGNhc2Ugc2JkIHdpbGwgc3RheSBpbiB0aGF0IHNsaWNlIHdoaWxlIGl0IHdpbGwKIyBiZSBtb3ZlZCB0byByb290LXNsaWNlIG90aGVyd2lzZS4KIwpTQkRfTU9WRV9UT19ST09UX0NHUk9VUD1hdXRvCgojIyBUeXBlOiB5ZXNubwojIyBEZWZhdWx0OiB5ZXMKIwojIElmIHJlc291cmNlIHN0YXJ0dXAgc3luY2luZyBpcyBlbmFibGVkIHRoZW4gcGFjZW1ha2VyZCBpcwojIGdvbm5hIHdhaXQgdG8gYmUgcGluZ2VkIHZpYSBJUEMgYmVmb3JlIGl0IHN0YXJ0cyByZXNvdXJjZXMuCiMgT24gc2h1dGRvd24gcGFjZW1ha2VyZCBpcyBnb2luZyB0byB3YWl0IGluIGEgc3RhdGUgd2hlcmUgaXQKIyBoYXMgY2xlYW5seSBzaHV0ZG93biByZXNvdXJjZXMgdGlsbCBzYmQgZmV0Y2hlcyB0aGF0IHN0YXRlLgojCiMgVGhlIGRlZmF1bHQgaXMgc2V0IHdoZW4gYnVpbGRpbmcgU0JEIGFuZCBQYWNlbWFrZXIgZnJvbSBzb3VyY2UuCiMgR29pbmcgZm9yICdubycgaXMgc2FmZXIgaWYgaXQgY2FuJ3QgYmUgYXNzdXJlZCB0aGF0IFNCRCBhbmQKIyBQYWNlbWFrZXIgaW5zdGFsbGVkIGRvIGJvdGggc3VwcG9ydCB0aGUgc3luY2hyb25pemF0aW9uIGZlYXR1cmUuCiMgV2hlbiBnb2luZyB3aXRoICd5ZXMnIC0gYWxzbyB1c2luZyBwYWNrYWdlIGRlcGVuZGVuY2llcyB0bwojIGFzc3VyZSBTQkQgJiBQYWNlbWFrZXIgYm90aCBzdXBwb3J0IHRoZSBzeW5jaHJvbml6YXRpb24KIyBmZWF0dXJlIGFuZCBhcmUgYXNzdW1pbmcgdGhlIHNhbWUgZGVmYXVsdCAtIGFuIFNCRCBjb25maWd1cmF0aW9uCiMgaW5oZXJpdGVkIHZpYSBhbiB1cGdyYWRlIGRvZXNuJ3QgaGF2ZSB0byBiZSBhbHRlcmVkIHRvIHN0aWxsCiMgYmVuZWZpdCBmcm9tIHRoZSBuZXcgZmVhdHVyZS4KIwpTQkRfU1lOQ19SRVNPVVJDRV9TVEFSVFVQPXllcwoKIyMgVHlwZTogc3RyaW5nCiMjIERlZmF1bHQ6ICIiCiMKIyBBZGRpdGlvbmFsIG9wdGlvbnMgZm9yIHN0YXJ0aW5nIHNiZAojClNCRF9PUFRTPSItbiBsb2NhbGhvc3QiCg==",
    "encoding": "base64",
    "source": "/etc/sysconfig/sbd"
}

TASK [Decode SBD config] *******************************************************
task path: /tmp/tmpav7jvhfc/tests/ha_cluster/tests_sbd_all_options.yml:47
Monday 01 August 2022  17:12:49 +0000 (0:00:00.349)       0:01:13.779 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "__test_sbd_config_lines": [
            "#",
            "# Ansible managed",
            "#",
            "",
            "",
            "## Type: string",
            "## Default: \"\"",
            "#",
            "# SBD_DEVICE specifies the devices to use for exchanging sbd messages",
            "# and to monitor. If specifying more than one path, use \";\" as",
            "# separator.",
            "#",
            "SBD_DEVICE=\"/dev/loop0\"",
            "",
            "## Type: yesno",
            "## Default: yes",
            "#",
            "# Whether to enable the pacemaker integration.",
            "#",
            "SBD_PACEMAKER=yes",
            "",
            "## Type: always / clean",
            "## Default: always",
            "#",
            "# Specify the start mode for sbd. Setting this to \"clean\" will only",
            "# allow sbd to start if it was not previously fenced. See the -S option",
            "# in the man page.",
            "#",
            "SBD_STARTMODE=\"clean\"",
            "",
            "## Type: yesno / integer",
            "## Default: no",
            "#",
            "# Whether to delay after starting sbd on boot for \"msgwait\" seconds.",
            "# This may be necessary if your cluster nodes reboot so fast that the",
            "# other nodes are still waiting in the fence acknowledgement phase.",
            "# This is an occasional issue with virtual machines.",
            "#",
            "# This can also be enabled by being set to a specific delay value, in",
            "# seconds. Sometimes a longer delay than the default, \"msgwait\", is",
            "# needed, for example in the cases where it's considered to be safer to",
            "# wait longer than:",
            "# corosync token timeout + consensus timeout + pcmk_delay_max + msgwait",
            "#",
            "# Be aware that the special value \"1\" means \"yes\" rather than \"1s\".",
            "#",
            "# Consider that you might have to adapt the startup-timeout accordingly",
            "# if the default isn't sufficient. (TimeoutStartSec for systemd)",
            "#",
            "# This option may be ignored at a later point, once pacemaker handles",
            "# this case better.",
            "#",
            "SBD_DELAY_START=\"2s\"",
            "",
            "## Type: string",
            "## Default: /dev/watchdog",
            "#",
            "# Watchdog device to use. If set to /dev/null, no watchdog device will",
            "# be used.",
            "#",
            "SBD_WATCHDOG_DEV=\"/dev/null\"",
            "",
            "## Type: integer",
            "## Default: 5",
            "#",
            "# How long, in seconds, the watchdog will wait before panicking the",
            "# node if no-one tickles it.",
            "#",
            "# This depends mostly on your storage latency; the majority of devices",
            "# must be successfully read within this time, or else the node will",
            "# self-fence.",
            "#",
            "# If your sbd device(s) reside on a multipath setup or iSCSI, this",
            "# should be the time required to detect a path failure.",
            "#",
            "# Be aware that watchdog timeout set in the on-disk metadata takes",
            "# precedence.",
            "#",
            "SBD_WATCHDOG_TIMEOUT=\"10\"",
            "",
            "## Type: string",
            "## Default: \"flush,reboot\"",
            "#",
            "# Actions to be executed when the watchers don't timely report to the sbd",
            "# master process or one of the watchers detects that the master process",
            "# has died.",
            "#",
            "# Set timeout-action to comma-separated combination of",
            "# noflush|flush plus reboot|crashdump|off.",
            "# If just one of both is given the other stays at the default.",
            "#",
            "# This doesn't affect actions like off, crashdump, reboot explicitly",
            "# triggered via message slots.",
            "# And it does as well not configure the action a watchdog would",
            "# trigger should it run off (there is no generic interface).",
            "#",
            "SBD_TIMEOUT_ACTION=\"reboot,flush\"",
            "",
            "## Type: yesno / auto",
            "## Default: auto",
            "#",
            "# If CPUAccounting is enabled default is not to assign any RT-budget",
            "# to the system.slice which prevents sbd from running RR-scheduled.",
            "#",
            "# One way to escape that issue is to move sbd-processes from the",
            "# slice they were originally started to root-slice.",
            "# Of course starting sbd in a certain slice might be intentional.",
            "# Thus in auto-mode sbd will check if the slice has RT-budget assigned.",
            "# If that is the case sbd will stay in that slice while it will",
            "# be moved to root-slice otherwise.",
            "#",
            "SBD_MOVE_TO_ROOT_CGROUP=auto",
            "",
            "## Type: yesno",
            "## Default: yes",
            "#",
            "# If resource startup syncing is enabled then pacemakerd is",
            "# gonna wait to be pinged via IPC before it starts resources.",
            "# On shutdown pacemakerd is going to wait in a state where it",
            "# has cleanly shutdown resources till sbd fetches that state.",
            "#",
            "# The default is set when building SBD and Pacemaker from source.",
            "# Going for 'no' is safer if it can't be assured that SBD and",
            "# Pacemaker installed do both support the synchronization feature.",
            "# When going with 'yes' - also using package dependencies to",
            "# assure SBD & Pacemaker both support the synchronization",
            "# feature and are assuming the same default - an SBD configuration",
            "# inherited via an upgrade doesn't have to be altered to still",
            "# benefit from the new feature.",
            "#",
            "SBD_SYNC_RESOURCE_STARTUP=yes",
            "",
            "## Type: string",
            "## Default: \"\"",
            "#",
            "# Additional options for starting sbd",
            "#",
            "SBD_OPTS=\"-n localhost\""
        ]
    },
    "changed": false
}

TASK [Print SBD config lines] **************************************************
task path: /tmp/tmpav7jvhfc/tests/ha_cluster/tests_sbd_all_options.yml:51
Monday 01 August 2022  17:12:49 +0000 (0:00:00.049)       0:01:13.829 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "__test_sbd_config_lines": [
        "#",
        "# Ansible managed",
        "#",
        "",
        "",
        "## Type: string",
        "## Default: \"\"",
        "#",
        "# SBD_DEVICE specifies the devices to use for exchanging sbd messages",
        "# and to monitor. If specifying more than one path, use \";\" as",
        "# separator.",
        "#",
        "SBD_DEVICE=\"/dev/loop0\"",
        "",
        "## Type: yesno",
        "## Default: yes",
        "#",
        "# Whether to enable the pacemaker integration.",
        "#",
        "SBD_PACEMAKER=yes",
        "",
        "## Type: always / clean",
        "## Default: always",
        "#",
        "# Specify the start mode for sbd. Setting this to \"clean\" will only",
        "# allow sbd to start if it was not previously fenced. See the -S option",
        "# in the man page.",
        "#",
        "SBD_STARTMODE=\"clean\"",
        "",
        "## Type: yesno / integer",
        "## Default: no",
        "#",
        "# Whether to delay after starting sbd on boot for \"msgwait\" seconds.",
        "# This may be necessary if your cluster nodes reboot so fast that the",
        "# other nodes are still waiting in the fence acknowledgement phase.",
        "# This is an occasional issue with virtual machines.",
        "#",
        "# This can also be enabled by being set to a specific delay value, in",
        "# seconds. Sometimes a longer delay than the default, \"msgwait\", is",
        "# needed, for example in the cases where it's considered to be safer to",
        "# wait longer than:",
        "# corosync token timeout + consensus timeout + pcmk_delay_max + msgwait",
        "#",
        "# Be aware that the special value \"1\" means \"yes\" rather than \"1s\".",
        "#",
        "# Consider that you might have to adapt the startup-timeout accordingly",
        "# if the default isn't sufficient. (TimeoutStartSec for systemd)",
        "#",
        "# This option may be ignored at a later point, once pacemaker handles",
        "# this case better.",
        "#",
        "SBD_DELAY_START=\"2s\"",
        "",
        "## Type: string",
        "## Default: /dev/watchdog",
        "#",
        "# Watchdog device to use. If set to /dev/null, no watchdog device will",
        "# be used.",
        "#",
        "SBD_WATCHDOG_DEV=\"/dev/null\"",
        "",
        "## Type: integer",
        "## Default: 5",
        "#",
        "# How long, in seconds, the watchdog will wait before panicking the",
        "# node if no-one tickles it.",
        "#",
        "# This depends mostly on your storage latency; the majority of devices",
        "# must be successfully read within this time, or else the node will",
        "# self-fence.",
        "#",
        "# If your sbd device(s) reside on a multipath setup or iSCSI, this",
        "# should be the time required to detect a path failure.",
        "#",
        "# Be aware that watchdog timeout set in the on-disk metadata takes",
        "# precedence.",
        "#",
        "SBD_WATCHDOG_TIMEOUT=\"10\"",
        "",
        "## Type: string",
        "## Default: \"flush,reboot\"",
        "#",
        "# Actions to be executed when the watchers don't timely report to the sbd",
        "# master process or one of the watchers detects that the master process",
        "# has died.",
        "#",
        "# Set timeout-action to comma-separated combination of",
        "# noflush|flush plus reboot|crashdump|off.",
        "# If just one of both is given the other stays at the default.",
        "#",
        "# This doesn't affect actions like off, crashdump, reboot explicitly",
        "# triggered via message slots.",
        "# And it does as well not configure the action a watchdog would",
        "# trigger should it run off (there is no generic interface).",
        "#",
        "SBD_TIMEOUT_ACTION=\"reboot,flush\"",
        "",
        "## Type: yesno / auto",
        "## Default: auto",
        "#",
        "# If CPUAccounting is enabled default is not to assign any RT-budget",
        "# to the system.slice which prevents sbd from running RR-scheduled.",
        "#",
        "# One way to escape that issue is to move sbd-processes from the",
        "# slice they were originally started to root-slice.",
        "# Of course starting sbd in a certain slice might be intentional.",
        "# Thus in auto-mode sbd will check if the slice has RT-budget assigned.",
        "# If that is the case sbd will stay in that slice while it will",
        "# be moved to root-slice otherwise.",
        "#",
        "SBD_MOVE_TO_ROOT_CGROUP=auto",
        "",
        "## Type: yesno",
        "## Default: yes",
        "#",
        "# If resource startup syncing is enabled then pacemakerd is",
        "# gonna wait to be pinged via IPC before it starts resources.",
        "# On shutdown pacemakerd is going to wait in a state where it",
        "# has cleanly shutdown resources till sbd fetches that state.",
        "#",
        "# The default is set when building SBD and Pacemaker from source.",
        "# Going for 'no' is safer if it can't be assured that SBD and",
        "# Pacemaker installed do both support the synchronization feature.",
        "# When going with 'yes' - also using package dependencies to",
        "# assure SBD & Pacemaker both support the synchronization",
        "# feature and are assuming the same default - an SBD configuration",
        "# inherited via an upgrade doesn't have to be altered to still",
        "# benefit from the new feature.",
        "#",
        "SBD_SYNC_RESOURCE_STARTUP=yes",
        "",
        "## Type: string",
        "## Default: \"\"",
        "#",
        "# Additional options for starting sbd",
        "#",
        "SBD_OPTS=\"-n localhost\""
    ]
}

TASK [Check SBD config] ********************************************************
task path: /tmp/tmpav7jvhfc/tests/ha_cluster/tests_sbd_all_options.yml:55
Monday 01 August 2022  17:12:49 +0000 (0:00:00.038)       0:01:13.867 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Unset SBD devices and watchdogs] *****************************************
task path: /tmp/tmpav7jvhfc/tests/ha_cluster/tests_sbd_all_options.yml:69
Monday 01 August 2022  17:12:49 +0000 (0:00:00.045)       0:01:13.913 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "ansible_facts": {
        "ha_cluster": null
    },
    "changed": false
}

TASK [Clean up test environment for SBD] ***************************************
task path: /tmp/tmpav7jvhfc/tests/ha_cluster/tests_sbd_all_options.yml:73
Monday 01 August 2022  17:12:49 +0000 (0:00:00.036)       0:01:13.949 ********* 

TASK [fedora.linux_system_roles.ha_cluster : Unmount SBD devices] **************
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_cleanup_sbd.yml:9
Monday 01 August 2022  17:12:49 +0000 (0:00:00.069)       0:01:14.019 ********* 
changed: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "losetup",
        "-d",
        "/dev/loop0"
    ],
    "delta": "0:00:00.002969",
    "end": "2022-08-01 13:12:49.338520",
    "rc": 0,
    "start": "2022-08-01 13:12:49.335551"
}

TASK [fedora.linux_system_roles.ha_cluster : Delete backing files for SBD devices] ***
task path: /tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_cleanup_sbd.yml:14
Monday 01 August 2022  17:12:50 +0000 (0:00:00.379)       0:01:14.398 ********* 
ok: [/cache/rhel-8-y.qcow2.snap] => {
    "changed": false,
    "path": "{'changed': True, 'path': '/tmp/ansible.d6l6vq81_ha_cluster_tests', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}",
    "state": "absent"
}
META: role_complete for /cache/rhel-8-y.qcow2.snap
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-8-y.qcow2.snap : ok=93   changed=27   unreachable=0    failed=0    skipped=43   rescued=0    ignored=0   

Monday 01 August 2022  17:12:50 +0000 (0:00:00.394)       0:01:14.793 ********* 
=============================================================================== 
fedora.linux_system_roles.ha_cluster : Wait for the cluster to fully start and form membership -- 26.66s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:73 
fedora.linux_system_roles.ha_cluster : Start pacemaker ------------------ 4.24s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:67 
fedora.linux_system_roles.ha_cluster : Get services status - detect SBD --- 2.72s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:16 
fedora.linux_system_roles.ha_cluster : Get services status - detect firewall --- 1.81s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:3 
fedora.linux_system_roles.ha_cluster : Get services status - detect pacemaker --- 1.68s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:61 
fedora.linux_system_roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.67s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:21 
fedora.linux_system_roles.ha_cluster : Stop cluster daemons to reload configuration --- 1.45s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:24 
fedora.linux_system_roles.ha_cluster : Install cluster packages --------- 1.45s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/install-and-configure-packages.yml:27 
fedora.linux_system_roles.ha_cluster : Write CIB configuration ---------- 1.36s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:33 
fedora.linux_system_roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 1.20s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:53 
Gathering Facts --------------------------------------------------------- 1.18s
/tmp/tmpav7jvhfc/tests/ha_cluster/tests_sbd_all_options.yml:3 -----------------
fedora.linux_system_roles.ha_cluster : Remove CIB tempfiles ------------- 1.07s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:230 
fedora.linux_system_roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.02s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:3 
fedora.linux_system_roles.ha_cluster : Initialize SBD devices ----------- 0.95s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:18 
fedora.linux_system_roles.ha_cluster : Start corosync ------------------- 0.95s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:46 
fedora.linux_system_roles.ha_cluster : Check pcs auth status ------------ 0.94s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth.yml:3 
fedora.linux_system_roles.ha_cluster : Distribute pcs_settings.conf ----- 0.92s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:44 
fedora.linux_system_roles.ha_cluster : Set stonith-watchdog-timeout cluster property --- 0.92s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:64 
fedora.linux_system_roles.ha_cluster : Create a corosync.conf file content using pcs-0.10 --- 0.85s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-pcs-0.10.yml:3 
fedora.linux_system_roles.ha_cluster : Fetch pcs capabilities ----------- 0.85s
/tmp/tmpw8pf28gb/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:59