+ cd /tmp/tmpw60fupk6/tests; TEST_SUBJECTS=/cache/centos-8.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_ha_cluster-15-3fa4b46-centos-8-ur2076ow/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmpw60fupk6/_setup.yml /tmp/tmpw60fupk6/tests/tests_cib_resources_create.yml ansible-playbook 2.8.19 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 2 plays in /tmp/tmpw60fupk6/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:5 ok: [/cache/centos-8.qcow2] => { "groups": { "all": [ "/cache/centos-8.qcow2" ], "localhost": [ "/cache/centos-8.qcow2" ], "subjects": [ "/cache/centos-8.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmpw60fupk6/_setup.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:16 [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["dnf", "config-manager", "--set-enabled", "ha"], "delta": "0:00:00.418384", "end": "2021-05-18 14:06:56.068155", "rc": 0, "start": "2021-05-18 14:06:55.649771", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=2 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_cib_resources_create.yml *************************************** 1 plays in /tmp/tmpw60fupk6/tests/tests_cib_resources_create.yml PLAY [Create all kinds of resources in a cluster] ****************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cib_resources_create.yml:3 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Set up test environment] ************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cib_resources_create.yml:193 included: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml for /cache/centos-8.qcow2 TASK [Set node name to 'localhost' for single-node clusters] ******************* task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"inventory_hostname": "localhost"}, "changed": false} TASK [Do not try to enable RHEL repositories] ********************************** task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Run HA Cluster role] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cib_resources_create.yml:196 TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:3 skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_facts": {"__ha_cluster_repos": [{"id": "ha", "name": "HighAvailability"}]}, "ansible_included_var_files": ["/tmp/tmpw60fupk6/vars/CentOS_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ******** task path: /tmp/tmpw60fupk6/tasks/main.yml:18 included: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] ***** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:3 skipping: [/cache/centos-8.qcow2] => (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 : Discover cluster node names] ************* task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:12 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_node_name": "localhost"}, "changed": false} TASK [linux-system-roles.ha_cluster : Collect cluster node names] ************** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:18 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_all_node_names": ["localhost"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:21 included: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:3 ok: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/RedHat.yml"}, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml"} ok: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml"}, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:24 included: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : List active CentOS repositories] ********* task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:3 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["dnf", "repolist"], "delta": "0:00:00.196561", "end": "2021-05-18 14:06:58.231352", "rc": 0, "start": "2021-05-18 14:06:58.034791", "stderr": "", "stderr_lines": [], "stdout": "repo id repo name\nappstream CentOS Linux 8 - AppStream\nbaseos CentOS Linux 8 - BaseOS\nextras CentOS Linux 8 - Extras\nha CentOS Linux 8 - HighAvailability", "stdout_lines": ["repo id repo name", "appstream CentOS Linux 8 - AppStream", "baseos CentOS Linux 8 - BaseOS", "extras CentOS Linux 8 - Extras", "ha CentOS Linux 8 - HighAvailability"]} TASK [linux-system-roles.ha_cluster : Enable CentOS repositories] ************** task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:12 skipping: [/cache/centos-8.qcow2] => (item={u'id': u'ha', u'name': u'HighAvailability'}) => {"ansible_loop_var": "item", "changed": false, "item": {"id": "ha", "name": "HighAvailability"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Install cluster packages] **************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:30 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: corosync", "Installed: libknet1-plugins-all", "Installed: pacemaker", "Installed: pcs", "Installed: fence-virt", "Installed: samba-client-libs-4.12.3-12.el8.3.x86_64", "Installed: samba-common-4.12.3-12.el8.3.noarch", "Installed: samba-common-libs-4.12.3-12.el8.3.x86_64", "Installed: nspr-4.25.0-2.el8_2.x86_64", "Installed: nss-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-freebl-3.53.1-17.el8_3.x86_64", "Installed: nss-sysinit-3.53.1-17.el8_3.x86_64", "Installed: nss-util-3.53.1-17.el8_3.x86_64", "Installed: libwbclient-4.12.3-12.el8.3.x86_64", "Installed: libxslt-1.1.32-5.el8.x86_64", "Installed: ruby-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: avahi-libs-0.7-19.el8.x86_64", "Installed: fence-virt-1.0.0-1.el8.x86_64", "Installed: ruby-irb-2.5.5-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: ruby-libs-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: lvm2-8:2.03.09-5.el8.x86_64", "Installed: lvm2-libs-8:2.03.09-5.el8.x86_64", "Installed: rubygem-bigdecimal-1.3.4-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: overpass-fonts-3.0.2-3.el8.noarch", "Installed: pacemaker-cluster-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-schemas-2.0.4-6.el8_3.1.noarch", "Installed: rubygem-did_you_mean-1.2.0-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygem-io-console-0.4.6-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cifs-utils-6.8-3.el8.x86_64", "Installed: rubygem-json-2.1.0-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cups-libs-1:2.2.6-38.el8.x86_64", "Installed: rubygem-openssl-2.1.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: net-snmp-libs-1:5.8-18.el8_3.1.x86_64", "Installed: python3-html5lib-1:0.999999999-6.el8.noarch", "Installed: rubygem-psych-3.0.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bcef.noarch", "Installed: rubygem-rdoc-6.0.1-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygems-2.7.6.2-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: device-mapper-event-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.171-5.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: device-mapper-persistent-data-0.8.5-4.el8.x86_64", "Installed: python3-lxml-4.2.3-1.el8.x86_64", "Installed: clufter-bin-0.77.1-5.el8.x86_64", "Installed: clufter-common-0.77.1-5.el8.noarch", "Installed: corosync-3.0.3-4.el8.x86_64", "Installed: python3-pip-9.0.3-18.el8.noarch", "Installed: libknet1-1.16-1.el8.x86_64", "Installed: libknet1-compress-bzip2-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-lz4-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-lzma-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-lzo2-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-compress-zlib-plugin-1.16-1.el8.x86_64", "Installed: python3-pyOpenSSL-18.0.0-1.el8.noarch", "Installed: libknet1-crypto-nss-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-openssl-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-plugins-all-1.16-1.el8.x86_64", "Installed: python3-pycurl-7.43.0.2-4.el8.x86_64", "Installed: libknet1-plugins-all-1.16-1.el8.x86_64", "Installed: libnozzle1-1.16-1.el8.x86_64", "Installed: pacemaker-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-cli-2.0.4-6.el8_3.1.x86_64", "Installed: pcs-0.10.6-4.el8_3.1.x86_64", "Installed: python3-clufter-0.77.1-5.el8.noarch", "Installed: resource-agents-4.1.1-68.el8_3.2.x86_64", "Installed: liberation-fonts-common-1:2.00.3-7.el8.noarch", "Installed: liberation-sans-fonts-1:2.00.3-7.el8.noarch", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-Errno-1.28-416.el8.x86_64", "Installed: perl-Exporter-5.72-396.el8.noarch", "Installed: perl-File-Path-2.15-2.el8.noarch", "Installed: perl-IO-1.38-416.el8.x86_64", "Installed: perl-PathTools-3.74-1.el8.x86_64", "Installed: python3-webencodings-0.5.1-6.el8.noarch", "Installed: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64", "Installed: perl-Socket-4:2.027-3.el8.x86_64", "Installed: python36-3.6.8-2.module_el8.3.0+562+e162826a.x86_64", "Installed: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch", "Installed: perl-Time-Local-1:1.280-1.el8.noarch", "Installed: perl-Unicode-Normalize-1.25-396.el8.x86_64", "Installed: perl-constant-1.33-396.el8.noarch", "Installed: perl-interpreter-4:5.26.3-416.el8.x86_64", "Installed: perl-libs-4:5.26.3-416.el8.x86_64", "Installed: perl-macros-4:5.26.3-416.el8.x86_64", "Installed: perl-parent-1:0.237-1.el8.noarch", "Installed: perl-threads-1:2.21-2.el8.x86_64", "Installed: perl-threads-shared-1.58-2.el8.x86_64", "Installed: pkgconf-1.4.2-1.el8.x86_64", "Installed: pkgconf-m4-1.4.2-1.el8.noarch", "Installed: pkgconf-pkg-config-1.4.2-1.el8.x86_64", "Installed: libicu-60.3-2.el8_1.x86_64", "Installed: corosynclib-3.0.3-4.el8.x86_64", "Installed: libpkgconf-1.4.2-1.el8.x86_64", "Installed: python3-pyparsing-2.1.10-7.el8.noarch", "Installed: libqb-1.0.3-12.el8.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch"]} TASK [linux-system-roles.ha_cluster : Set hacluster password] ****************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:43 changed: [/cache/centos-8.qcow2] => {"append": false, "changed": true, "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/tmpw60fupk6/tasks/main.yml:26 included: /tmp/tmpw60fupk6/tasks/firewall.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "stopped", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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"}, "run-r3ebc6a4ebc9445528bf7e676a7bad4df.service": {"name": "run-r3ebc6a4ebc9445528bf7e676a7bad4df.service", "source": "systemd", "state": "running", "status": "transient"}, "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "stopped", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "stopped", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable service "high-availability" in firewalld] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:6 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] ***** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:16 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ******************** task path: /tmp/tmpw60fupk6/tasks/main.yml:29 included: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Stop pcsd] ******************************* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:4 ok: [/cache/centos-8.qcow2] => {"changed": false, "name": "pcsd", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "pcsd-ruby.service sysinit.target system.slice systemd-journald.socket basic.target network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "pcsd-ruby.service 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] *** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:9 skipping: [/cache/centos-8.qcow2] => (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/centos-8.qcow2] => (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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:22 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] ********* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:29 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************ task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "2eb5db17086a85e3c786b995b992ab2a88c5819d", "dest": "/var/lib/pcsd/pcs_settings.conf", "gid": 0, "group": "root", "md5sum": "e057b9b2678ff5dfe700f048dae0963c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 362, "src": "/root/.ansible/tmp/ansible-tmp-1621346848.33-92126-135312785119094/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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "enabled": true, "name": "pcsd", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target system.slice pcsd-ruby.service basic.target systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 pcsd-ruby.service network-online.target 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:57 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "--version", "--full"], "delta": "0:00:00.552008", "end": "2021-05-18 14:07:32.113186", "rc": 0, "start": "2021-05-18 14:07:31.561178", "stderr": "", "stderr_lines": [], "stdout": "0.10.6\nbooth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed", "stdout_lines": ["0.10.6", "booth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed"]} TASK [linux-system-roles.ha_cluster : Parse pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:64 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_pcs_capabilities": ["booth", "cluster.config.backup-local", "cluster.config.export.to-pcs-commands", "cluster.config.import-cman", "cluster.config.restore-cluster", "cluster.config.restore-local", "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.config.get", "corosync.config.reload", "corosync.config.sync-to-local-cluster", "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.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.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.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-rsc-op", "pcmk.properties.resource-defaults", "pcmk.properties.resource-defaults.multiple", "pcmk.properties.resource-defaults.rule-rsc-op", "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.meta-in-create", "pcmk.resource.clone.wait", "pcmk.resource.create", "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.wait", "pcmk.resource.debug", "pcmk.resource.delete", "pcmk.resource.disable.safe", "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.promotable", "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.strict", "pcmk.stonith.create", "pcmk.stonith.create.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "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.node-attr", "pcmk.stonith.levels.node-regexp", "pcmk.stonith.refresh", "pcmk.stonith.refresh.strict", "pcmk.stonith.update", "pcmk.tag", "pcmk.tag.resources", "pcs.auth.client", "pcs.auth.client.cluster", "pcs.auth.deauth-client", "pcs.auth.deauth-server", "pcs.auth.no-bidirectional", "pcs.auth.separated-name-and-address", "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", "sbd", "sbd.option-timeout-action", "sbd.shared-block-device", "status.corosync.membership", "status.pcmk.resources.hide-inactive", "status.pcmk.resources.orphaned", "status.pcmk.xml", "stonith-agents.describe", "stonith-agents.list", "stonith-agents.list.detailed"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] *********** task path: /tmp/tmpw60fupk6/tasks/main.yml:32 included: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] *********** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/cluster", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0} TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] *********************** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:7 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random fence_xvm.key] *********** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:15 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "7f4f234f49fe7330af519f81b57c76694b32a7bd", "dest": "/etc/cluster/fence_xvm.key", "gid": 0, "group": "root", "md5sum": "1b46e52a5afb2cccb52a08eafc78a451", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_conf_t:s0", "size": 906, "src": "/root/.ansible/tmp/ansible-tmp-1621346853.93-92237-199860615730980/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Configure cluster nodes] ***************** task path: /tmp/tmpw60fupk6/tasks/main.yml:35 included: /tmp/tmpw60fupk6/tasks/cluster-setup.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.lkspu7tx_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/tmpw60fupk6/tasks/cluster-setup.yml:14 included: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] *** task path: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "cluster", "setup", "--corosync_conf", "/tmp/ansible.lkspu7tx_ha_cluster_corosync_conf", "--overwrite", "test-cluster", "localhost"], "delta": "0:00:00.534443", "end": "2021-05-18 14:07:36.177299", "rc": 0, "start": "2021-05-18 14:07:35.642856", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\nNo addresses specified for host 'localhost', using 'localhost'", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", "No addresses specified for host 'localhost', using 'localhost'"]} TASK [linux-system-roles.ha_cluster : Fetch created corosync.conf file] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:17 ok: [/cache/centos-8.qcow2] => {"changed": false, "content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==", "encoding": "base64", "source": "/tmp/ansible.lkspu7tx_ha_cluster_corosync_conf"} TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] *********** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:24 changed: [/cache/centos-8.qcow2] => {"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-1621346856.96-92317-75088367327076/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:34 changed: [/cache/centos-8.qcow2] => {"changed": true, "path": "/tmp/ansible.lkspu7tx_ha_cluster_corosync_conf", "state": "absent"} TASK [linux-system-roles.ha_cluster : Get corosync authkey] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:47 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random corosync authkey] ******** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:55 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "1de406eab6c600856a82f14b43eebd393e066fcd", "dest": "/etc/corosync/authkey", "gid": 0, "group": "root", "md5sum": "c8f352dcb3dc82fd273d967a5c490841", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 444, "src": "/root/.ansible/tmp/ansible-tmp-1621346858.94-92392-200595984935165/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] ******************* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:64 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random pacemaker authkey] ******* task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:72 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "46192784d355525c2a7b6f1afcaface28d43e6b9", "dest": "/etc/pacemaker/authkey", "gid": 189, "group": "haclient", "md5sum": "22d915ef6bc3d761d6fcd71d3c2aa2d5", "mode": "0400", "owner": "hacluster", "secontext": "system_u:object_r:etc_t:s0", "size": 452, "src": "/root/.ansible/tmp/ansible-tmp-1621346860.48-92451-273431851369555/source", "state": "file", "uid": 189} TASK [linux-system-roles.ha_cluster : Check if qdevice is configured] ********** task path: /tmp/tmpw60fupk6/tasks/main.yml:50 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_qdevice_in_use": false}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:55 included: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:1 changed: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "corosync", "name": "corosync", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target system.slice systemd-journald.socket network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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", "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]", "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} changed: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "pacemaker", "name": "pacemaker", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "resource-agents-deps.target dbus.service system.slice basic.target time-sync.target network.target corosync.service systemd-journald.socket rsyslog.service sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "corosync.service sysinit.target system.slice", "Restart": "on-failure", "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": "no", "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]", "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": "infinity", "TimeoutStartUSec": "1min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "resource-agents-deps.target dbus.service", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:14 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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"}, "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Disable SBD] ***************************** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:18 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Pcs auth] ******************************** task path: /tmp/tmpw60fupk6/tasks/main.yml:58 included: /tmp/tmpw60fupk6/tasks/pcs-auth.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check pcs auth status] ******************* task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "status", "pcsd", "localhost"], "delta": "0:00:00.568963", "end": "2021-05-18 14:07:44.445913", "failed_when_result": false, "msg": "non-zero return code", "rc": 2, "start": "2021-05-18 14:07:43.876950", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\n localhost: Unable to authenticate", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", " localhost: Unable to authenticate"]} TASK [linux-system-roles.ha_cluster : Run pcs auth] **************************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:18 included: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] ***************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "host", "auth", "-u", "hacluster", "localhost"], "delta": "0:00:00.929645", "end": "2021-05-18 14:07:45.916961", "rc": 0, "start": "2021-05-18 14:07:44.987316", "stderr": "", "stderr_lines": [], "stdout": "Password: localhost: Authorized", "stdout_lines": ["Password: localhost: Authorized"]} TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:63 included: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:19 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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"}, "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:22 ok: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": false, "item": "pacemaker", "name": "pacemaker", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice rsyslog.service resource-agents-deps.target basic.target systemd-journald.socket dbus.service network.target time-sync.target corosync.service sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "corosync.service system.slice sysinit.target", "Restart": "on-failure", "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": "no", "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]", "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": "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"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": false, "item": "corosync", "name": "corosync", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice systemd-journald.socket network-online.target sysinit.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "pacemaker.service shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target network-online.target 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": "Tue 2021-05-18 14:07:42 UTC", "StateChangeTimestampMonotonic": "104209301", "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": "11220", "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 : Start corosync] ************************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "corosync", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice systemd-journald.socket network-online.target sysinit.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "pacemaker.service shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target network-online.target 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": "Tue 2021-05-18 14:07:42 UTC", "StateChangeTimestampMonotonic": "104209301", "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": "11220", "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/tmpw60fupk6/tasks/cluster-start-and-reload.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["corosync-cfgtool", "-R"], "delta": "0:00:00.014478", "end": "2021-05-18 14:07:49.283376", "rc": 0, "start": "2021-05-18 14:07:49.268898", "stderr": "", "stderr_lines": [], "stdout": "Reloading corosync.conf...\nDone", "stdout_lines": ["Reloading corosync.conf...", "Done"]} TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ****************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:57 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Start pacemaker] ************************* task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:63 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "pacemaker", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice rsyslog.service resource-agents-deps.target basic.target systemd-journald.socket dbus.service network.target time-sync.target corosync.service sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "corosync.service system.slice sysinit.target", "Restart": "on-failure", "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": "no", "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]", "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": "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/tmpw60fupk6/tasks/cluster-start-and-reload.yml:69 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "cluster", "start", "--all", "--wait"], "delta": "0:00:24.455928", "end": "2021-05-18 14:08:14.693859", "rc": 0, "start": "2021-05-18 14:07:50.237931", "stderr": "", "stderr_lines": [], "stdout": "localhost: Starting Cluster...\nWaiting for node(s) to start...\nlocalhost: Started", "stdout_lines": ["localhost: Starting Cluster...", "Waiting for node(s) to start...", "localhost: Started"]} TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:83 ok: [/cache/centos-8.qcow2] => {"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.022938", "end": "2021-05-18 14:08:15.108960", "rc": 0, "start": "2021-05-18 14:08:15.086022", "stderr": "", "stderr_lines": [], "stdout": "localhost", "stdout_lines": ["localhost"]} TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:104 skipping: [/cache/centos-8.qcow2] => (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/tmpw60fupk6/tasks/main.yml:66 included: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ****** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:10 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.od7aroye_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/tmpw60fupk6/tasks/create-and-push-cib.yml:18 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.laxyeq73_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/tmpw60fupk6/tasks/create-and-push-cib.yml:26 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["cibadmin", "--query"], "delta": "0:00:00.011197", "end": "2021-05-18 14:08:16.531389", "rc": 0, "start": "2021-05-18 14:08:16.520192", "stderr": "", "stderr_lines": [], "stdout": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n", "stdout_lines": ["", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", ""]} TASK [linux-system-roles.ha_cluster : Write CIB configuration] ***************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:33 changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.laxyeq73_ha_cluster_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "d4aad36f1028501e6d0d085b64695ff55dafa6e2", "dest": "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "md5sum": "a5d661bce355d27f66e043fc439a0b4c", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621346896.75-92747-35133272456793/source", "state": "file", "uid": 0} changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.od7aroye_ha_cluster_original_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "d4aad36f1028501e6d0d085b64695ff55dafa6e2", "dest": "/tmp/ansible.od7aroye_ha_cluster_original_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.od7aroye_ha_cluster_original_cib_xml", "md5sum": "a5d661bce355d27f66e043fc439a0b4c", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621346897.45-92747-241465150144898/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:51 changed: [/cache/centos-8.qcow2] => {"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\"\n)]"], "delta": "0:00:00.020157", "end": "2021-05-18 14:08:18.364587", "rc": 0, "start": "2021-05-18 14:08:18.344430", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure cluster resources] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:78 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Configure resource primitive 'xvm-no-attrs'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "stonith", "create", "xvm-no-attrs", "fence_xvm"], "delta": "0:00:00.623935", "end": "2021-05-18 14:08:19.655358", "rc": 0, "start": "2021-05-18 14:08:19.031423", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'xvm-empty-attrs1'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "stonith", "create", "xvm-empty-attrs1", "fence_xvm"], "delta": "0:00:00.652976", "end": "2021-05-18 14:08:20.709501", "rc": 0, "start": "2021-05-18 14:08:20.056525", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'xvm-empty-attrs2'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "stonith", "create", "xvm-empty-attrs2", "fence_xvm"], "delta": "0:00:00.596954", "end": "2021-05-18 14:08:21.735609", "rc": 0, "start": "2021-05-18 14:08:21.138655", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'xvm-with-attrs'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "stonith", "create", "xvm-with-attrs", "fence_xvm", "pcmk_host_list=node1 node2", "delay=1", "meta", "target-role=Stopped", "an-attr=a value", "op", "monitor", "timeout=13", "interval=26", "op", "monitor", "timeout=14", "interval=28"], "delta": "0:00:00.672272", "end": "2021-05-18 14:08:22.818387", "rc": 0, "start": "2021-05-18 14:08:22.146115", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-no-attrs'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-no-attrs", "ocf:pacemaker:Dummy"], "delta": "0:00:00.608906", "end": "2021-05-18 14:08:23.834816", "rc": 0, "start": "2021-05-18 14:08:23.225910", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-empty-attrs1'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-empty-attrs1", "ocf:pacemaker:Dummy"], "delta": "0:00:00.612260", "end": "2021-05-18 14:08:24.840388", "rc": 0, "start": "2021-05-18 14:08:24.228128", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-empty-attrs2'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-empty-attrs2", "ocf:pacemaker:Dummy"], "delta": "0:00:00.585145", "end": "2021-05-18 14:08:25.818814", "rc": 0, "start": "2021-05-18 14:08:25.233669", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-with-attrs1'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-with-attrs1", "ocf:pacemaker:Dummy", "fake=fake value", "meta", "target-role=Stopped", "op", "monitor", "timeout=13"], "delta": "0:00:00.658620", "end": "2021-05-18 14:08:26.888968", "rc": 0, "start": "2021-05-18 14:08:26.230348", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-with-attrs2'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-with-attrs2", "ocf:pacemaker:Dummy", "fake=fake value", "passwd=passwd value1", "meta", "target-role=Stopped", "an-attr=a value", "op", "monitor", "timeout=13", "interval=26", "op", "monitor", "timeout=14", "interval=28"], "delta": "0:00:00.617655", "end": "2021-05-18 14:08:27.918167", "rc": 0, "start": "2021-05-18 14:08:27.300512", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-1a'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-1a", "ocf:pacemaker:Dummy"], "delta": "0:00:00.649040", "end": "2021-05-18 14:08:28.967541", "rc": 0, "start": "2021-05-18 14:08:28.318501", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-1b'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-1b", "ocf:pacemaker:Dummy"], "delta": "0:00:00.600692", "end": "2021-05-18 14:08:29.977004", "rc": 0, "start": "2021-05-18 14:08:29.376312", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-2a'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-2a", "ocf:pacemaker:Dummy"], "delta": "0:00:00.659109", "end": "2021-05-18 14:08:31.042805", "rc": 0, "start": "2021-05-18 14:08:30.383696", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-3a'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-3a", "ocf:pacemaker:Dummy"], "delta": "0:00:00.590424", "end": "2021-05-18 14:08:32.071491", "rc": 0, "start": "2021-05-18 14:08:31.481067", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-4a'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-4a", "ocf:pacemaker:Dummy"], "delta": "0:00:00.634470", "end": "2021-05-18 14:08:33.139092", "rc": 0, "start": "2021-05-18 14:08:32.504622", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-no-options'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-clone-no-options", "ocf:pacemaker:Dummy"], "delta": "0:00:00.665493", "end": "2021-05-18 14:08:34.226690", "rc": 0, "start": "2021-05-18 14:08:33.561197", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-promotable'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-clone-promotable", "ocf:pacemaker:Dummy"], "delta": "0:00:00.647369", "end": "2021-05-18 14:08:35.303788", "rc": 0, "start": "2021-05-18 14:08:34.656419", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-id'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-clone-id", "ocf:pacemaker:Dummy"], "delta": "0:00:00.609211", "end": "2021-05-18 14:08:36.385137", "rc": 0, "start": "2021-05-18 14:08:35.775926", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-empty-attrs1'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-clone-empty-attrs1", "ocf:pacemaker:Dummy"], "delta": "0:00:00.611198", "end": "2021-05-18 14:08:37.418382", "rc": 0, "start": "2021-05-18 14:08:36.807184", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-empty-attrs2'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-clone-empty-attrs2", "ocf:pacemaker:Dummy"], "delta": "0:00:00.584958", "end": "2021-05-18 14:08:38.431241", "rc": 0, "start": "2021-05-18 14:08:37.846283", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-with-attrs1'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-clone-with-attrs1", "ocf:pacemaker:Dummy"], "delta": "0:00:00.585289", "end": "2021-05-18 14:08:39.439824", "rc": 0, "start": "2021-05-18 14:08:38.854535", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure resource primitive 'dummy-clone-with-attrs2'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-create-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "create", "dummy-clone-with-attrs2", "ocf:pacemaker:Dummy"], "delta": "0:00:00.602701", "end": "2021-05-18 14:08:40.445077", "rc": 0, "start": "2021-05-18 14:08:39.842376", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:85 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-group-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-group-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-group-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-group-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Configure resource group 'group1'] ******* task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-group-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "group", "add", "group1", "dummy-1a", "dummy-1b"], "delta": "0:00:00.594339", "end": "2021-05-18 14:08:41.588970", "rc": 0, "start": "2021-05-18 14:08:40.994631", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure meta attributes of resource group 'group1'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-group-pcs-0.10.yml:18 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure resource group 'group2'] ******* task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-group-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "group", "add", "group2", "dummy-2a"], "delta": "0:00:00.597905", "end": "2021-05-18 14:08:42.627728", "rc": 0, "start": "2021-05-18 14:08:42.029823", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure meta attributes of resource group 'group2'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-group-pcs-0.10.yml:18 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure resource group 'group3'] ******* task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-group-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "group", "add", "group3", "dummy-3a"], "delta": "0:00:00.583115", "end": "2021-05-18 14:08:43.646095", "rc": 0, "start": "2021-05-18 14:08:43.062980", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure meta attributes of resource group 'group3'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-group-pcs-0.10.yml:18 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure resource group 'group4'] ******* task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-group-pcs-0.10.yml:3 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "group", "add", "group4", "dummy-4a"], "delta": "0:00:00.570031", "end": "2021-05-18 14:08:44.661204", "rc": 0, "start": "2021-05-18 14:08:44.091173", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure meta attributes of resource group 'group4'] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-group-pcs-0.10.yml:18 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "meta", "group4", "target-role=Stopped", "an-attr=a value"], "delta": "0:00:00.567395", "end": "2021-05-18 14:08:45.630696", "rc": 0, "start": "2021-05-18 14:08:45.063301", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:91 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml for /cache/centos-8.qcow2 included: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check 'dummy-clone-no-options' resource clone options] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:3 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure 'dummy-clone-no-options' resource clone] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:24 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "clone", "dummy-clone-no-options"], "delta": "0:00:00.569109", "end": "2021-05-18 14:08:46.847311", "rc": 0, "start": "2021-05-18 14:08:46.278202", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Check 'dummy-clone-promotable' resource clone options] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:3 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure 'dummy-clone-promotable' resource clone] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:24 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "promotable", "dummy-clone-promotable"], "delta": "0:00:00.588716", "end": "2021-05-18 14:08:47.916736", "rc": 0, "start": "2021-05-18 14:08:47.328020", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Check 'dummy-clone-id' resource clone options] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:3 fatal: [/cache/centos-8.qcow2]: FAILED! => {"changed": false, "msg": "Custom clone id 'custom-clone-id1' is ignored for resource clone 'dummy-clone-id', please upgrade pcs\n"} ...ignoring TASK [linux-system-roles.ha_cluster : Configure 'dummy-clone-id' resource clone] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:24 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "clone", "dummy-clone-id"], "delta": "0:00:00.571901", "end": "2021-05-18 14:08:49.009796", "rc": 0, "start": "2021-05-18 14:08:48.437895", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Check 'dummy-clone-empty-attrs1' resource clone options] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:3 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure 'dummy-clone-empty-attrs1' resource clone] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:24 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "clone", "dummy-clone-empty-attrs1"], "delta": "0:00:00.609101", "end": "2021-05-18 14:08:50.064932", "rc": 0, "start": "2021-05-18 14:08:49.455831", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Check 'dummy-clone-empty-attrs2' resource clone options] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:3 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure 'dummy-clone-empty-attrs2' resource clone] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:24 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "clone", "dummy-clone-empty-attrs2"], "delta": "0:00:00.576525", "end": "2021-05-18 14:08:51.095160", "rc": 0, "start": "2021-05-18 14:08:50.518635", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Check 'dummy-clone-with-attrs1' resource clone options] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:3 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure 'dummy-clone-with-attrs1' resource clone] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:24 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "clone", "dummy-clone-with-attrs1", "target-role=Stopped"], "delta": "0:00:00.600007", "end": "2021-05-18 14:08:52.145790", "rc": 0, "start": "2021-05-18 14:08:51.545783", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Check 'dummy-clone-with-attrs2' resource clone options] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:3 fatal: [/cache/centos-8.qcow2]: FAILED! => {"changed": false, "msg": "Custom clone id 'custom-clone-id2' is ignored for resource clone 'dummy-clone-with-attrs2', please upgrade pcs\n"} ...ignoring TASK [linux-system-roles.ha_cluster : Configure 'dummy-clone-with-attrs2' resource clone] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:24 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "promotable", "dummy-clone-with-attrs2", "target-role=Stopped", "an-attr=a value"], "delta": "0:00:00.554168", "end": "2021-05-18 14:08:53.160940", "rc": 0, "start": "2021-05-18 14:08:52.606772", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Check 'group3' resource clone options] *** task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:3 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure 'group3' resource clone] ******* task path: /tmp/tmpw60fupk6/tasks/pcs-cib-resource-clone-pcs-0.10.yml:24 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "-f", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "resource", "clone", "group3"], "delta": "0:00:00.562928", "end": "2021-05-18 14:08:54.172726", "rc": 0, "start": "2021-05-18 14:08:53.609798", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:100 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.8uodf9m2_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/tmpw60fupk6/tasks/create-and-push-cib.yml:108 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["crm_diff", "--no-version", "--original", "/tmp/ansible.od7aroye_ha_cluster_original_cib_xml", "--new", "/tmp/ansible.laxyeq73_ha_cluster_cib_xml"], "delta": "0:00:00.007678", "end": "2021-05-18 14:08:54.956908", "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "start": "2021-05-18 14:08:54.949230", "stderr": "", "stderr_lines": [], "stdout": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n", "stdout_lines": ["", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", ""]} TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:121 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "2c4940f8f4c54d99f1e52683949bef9dbe6d7949", "dest": "/tmp/ansible.8uodf9m2_ha_cluster_cib_diff", "gid": 0, "group": "root", "md5sum": "38c616912d117ccee09eb9f49c9c329d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 19046, "src": "/root/.ansible/tmp/ansible-tmp-1621346935.19-93420-65269939991467/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Push CIB diff to the cluster if it has any changes] *** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:132 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["cibadmin", "--verbose", "--patch", "--xml-file", "/tmp/ansible.8uodf9m2_ha_cluster_cib_diff"], "delta": "0:00:00.018681", "end": "2021-05-18 14:08:56.087613", "rc": 0, "start": "2021-05-18 14:08:56.068932", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ******************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:140 changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.laxyeq73_ha_cluster_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.laxyeq73_ha_cluster_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.od7aroye_ha_cluster_original_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.od7aroye_ha_cluster_original_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.od7aroye_ha_cluster_original_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.8uodf9m2_ha_cluster_cib_diff', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.8uodf9m2_ha_cluster_cib_diff", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.8uodf9m2_ha_cluster_cib_diff", "state": "absent"} TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpw60fupk6/tasks/main.yml:73 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] *************** task path: /tmp/tmpw60fupk6/tasks/main.yml:76 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Fetch pcs capabilities] ************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cib_resources_create.yml:200 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "--version", "--full"], "delta": "0:00:00.522385", "end": "2021-05-18 14:08:58.274194", "rc": 0, "start": "2021-05-18 14:08:57.751809", "stderr": "", "stderr_lines": [], "stdout": "0.10.6\nbooth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed", "stdout_lines": ["0.10.6", "booth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed"]} TASK [Parse pcs capabilities] ************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cib_resources_create.yml:205 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__test_pcs_capabilities": ["booth", "cluster.config.backup-local", "cluster.config.export.to-pcs-commands", "cluster.config.import-cman", "cluster.config.restore-cluster", "cluster.config.restore-local", "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.config.get", "corosync.config.reload", "corosync.config.sync-to-local-cluster", "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.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.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.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-rsc-op", "pcmk.properties.resource-defaults", "pcmk.properties.resource-defaults.multiple", "pcmk.properties.resource-defaults.rule-rsc-op", "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.meta-in-create", "pcmk.resource.clone.wait", "pcmk.resource.create", "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.wait", "pcmk.resource.debug", "pcmk.resource.delete", "pcmk.resource.disable.safe", "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.promotable", "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.strict", "pcmk.stonith.create", "pcmk.stonith.create.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "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.node-attr", "pcmk.stonith.levels.node-regexp", "pcmk.stonith.refresh", "pcmk.stonith.refresh.strict", "pcmk.stonith.update", "pcmk.tag", "pcmk.tag.resources", "pcs.auth.client", "pcs.auth.client.cluster", "pcs.auth.deauth-client", "pcs.auth.deauth-server", "pcs.auth.no-bidirectional", "pcs.auth.separated-name-and-address", "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", "sbd", "sbd.option-timeout-action", "sbd.shared-block-device", "status.corosync.membership", "status.pcmk.resources.hide-inactive", "status.pcmk.resources.orphaned", "status.pcmk.xml", "stonith-agents.describe", "stonith-agents.list", "stonith-agents.list.detailed"]}, "changed": false} TASK [Fetch stonith configuration from the cluster] **************************** task path: /tmp/tmpw60fupk6/tests/tests_cib_resources_create.yml:211 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "stonith", "config"], "delta": "0:00:00.542413", "end": "2021-05-18 14:08:59.271502", "rc": 0, "start": "2021-05-18 14:08:58.729089", "stderr": "", "stderr_lines": [], "stdout": " Resource: xvm-no-attrs (class=stonith type=fence_xvm)\n Operations: monitor interval=60s (xvm-no-attrs-monitor-interval-60s)\n Resource: xvm-empty-attrs1 (class=stonith type=fence_xvm)\n Operations: monitor interval=60s (xvm-empty-attrs1-monitor-interval-60s)\n Resource: xvm-empty-attrs2 (class=stonith type=fence_xvm)\n Operations: monitor interval=60s (xvm-empty-attrs2-monitor-interval-60s)\n Resource: xvm-with-attrs (class=stonith type=fence_xvm)\n Attributes: delay=1 pcmk_host_list=\"node1 node2\"\n Meta Attrs: an-attr=\"a value\" target-role=Stopped\n Operations: monitor interval=26 timeout=13 (xvm-with-attrs-monitor-interval-26)\n monitor interval=28 timeout=14 (xvm-with-attrs-monitor-interval-28)", "stdout_lines": [" Resource: xvm-no-attrs (class=stonith type=fence_xvm)", " Operations: monitor interval=60s (xvm-no-attrs-monitor-interval-60s)", " Resource: xvm-empty-attrs1 (class=stonith type=fence_xvm)", " Operations: monitor interval=60s (xvm-empty-attrs1-monitor-interval-60s)", " Resource: xvm-empty-attrs2 (class=stonith type=fence_xvm)", " Operations: monitor interval=60s (xvm-empty-attrs2-monitor-interval-60s)", " Resource: xvm-with-attrs (class=stonith type=fence_xvm)", " Attributes: delay=1 pcmk_host_list=\"node1 node2\"", " Meta Attrs: an-attr=\"a value\" target-role=Stopped", " Operations: monitor interval=26 timeout=13 (xvm-with-attrs-monitor-interval-26)", " monitor interval=28 timeout=14 (xvm-with-attrs-monitor-interval-28)"]} TASK [Fetch resource configuration from the cluster] *************************** task path: /tmp/tmpw60fupk6/tests/tests_cib_resources_create.yml:216 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "resource", "config"], "delta": "0:00:00.519582", "end": "2021-05-18 14:09:00.166585", "rc": 0, "start": "2021-05-18 14:08:59.647003", "stderr": "", "stderr_lines": [], "stdout": " Resource: dummy-no-attrs (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-no-attrs-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-no-attrs-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-no-attrs-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-no-attrs-reload-interval-0s)\n start interval=0s timeout=20s (dummy-no-attrs-start-interval-0s)\n stop interval=0s timeout=20s (dummy-no-attrs-stop-interval-0s)\n Resource: dummy-empty-attrs1 (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-empty-attrs1-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-empty-attrs1-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-empty-attrs1-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-empty-attrs1-reload-interval-0s)\n start interval=0s timeout=20s (dummy-empty-attrs1-start-interval-0s)\n stop interval=0s timeout=20s (dummy-empty-attrs1-stop-interval-0s)\n Resource: dummy-empty-attrs2 (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-empty-attrs2-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-empty-attrs2-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-empty-attrs2-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-empty-attrs2-reload-interval-0s)\n start interval=0s timeout=20s (dummy-empty-attrs2-start-interval-0s)\n stop interval=0s timeout=20s (dummy-empty-attrs2-stop-interval-0s)\n Resource: dummy-with-attrs1 (class=ocf provider=pacemaker type=Dummy)\n Attributes: fake=\"fake value\"\n Meta Attrs: target-role=Stopped\n Operations: migrate_from interval=0s timeout=20s (dummy-with-attrs1-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-with-attrs1-migrate_to-interval-0s)\n monitor interval=60s timeout=13 (dummy-with-attrs1-monitor-interval-60s)\n reload interval=0s timeout=20s (dummy-with-attrs1-reload-interval-0s)\n start interval=0s timeout=20s (dummy-with-attrs1-start-interval-0s)\n stop interval=0s timeout=20s (dummy-with-attrs1-stop-interval-0s)\n Resource: dummy-with-attrs2 (class=ocf provider=pacemaker type=Dummy)\n Attributes: fake=\"fake value\" passwd=\"passwd value1\"\n Meta Attrs: an-attr=\"a value\" target-role=Stopped\n Operations: migrate_from interval=0s timeout=20s (dummy-with-attrs2-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-with-attrs2-migrate_to-interval-0s)\n monitor interval=26 timeout=13 (dummy-with-attrs2-monitor-interval-26)\n monitor interval=28 timeout=14 (dummy-with-attrs2-monitor-interval-28)\n reload interval=0s timeout=20s (dummy-with-attrs2-reload-interval-0s)\n start interval=0s timeout=20s (dummy-with-attrs2-start-interval-0s)\n stop interval=0s timeout=20s (dummy-with-attrs2-stop-interval-0s)\n Group: group1\n Resource: dummy-1a (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-1a-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-1a-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-1a-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-1a-reload-interval-0s)\n start interval=0s timeout=20s (dummy-1a-start-interval-0s)\n stop interval=0s timeout=20s (dummy-1a-stop-interval-0s)\n Resource: dummy-1b (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-1b-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-1b-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-1b-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-1b-reload-interval-0s)\n start interval=0s timeout=20s (dummy-1b-start-interval-0s)\n stop interval=0s timeout=20s (dummy-1b-stop-interval-0s)\n Group: group2\n Resource: dummy-2a (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-2a-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-2a-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-2a-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-2a-reload-interval-0s)\n start interval=0s timeout=20s (dummy-2a-start-interval-0s)\n stop interval=0s timeout=20s (dummy-2a-stop-interval-0s)\n Group: group4\n Meta Attrs: an-attr=\"a value\" target-role=Stopped\n Resource: dummy-4a (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-4a-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-4a-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-4a-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-4a-reload-interval-0s)\n start interval=0s timeout=20s (dummy-4a-start-interval-0s)\n stop interval=0s timeout=20s (dummy-4a-stop-interval-0s)\n Clone: dummy-clone-no-options-clone\n Resource: dummy-clone-no-options (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-clone-no-options-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-clone-no-options-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-clone-no-options-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-clone-no-options-reload-interval-0s)\n start interval=0s timeout=20s (dummy-clone-no-options-start-interval-0s)\n stop interval=0s timeout=20s (dummy-clone-no-options-stop-interval-0s)\n Clone: dummy-clone-promotable-clone\n Meta Attrs: promotable=true\n Resource: dummy-clone-promotable (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-clone-promotable-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-clone-promotable-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-clone-promotable-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-clone-promotable-reload-interval-0s)\n start interval=0s timeout=20s (dummy-clone-promotable-start-interval-0s)\n stop interval=0s timeout=20s (dummy-clone-promotable-stop-interval-0s)\n Clone: dummy-clone-id-clone\n Resource: dummy-clone-id (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-clone-id-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-clone-id-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-clone-id-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-clone-id-reload-interval-0s)\n start interval=0s timeout=20s (dummy-clone-id-start-interval-0s)\n stop interval=0s timeout=20s (dummy-clone-id-stop-interval-0s)\n Clone: dummy-clone-empty-attrs1-clone\n Resource: dummy-clone-empty-attrs1 (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-clone-empty-attrs1-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-clone-empty-attrs1-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-clone-empty-attrs1-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-clone-empty-attrs1-reload-interval-0s)\n start interval=0s timeout=20s (dummy-clone-empty-attrs1-start-interval-0s)\n stop interval=0s timeout=20s (dummy-clone-empty-attrs1-stop-interval-0s)\n Clone: dummy-clone-empty-attrs2-clone\n Resource: dummy-clone-empty-attrs2 (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-clone-empty-attrs2-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-clone-empty-attrs2-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-clone-empty-attrs2-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-clone-empty-attrs2-reload-interval-0s)\n start interval=0s timeout=20s (dummy-clone-empty-attrs2-start-interval-0s)\n stop interval=0s timeout=20s (dummy-clone-empty-attrs2-stop-interval-0s)\n Clone: dummy-clone-with-attrs1-clone\n Meta Attrs: target-role=Stopped\n Resource: dummy-clone-with-attrs1 (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-clone-with-attrs1-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-clone-with-attrs1-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-clone-with-attrs1-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-clone-with-attrs1-reload-interval-0s)\n start interval=0s timeout=20s (dummy-clone-with-attrs1-start-interval-0s)\n stop interval=0s timeout=20s (dummy-clone-with-attrs1-stop-interval-0s)\n Clone: dummy-clone-with-attrs2-clone\n Meta Attrs: an-attr=\"a value\" promotable=true target-role=Stopped\n Resource: dummy-clone-with-attrs2 (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-clone-with-attrs2-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-clone-with-attrs2-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-clone-with-attrs2-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-clone-with-attrs2-reload-interval-0s)\n start interval=0s timeout=20s (dummy-clone-with-attrs2-start-interval-0s)\n stop interval=0s timeout=20s (dummy-clone-with-attrs2-stop-interval-0s)\n Clone: group3-clone\n Group: group3\n Resource: dummy-3a (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-3a-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-3a-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-3a-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-3a-reload-interval-0s)\n start interval=0s timeout=20s (dummy-3a-start-interval-0s)\n stop interval=0s timeout=20s (dummy-3a-stop-interval-0s)", "stdout_lines": [" Resource: dummy-no-attrs (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-no-attrs-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-no-attrs-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-no-attrs-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-no-attrs-reload-interval-0s)", " start interval=0s timeout=20s (dummy-no-attrs-start-interval-0s)", " stop interval=0s timeout=20s (dummy-no-attrs-stop-interval-0s)", " Resource: dummy-empty-attrs1 (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-empty-attrs1-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-empty-attrs1-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-empty-attrs1-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-empty-attrs1-reload-interval-0s)", " start interval=0s timeout=20s (dummy-empty-attrs1-start-interval-0s)", " stop interval=0s timeout=20s (dummy-empty-attrs1-stop-interval-0s)", " Resource: dummy-empty-attrs2 (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-empty-attrs2-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-empty-attrs2-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-empty-attrs2-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-empty-attrs2-reload-interval-0s)", " start interval=0s timeout=20s (dummy-empty-attrs2-start-interval-0s)", " stop interval=0s timeout=20s (dummy-empty-attrs2-stop-interval-0s)", " Resource: dummy-with-attrs1 (class=ocf provider=pacemaker type=Dummy)", " Attributes: fake=\"fake value\"", " Meta Attrs: target-role=Stopped", " Operations: migrate_from interval=0s timeout=20s (dummy-with-attrs1-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-with-attrs1-migrate_to-interval-0s)", " monitor interval=60s timeout=13 (dummy-with-attrs1-monitor-interval-60s)", " reload interval=0s timeout=20s (dummy-with-attrs1-reload-interval-0s)", " start interval=0s timeout=20s (dummy-with-attrs1-start-interval-0s)", " stop interval=0s timeout=20s (dummy-with-attrs1-stop-interval-0s)", " Resource: dummy-with-attrs2 (class=ocf provider=pacemaker type=Dummy)", " Attributes: fake=\"fake value\" passwd=\"passwd value1\"", " Meta Attrs: an-attr=\"a value\" target-role=Stopped", " Operations: migrate_from interval=0s timeout=20s (dummy-with-attrs2-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-with-attrs2-migrate_to-interval-0s)", " monitor interval=26 timeout=13 (dummy-with-attrs2-monitor-interval-26)", " monitor interval=28 timeout=14 (dummy-with-attrs2-monitor-interval-28)", " reload interval=0s timeout=20s (dummy-with-attrs2-reload-interval-0s)", " start interval=0s timeout=20s (dummy-with-attrs2-start-interval-0s)", " stop interval=0s timeout=20s (dummy-with-attrs2-stop-interval-0s)", " Group: group1", " Resource: dummy-1a (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-1a-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-1a-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-1a-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-1a-reload-interval-0s)", " start interval=0s timeout=20s (dummy-1a-start-interval-0s)", " stop interval=0s timeout=20s (dummy-1a-stop-interval-0s)", " Resource: dummy-1b (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-1b-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-1b-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-1b-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-1b-reload-interval-0s)", " start interval=0s timeout=20s (dummy-1b-start-interval-0s)", " stop interval=0s timeout=20s (dummy-1b-stop-interval-0s)", " Group: group2", " Resource: dummy-2a (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-2a-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-2a-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-2a-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-2a-reload-interval-0s)", " start interval=0s timeout=20s (dummy-2a-start-interval-0s)", " stop interval=0s timeout=20s (dummy-2a-stop-interval-0s)", " Group: group4", " Meta Attrs: an-attr=\"a value\" target-role=Stopped", " Resource: dummy-4a (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-4a-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-4a-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-4a-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-4a-reload-interval-0s)", " start interval=0s timeout=20s (dummy-4a-start-interval-0s)", " stop interval=0s timeout=20s (dummy-4a-stop-interval-0s)", " Clone: dummy-clone-no-options-clone", " Resource: dummy-clone-no-options (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-clone-no-options-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-clone-no-options-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-clone-no-options-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-clone-no-options-reload-interval-0s)", " start interval=0s timeout=20s (dummy-clone-no-options-start-interval-0s)", " stop interval=0s timeout=20s (dummy-clone-no-options-stop-interval-0s)", " Clone: dummy-clone-promotable-clone", " Meta Attrs: promotable=true", " Resource: dummy-clone-promotable (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-clone-promotable-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-clone-promotable-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-clone-promotable-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-clone-promotable-reload-interval-0s)", " start interval=0s timeout=20s (dummy-clone-promotable-start-interval-0s)", " stop interval=0s timeout=20s (dummy-clone-promotable-stop-interval-0s)", " Clone: dummy-clone-id-clone", " Resource: dummy-clone-id (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-clone-id-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-clone-id-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-clone-id-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-clone-id-reload-interval-0s)", " start interval=0s timeout=20s (dummy-clone-id-start-interval-0s)", " stop interval=0s timeout=20s (dummy-clone-id-stop-interval-0s)", " Clone: dummy-clone-empty-attrs1-clone", " Resource: dummy-clone-empty-attrs1 (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-clone-empty-attrs1-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-clone-empty-attrs1-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-clone-empty-attrs1-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-clone-empty-attrs1-reload-interval-0s)", " start interval=0s timeout=20s (dummy-clone-empty-attrs1-start-interval-0s)", " stop interval=0s timeout=20s (dummy-clone-empty-attrs1-stop-interval-0s)", " Clone: dummy-clone-empty-attrs2-clone", " Resource: dummy-clone-empty-attrs2 (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-clone-empty-attrs2-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-clone-empty-attrs2-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-clone-empty-attrs2-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-clone-empty-attrs2-reload-interval-0s)", " start interval=0s timeout=20s (dummy-clone-empty-attrs2-start-interval-0s)", " stop interval=0s timeout=20s (dummy-clone-empty-attrs2-stop-interval-0s)", " Clone: dummy-clone-with-attrs1-clone", " Meta Attrs: target-role=Stopped", " Resource: dummy-clone-with-attrs1 (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-clone-with-attrs1-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-clone-with-attrs1-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-clone-with-attrs1-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-clone-with-attrs1-reload-interval-0s)", " start interval=0s timeout=20s (dummy-clone-with-attrs1-start-interval-0s)", " stop interval=0s timeout=20s (dummy-clone-with-attrs1-stop-interval-0s)", " Clone: dummy-clone-with-attrs2-clone", " Meta Attrs: an-attr=\"a value\" promotable=true target-role=Stopped", " Resource: dummy-clone-with-attrs2 (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-clone-with-attrs2-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-clone-with-attrs2-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-clone-with-attrs2-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-clone-with-attrs2-reload-interval-0s)", " start interval=0s timeout=20s (dummy-clone-with-attrs2-start-interval-0s)", " stop interval=0s timeout=20s (dummy-clone-with-attrs2-stop-interval-0s)", " Clone: group3-clone", " Group: group3", " Resource: dummy-3a (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-3a-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-3a-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-3a-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-3a-reload-interval-0s)", " start interval=0s timeout=20s (dummy-3a-start-interval-0s)", " stop interval=0s timeout=20s (dummy-3a-stop-interval-0s)"]} TASK [Debug stonith configuration] ********************************************* task path: /tmp/tmpw60fupk6/tests/tests_cib_resources_create.yml:221 ok: [/cache/centos-8.qcow2] => { "__test_pcs_stonith_config": { "changed": true, "cmd": [ "pcs", "stonith", "config" ], "delta": "0:00:00.542413", "end": "2021-05-18 14:08:59.271502", "failed": false, "rc": 0, "start": "2021-05-18 14:08:58.729089", "stderr": "", "stderr_lines": [], "stdout": " Resource: xvm-no-attrs (class=stonith type=fence_xvm)\n Operations: monitor interval=60s (xvm-no-attrs-monitor-interval-60s)\n Resource: xvm-empty-attrs1 (class=stonith type=fence_xvm)\n Operations: monitor interval=60s (xvm-empty-attrs1-monitor-interval-60s)\n Resource: xvm-empty-attrs2 (class=stonith type=fence_xvm)\n Operations: monitor interval=60s (xvm-empty-attrs2-monitor-interval-60s)\n Resource: xvm-with-attrs (class=stonith type=fence_xvm)\n Attributes: delay=1 pcmk_host_list=\"node1 node2\"\n Meta Attrs: an-attr=\"a value\" target-role=Stopped\n Operations: monitor interval=26 timeout=13 (xvm-with-attrs-monitor-interval-26)\n monitor interval=28 timeout=14 (xvm-with-attrs-monitor-interval-28)", "stdout_lines": [ " Resource: xvm-no-attrs (class=stonith type=fence_xvm)", " Operations: monitor interval=60s (xvm-no-attrs-monitor-interval-60s)", " Resource: xvm-empty-attrs1 (class=stonith type=fence_xvm)", " Operations: monitor interval=60s (xvm-empty-attrs1-monitor-interval-60s)", " Resource: xvm-empty-attrs2 (class=stonith type=fence_xvm)", " Operations: monitor interval=60s (xvm-empty-attrs2-monitor-interval-60s)", " Resource: xvm-with-attrs (class=stonith type=fence_xvm)", " Attributes: delay=1 pcmk_host_list=\"node1 node2\"", " Meta Attrs: an-attr=\"a value\" target-role=Stopped", " Operations: monitor interval=26 timeout=13 (xvm-with-attrs-monitor-interval-26)", " monitor interval=28 timeout=14 (xvm-with-attrs-monitor-interval-28)" ] } } TASK [Debug resource configuration] ******************************************** task path: /tmp/tmpw60fupk6/tests/tests_cib_resources_create.yml:225 ok: [/cache/centos-8.qcow2] => { "__test_pcs_resource_config": { "changed": true, "cmd": [ "pcs", "resource", "config" ], "delta": "0:00:00.519582", "end": "2021-05-18 14:09:00.166585", "failed": false, "rc": 0, "start": "2021-05-18 14:08:59.647003", "stderr": "", "stderr_lines": [], "stdout": " Resource: dummy-no-attrs (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-no-attrs-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-no-attrs-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-no-attrs-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-no-attrs-reload-interval-0s)\n start interval=0s timeout=20s (dummy-no-attrs-start-interval-0s)\n stop interval=0s timeout=20s (dummy-no-attrs-stop-interval-0s)\n Resource: dummy-empty-attrs1 (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-empty-attrs1-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-empty-attrs1-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-empty-attrs1-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-empty-attrs1-reload-interval-0s)\n start interval=0s timeout=20s (dummy-empty-attrs1-start-interval-0s)\n stop interval=0s timeout=20s (dummy-empty-attrs1-stop-interval-0s)\n Resource: dummy-empty-attrs2 (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-empty-attrs2-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-empty-attrs2-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-empty-attrs2-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-empty-attrs2-reload-interval-0s)\n start interval=0s timeout=20s (dummy-empty-attrs2-start-interval-0s)\n stop interval=0s timeout=20s (dummy-empty-attrs2-stop-interval-0s)\n Resource: dummy-with-attrs1 (class=ocf provider=pacemaker type=Dummy)\n Attributes: fake=\"fake value\"\n Meta Attrs: target-role=Stopped\n Operations: migrate_from interval=0s timeout=20s (dummy-with-attrs1-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-with-attrs1-migrate_to-interval-0s)\n monitor interval=60s timeout=13 (dummy-with-attrs1-monitor-interval-60s)\n reload interval=0s timeout=20s (dummy-with-attrs1-reload-interval-0s)\n start interval=0s timeout=20s (dummy-with-attrs1-start-interval-0s)\n stop interval=0s timeout=20s (dummy-with-attrs1-stop-interval-0s)\n Resource: dummy-with-attrs2 (class=ocf provider=pacemaker type=Dummy)\n Attributes: fake=\"fake value\" passwd=\"passwd value1\"\n Meta Attrs: an-attr=\"a value\" target-role=Stopped\n Operations: migrate_from interval=0s timeout=20s (dummy-with-attrs2-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-with-attrs2-migrate_to-interval-0s)\n monitor interval=26 timeout=13 (dummy-with-attrs2-monitor-interval-26)\n monitor interval=28 timeout=14 (dummy-with-attrs2-monitor-interval-28)\n reload interval=0s timeout=20s (dummy-with-attrs2-reload-interval-0s)\n start interval=0s timeout=20s (dummy-with-attrs2-start-interval-0s)\n stop interval=0s timeout=20s (dummy-with-attrs2-stop-interval-0s)\n Group: group1\n Resource: dummy-1a (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-1a-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-1a-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-1a-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-1a-reload-interval-0s)\n start interval=0s timeout=20s (dummy-1a-start-interval-0s)\n stop interval=0s timeout=20s (dummy-1a-stop-interval-0s)\n Resource: dummy-1b (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-1b-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-1b-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-1b-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-1b-reload-interval-0s)\n start interval=0s timeout=20s (dummy-1b-start-interval-0s)\n stop interval=0s timeout=20s (dummy-1b-stop-interval-0s)\n Group: group2\n Resource: dummy-2a (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-2a-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-2a-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-2a-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-2a-reload-interval-0s)\n start interval=0s timeout=20s (dummy-2a-start-interval-0s)\n stop interval=0s timeout=20s (dummy-2a-stop-interval-0s)\n Group: group4\n Meta Attrs: an-attr=\"a value\" target-role=Stopped\n Resource: dummy-4a (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-4a-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-4a-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-4a-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-4a-reload-interval-0s)\n start interval=0s timeout=20s (dummy-4a-start-interval-0s)\n stop interval=0s timeout=20s (dummy-4a-stop-interval-0s)\n Clone: dummy-clone-no-options-clone\n Resource: dummy-clone-no-options (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-clone-no-options-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-clone-no-options-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-clone-no-options-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-clone-no-options-reload-interval-0s)\n start interval=0s timeout=20s (dummy-clone-no-options-start-interval-0s)\n stop interval=0s timeout=20s (dummy-clone-no-options-stop-interval-0s)\n Clone: dummy-clone-promotable-clone\n Meta Attrs: promotable=true\n Resource: dummy-clone-promotable (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-clone-promotable-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-clone-promotable-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-clone-promotable-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-clone-promotable-reload-interval-0s)\n start interval=0s timeout=20s (dummy-clone-promotable-start-interval-0s)\n stop interval=0s timeout=20s (dummy-clone-promotable-stop-interval-0s)\n Clone: dummy-clone-id-clone\n Resource: dummy-clone-id (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-clone-id-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-clone-id-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-clone-id-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-clone-id-reload-interval-0s)\n start interval=0s timeout=20s (dummy-clone-id-start-interval-0s)\n stop interval=0s timeout=20s (dummy-clone-id-stop-interval-0s)\n Clone: dummy-clone-empty-attrs1-clone\n Resource: dummy-clone-empty-attrs1 (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-clone-empty-attrs1-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-clone-empty-attrs1-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-clone-empty-attrs1-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-clone-empty-attrs1-reload-interval-0s)\n start interval=0s timeout=20s (dummy-clone-empty-attrs1-start-interval-0s)\n stop interval=0s timeout=20s (dummy-clone-empty-attrs1-stop-interval-0s)\n Clone: dummy-clone-empty-attrs2-clone\n Resource: dummy-clone-empty-attrs2 (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-clone-empty-attrs2-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-clone-empty-attrs2-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-clone-empty-attrs2-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-clone-empty-attrs2-reload-interval-0s)\n start interval=0s timeout=20s (dummy-clone-empty-attrs2-start-interval-0s)\n stop interval=0s timeout=20s (dummy-clone-empty-attrs2-stop-interval-0s)\n Clone: dummy-clone-with-attrs1-clone\n Meta Attrs: target-role=Stopped\n Resource: dummy-clone-with-attrs1 (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-clone-with-attrs1-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-clone-with-attrs1-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-clone-with-attrs1-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-clone-with-attrs1-reload-interval-0s)\n start interval=0s timeout=20s (dummy-clone-with-attrs1-start-interval-0s)\n stop interval=0s timeout=20s (dummy-clone-with-attrs1-stop-interval-0s)\n Clone: dummy-clone-with-attrs2-clone\n Meta Attrs: an-attr=\"a value\" promotable=true target-role=Stopped\n Resource: dummy-clone-with-attrs2 (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-clone-with-attrs2-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-clone-with-attrs2-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-clone-with-attrs2-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-clone-with-attrs2-reload-interval-0s)\n start interval=0s timeout=20s (dummy-clone-with-attrs2-start-interval-0s)\n stop interval=0s timeout=20s (dummy-clone-with-attrs2-stop-interval-0s)\n Clone: group3-clone\n Group: group3\n Resource: dummy-3a (class=ocf provider=pacemaker type=Dummy)\n Operations: migrate_from interval=0s timeout=20s (dummy-3a-migrate_from-interval-0s)\n migrate_to interval=0s timeout=20s (dummy-3a-migrate_to-interval-0s)\n monitor interval=10s timeout=20s (dummy-3a-monitor-interval-10s)\n reload interval=0s timeout=20s (dummy-3a-reload-interval-0s)\n start interval=0s timeout=20s (dummy-3a-start-interval-0s)\n stop interval=0s timeout=20s (dummy-3a-stop-interval-0s)", "stdout_lines": [ " Resource: dummy-no-attrs (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-no-attrs-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-no-attrs-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-no-attrs-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-no-attrs-reload-interval-0s)", " start interval=0s timeout=20s (dummy-no-attrs-start-interval-0s)", " stop interval=0s timeout=20s (dummy-no-attrs-stop-interval-0s)", " Resource: dummy-empty-attrs1 (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-empty-attrs1-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-empty-attrs1-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-empty-attrs1-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-empty-attrs1-reload-interval-0s)", " start interval=0s timeout=20s (dummy-empty-attrs1-start-interval-0s)", " stop interval=0s timeout=20s (dummy-empty-attrs1-stop-interval-0s)", " Resource: dummy-empty-attrs2 (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-empty-attrs2-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-empty-attrs2-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-empty-attrs2-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-empty-attrs2-reload-interval-0s)", " start interval=0s timeout=20s (dummy-empty-attrs2-start-interval-0s)", " stop interval=0s timeout=20s (dummy-empty-attrs2-stop-interval-0s)", " Resource: dummy-with-attrs1 (class=ocf provider=pacemaker type=Dummy)", " Attributes: fake=\"fake value\"", " Meta Attrs: target-role=Stopped", " Operations: migrate_from interval=0s timeout=20s (dummy-with-attrs1-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-with-attrs1-migrate_to-interval-0s)", " monitor interval=60s timeout=13 (dummy-with-attrs1-monitor-interval-60s)", " reload interval=0s timeout=20s (dummy-with-attrs1-reload-interval-0s)", " start interval=0s timeout=20s (dummy-with-attrs1-start-interval-0s)", " stop interval=0s timeout=20s (dummy-with-attrs1-stop-interval-0s)", " Resource: dummy-with-attrs2 (class=ocf provider=pacemaker type=Dummy)", " Attributes: fake=\"fake value\" passwd=\"passwd value1\"", " Meta Attrs: an-attr=\"a value\" target-role=Stopped", " Operations: migrate_from interval=0s timeout=20s (dummy-with-attrs2-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-with-attrs2-migrate_to-interval-0s)", " monitor interval=26 timeout=13 (dummy-with-attrs2-monitor-interval-26)", " monitor interval=28 timeout=14 (dummy-with-attrs2-monitor-interval-28)", " reload interval=0s timeout=20s (dummy-with-attrs2-reload-interval-0s)", " start interval=0s timeout=20s (dummy-with-attrs2-start-interval-0s)", " stop interval=0s timeout=20s (dummy-with-attrs2-stop-interval-0s)", " Group: group1", " Resource: dummy-1a (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-1a-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-1a-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-1a-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-1a-reload-interval-0s)", " start interval=0s timeout=20s (dummy-1a-start-interval-0s)", " stop interval=0s timeout=20s (dummy-1a-stop-interval-0s)", " Resource: dummy-1b (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-1b-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-1b-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-1b-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-1b-reload-interval-0s)", " start interval=0s timeout=20s (dummy-1b-start-interval-0s)", " stop interval=0s timeout=20s (dummy-1b-stop-interval-0s)", " Group: group2", " Resource: dummy-2a (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-2a-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-2a-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-2a-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-2a-reload-interval-0s)", " start interval=0s timeout=20s (dummy-2a-start-interval-0s)", " stop interval=0s timeout=20s (dummy-2a-stop-interval-0s)", " Group: group4", " Meta Attrs: an-attr=\"a value\" target-role=Stopped", " Resource: dummy-4a (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-4a-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-4a-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-4a-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-4a-reload-interval-0s)", " start interval=0s timeout=20s (dummy-4a-start-interval-0s)", " stop interval=0s timeout=20s (dummy-4a-stop-interval-0s)", " Clone: dummy-clone-no-options-clone", " Resource: dummy-clone-no-options (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-clone-no-options-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-clone-no-options-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-clone-no-options-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-clone-no-options-reload-interval-0s)", " start interval=0s timeout=20s (dummy-clone-no-options-start-interval-0s)", " stop interval=0s timeout=20s (dummy-clone-no-options-stop-interval-0s)", " Clone: dummy-clone-promotable-clone", " Meta Attrs: promotable=true", " Resource: dummy-clone-promotable (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-clone-promotable-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-clone-promotable-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-clone-promotable-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-clone-promotable-reload-interval-0s)", " start interval=0s timeout=20s (dummy-clone-promotable-start-interval-0s)", " stop interval=0s timeout=20s (dummy-clone-promotable-stop-interval-0s)", " Clone: dummy-clone-id-clone", " Resource: dummy-clone-id (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-clone-id-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-clone-id-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-clone-id-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-clone-id-reload-interval-0s)", " start interval=0s timeout=20s (dummy-clone-id-start-interval-0s)", " stop interval=0s timeout=20s (dummy-clone-id-stop-interval-0s)", " Clone: dummy-clone-empty-attrs1-clone", " Resource: dummy-clone-empty-attrs1 (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-clone-empty-attrs1-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-clone-empty-attrs1-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-clone-empty-attrs1-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-clone-empty-attrs1-reload-interval-0s)", " start interval=0s timeout=20s (dummy-clone-empty-attrs1-start-interval-0s)", " stop interval=0s timeout=20s (dummy-clone-empty-attrs1-stop-interval-0s)", " Clone: dummy-clone-empty-attrs2-clone", " Resource: dummy-clone-empty-attrs2 (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-clone-empty-attrs2-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-clone-empty-attrs2-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-clone-empty-attrs2-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-clone-empty-attrs2-reload-interval-0s)", " start interval=0s timeout=20s (dummy-clone-empty-attrs2-start-interval-0s)", " stop interval=0s timeout=20s (dummy-clone-empty-attrs2-stop-interval-0s)", " Clone: dummy-clone-with-attrs1-clone", " Meta Attrs: target-role=Stopped", " Resource: dummy-clone-with-attrs1 (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-clone-with-attrs1-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-clone-with-attrs1-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-clone-with-attrs1-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-clone-with-attrs1-reload-interval-0s)", " start interval=0s timeout=20s (dummy-clone-with-attrs1-start-interval-0s)", " stop interval=0s timeout=20s (dummy-clone-with-attrs1-stop-interval-0s)", " Clone: dummy-clone-with-attrs2-clone", " Meta Attrs: an-attr=\"a value\" promotable=true target-role=Stopped", " Resource: dummy-clone-with-attrs2 (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-clone-with-attrs2-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-clone-with-attrs2-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-clone-with-attrs2-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-clone-with-attrs2-reload-interval-0s)", " start interval=0s timeout=20s (dummy-clone-with-attrs2-start-interval-0s)", " stop interval=0s timeout=20s (dummy-clone-with-attrs2-stop-interval-0s)", " Clone: group3-clone", " Group: group3", " Resource: dummy-3a (class=ocf provider=pacemaker type=Dummy)", " Operations: migrate_from interval=0s timeout=20s (dummy-3a-migrate_from-interval-0s)", " migrate_to interval=0s timeout=20s (dummy-3a-migrate_to-interval-0s)", " monitor interval=10s timeout=20s (dummy-3a-monitor-interval-10s)", " reload interval=0s timeout=20s (dummy-3a-reload-interval-0s)", " start interval=0s timeout=20s (dummy-3a-start-interval-0s)", " stop interval=0s timeout=20s (dummy-3a-stop-interval-0s)" ] } } TASK [Check stonith configuration] ********************************************* task path: /tmp/tmpw60fupk6/tests/tests_cib_resources_create.yml:230 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check resource configuration] ******************************************** task path: /tmp/tmpw60fupk6/tests/tests_cib_resources_create.yml:248 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=148 changed=65 unreachable=0 failed=0 skipped=38 rescued=0 ignored=2 + cd /tmp/tmpw60fupk6/tests; TEST_SUBJECTS=/cache/centos-8.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_ha_cluster-15-3fa4b46-centos-8-ur2076ow/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmpw60fupk6/_setup.yml /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml ansible-playbook 2.8.19 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 2 plays in /tmp/tmpw60fupk6/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:5 ok: [/cache/centos-8.qcow2] => { "groups": { "all": [ "/cache/centos-8.qcow2" ], "localhost": [ "/cache/centos-8.qcow2" ], "subjects": [ "/cache/centos-8.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmpw60fupk6/_setup.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:16 [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["dnf", "config-manager", "--set-enabled", "ha"], "delta": "0:00:00.419605", "end": "2021-05-18 14:10:01.001660", "rc": 0, "start": "2021-05-18 14:10:00.582055", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=2 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_cluster_basic.yml ********************************************** 1 plays in /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml PLAY [Minimal cluster configuration] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml:1 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Set up test environment] ************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml:9 included: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml for /cache/centos-8.qcow2 TASK [Set node name to 'localhost' for single-node clusters] ******************* task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"inventory_hostname": "localhost"}, "changed": false} TASK [Do not try to enable RHEL repositories] ********************************** task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Ensure pre-shared keys and TLS certificates are not present] ************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml:12 ok: [/cache/centos-8.qcow2] => (item=/etc/corosync/authkey) => {"ansible_loop_var": "item", "changed": false, "item": "/etc/corosync/authkey", "path": "/etc/corosync/authkey", "state": "absent"} ok: [/cache/centos-8.qcow2] => (item=/etc/pacemaker/authkey) => {"ansible_loop_var": "item", "changed": false, "item": "/etc/pacemaker/authkey", "path": "/etc/pacemaker/authkey", "state": "absent"} ok: [/cache/centos-8.qcow2] => (item=/etc/cluster/fence_xvm.key) => {"ansible_loop_var": "item", "changed": false, "item": "/etc/cluster/fence_xvm.key", "path": "/etc/cluster/fence_xvm.key", "state": "absent"} ok: [/cache/centos-8.qcow2] => (item=/var/lib/pcsd/pcsd.key) => {"ansible_loop_var": "item", "changed": false, "item": "/var/lib/pcsd/pcsd.key", "path": "/var/lib/pcsd/pcsd.key", "state": "absent"} ok: [/cache/centos-8.qcow2] => (item=/var/lib/pcsd/pcsd.crt) => {"ansible_loop_var": "item", "changed": false, "item": "/var/lib/pcsd/pcsd.crt", "path": "/var/lib/pcsd/pcsd.crt", "state": "absent"} TASK [Run HA Cluster role] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml:23 TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:3 skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_facts": {"__ha_cluster_repos": [{"id": "ha", "name": "HighAvailability"}]}, "ansible_included_var_files": ["/tmp/tmpw60fupk6/vars/CentOS_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ******** task path: /tmp/tmpw60fupk6/tasks/main.yml:18 included: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] ***** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:3 skipping: [/cache/centos-8.qcow2] => (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 : Discover cluster node names] ************* task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:12 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_node_name": "localhost"}, "changed": false} TASK [linux-system-roles.ha_cluster : Collect cluster node names] ************** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:18 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_all_node_names": ["localhost"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:21 included: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:3 ok: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/RedHat.yml"}, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml"} ok: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml"}, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:24 included: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : List active CentOS repositories] ********* task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:3 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["dnf", "repolist"], "delta": "0:00:00.192187", "end": "2021-05-18 14:10:05.051826", "rc": 0, "start": "2021-05-18 14:10:04.859639", "stderr": "", "stderr_lines": [], "stdout": "repo id repo name\nappstream CentOS Linux 8 - AppStream\nbaseos CentOS Linux 8 - BaseOS\nextras CentOS Linux 8 - Extras\nha CentOS Linux 8 - HighAvailability", "stdout_lines": ["repo id repo name", "appstream CentOS Linux 8 - AppStream", "baseos CentOS Linux 8 - BaseOS", "extras CentOS Linux 8 - Extras", "ha CentOS Linux 8 - HighAvailability"]} TASK [linux-system-roles.ha_cluster : Enable CentOS repositories] ************** task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:12 skipping: [/cache/centos-8.qcow2] => (item={u'id': u'ha', u'name': u'HighAvailability'}) => {"ansible_loop_var": "item", "changed": false, "item": {"id": "ha", "name": "HighAvailability"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Install cluster packages] **************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:30 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: corosync", "Installed: libknet1-plugins-all", "Installed: pacemaker", "Installed: pcs", "Installed: fence-agents-all", "Installed: fence-virt", "Installed: gnutls-dane-3.6.14-8.el8_3.x86_64", "Installed: gnutls-utils-3.6.14-8.el8_3.x86_64", "Installed: samba-client-libs-4.12.3-12.el8.3.x86_64", "Installed: samba-common-4.12.3-12.el8.3.noarch", "Installed: samba-common-libs-4.12.3-12.el8.3.x86_64", "Installed: nspr-4.25.0-2.el8_2.x86_64", "Installed: nss-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-freebl-3.53.1-17.el8_3.x86_64", "Installed: nss-sysinit-3.53.1-17.el8_3.x86_64", "Installed: nss-util-3.53.1-17.el8_3.x86_64", "Installed: gnutls-3.6.14-8.el8_3.x86_64", "Installed: fence-agents-all-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-amt-ws-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-bladecenter-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-brocade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-mds-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-ucs-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-common-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-compute-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-drac5-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eaton-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-emerson-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eps-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-heuristics-ping-4.2.1-53.el8_3.1.noarch", "Installed: ipmitool-1.8.18-17.el8.x86_64", "Installed: fence-agents-hpblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ibmblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ifmib-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-moonshot-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-mp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-ssh-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo2-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-intelmodular-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipdu-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipmilan-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-kdump-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-mpath-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-redfish-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-rhevm-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsa-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsb-4.2.1-53.el8_3.1.noarch", "Installed: avahi-libs-0.7-19.el8.x86_64", "Installed: fence-agents-sbd-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-scsi-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-rest-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-soap-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-wti-4.2.1-53.el8_3.1.noarch", "Installed: fence-virt-1.0.0-1.el8.x86_64", "Installed: openwsman-python3-2.6.5-7.el8.x86_64", "Installed: ruby-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: autogen-libopts-5.18.12-8.el8.x86_64", "Installed: ruby-irb-2.5.5-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: ruby-libs-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: lvm2-8:2.03.09-5.el8.x86_64", "Installed: lvm2-libs-8:2.03.09-5.el8.x86_64", "Installed: rubygem-bigdecimal-1.3.4-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: libwsman1-2.6.5-7.el8.x86_64", "Installed: overpass-fonts-3.0.2-3.el8.noarch", "Installed: pacemaker-cluster-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-schemas-2.0.4-6.el8_3.1.noarch", "Installed: rubygem-did_you_mean-1.2.0-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygem-io-console-0.4.6-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cifs-utils-6.8-3.el8.x86_64", "Installed: userspace-rcu-0.10.1-2.el8.x86_64", "Installed: rubygem-json-2.1.0-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cups-libs-1:2.2.6-38.el8.x86_64", "Installed: rubygem-openssl-2.1.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: net-snmp-libs-1:5.8-18.el8_3.1.x86_64", "Installed: libwbclient-4.12.3-12.el8.3.x86_64", "Installed: python3-html5lib-1:0.999999999-6.el8.noarch", "Installed: rubygem-psych-3.0.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bcef.noarch", "Installed: rubygem-rdoc-6.0.1-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygems-2.7.6.2-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: device-mapper-event-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-5.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-5.el8.x86_64", "Installed: device-mapper-persistent-data-0.8.5-4.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: python3-lxml-4.2.3-1.el8.x86_64", "Installed: libxslt-1.1.32-5.el8.x86_64", "Installed: clufter-bin-0.77.1-5.el8.x86_64", "Installed: clufter-common-0.77.1-5.el8.noarch", "Installed: corosync-3.0.3-4.el8.x86_64", "Installed: python3-pexpect-4.3.1-3.el8.noarch", "Installed: python3-pip-9.0.3-18.el8.noarch", "Installed: libknet1-1.16-1.el8.x86_64", "Installed: libknet1-compress-bzip2-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-lz4-plugin-1.16-1.el8.x86_64", "Installed: sbd-1.4.1-7.el8.x86_64", "Installed: libknet1-compress-lzma-plugin-1.16-1.el8.x86_64", "Installed: python3-ptyprocess-0.5.2-4.el8.noarch", "Installed: libknet1-compress-lzo2-plugin-1.16-1.el8.x86_64", "Installed: python3-pyOpenSSL-18.0.0-1.el8.noarch", "Installed: libknet1-compress-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-compress-zlib-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-nss-plugin-1.16-1.el8.x86_64", "Installed: python3-pycurl-7.43.0.2-4.el8.x86_64", "Installed: libknet1-crypto-openssl-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-plugins-all-1.16-1.el8.x86_64", "Installed: libnozzle1-1.16-1.el8.x86_64", "Installed: pacemaker-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-cli-2.0.4-6.el8_3.1.x86_64", "Installed: pcs-0.10.6-4.el8_3.1.x86_64", "Installed: python3-clufter-0.77.1-5.el8.noarch", "Installed: resource-agents-4.1.1-68.el8_3.2.x86_64", "Installed: liberation-fonts-common-1:2.00.3-7.el8.noarch", "Installed: liberation-sans-fonts-1:2.00.3-7.el8.noarch", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-Errno-1.28-416.el8.x86_64", "Installed: perl-Exporter-5.72-396.el8.noarch", "Installed: perl-File-Path-2.15-2.el8.noarch", "Installed: perl-IO-1.38-416.el8.x86_64", "Installed: python3-suds-0.7-0.8.94664ddd46a6.el8.noarch", "Installed: perl-PathTools-3.74-1.el8.x86_64", "Installed: python3-webencodings-0.5.1-6.el8.noarch", "Installed: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64", "Installed: perl-Socket-4:2.027-3.el8.x86_64", "Installed: python36-3.6.8-2.module_el8.3.0+562+e162826a.x86_64", "Installed: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch", "Installed: perl-Time-Local-1:1.280-1.el8.noarch", "Installed: perl-Unicode-Normalize-1.25-396.el8.x86_64", "Installed: perl-constant-1.33-396.el8.noarch", "Installed: perl-interpreter-4:5.26.3-416.el8.x86_64", "Installed: perl-libs-4:5.26.3-416.el8.x86_64", "Installed: perl-macros-4:5.26.3-416.el8.x86_64", "Installed: perl-parent-1:0.237-1.el8.noarch", "Installed: perl-threads-1:2.21-2.el8.x86_64", "Installed: perl-threads-shared-1.58-2.el8.x86_64", "Installed: pkgconf-1.4.2-1.el8.x86_64", "Installed: pkgconf-m4-1.4.2-1.el8.noarch", "Installed: pkgconf-pkg-config-1.4.2-1.el8.x86_64", "Installed: libicu-60.3-2.el8_1.x86_64", "Installed: corosynclib-3.0.3-4.el8.x86_64", "Installed: telnet-1:0.17-73.el8_1.1.x86_64", "Installed: libpkgconf-1.4.2-1.el8.x86_64", "Installed: python3-pyparsing-2.1.10-7.el8.noarch", "Installed: libqb-1.0.3-12.el8.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch", "Installed: net-snmp-utils-1:5.8-18.el8_3.1.x86_64", "Removed: gnutls-3.6.14-6.el8.x86_64"]} TASK [linux-system-roles.ha_cluster : Set hacluster password] ****************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:43 changed: [/cache/centos-8.qcow2] => {"append": false, "changed": true, "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/tmpw60fupk6/tasks/main.yml:26 included: /tmp/tmpw60fupk6/tasks/firewall.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "stopped", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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"}, "run-r3b383a3444e14927bde86291fb291f77.service": {"name": "run-r3b383a3444e14927bde86291fb291f77.service", "source": "systemd", "state": "running", "status": "transient"}, "sbd.service": {"name": "sbd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "stopped", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "stopped", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable service "high-availability" in firewalld] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:6 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] ***** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:16 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ******************** task path: /tmp/tmpw60fupk6/tasks/main.yml:29 included: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Stop pcsd] ******************************* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:4 ok: [/cache/centos-8.qcow2] => {"changed": false, "name": "pcsd", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "pcsd-ruby.service sysinit.target basic.target network-online.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "pcsd-ruby.service sysinit.target network-online.target 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] *** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:9 skipping: [/cache/centos-8.qcow2] => (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/centos-8.qcow2] => (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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:22 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] ********* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:29 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************ task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "2eb5db17086a85e3c786b995b992ab2a88c5819d", "dest": "/var/lib/pcsd/pcs_settings.conf", "gid": 0, "group": "root", "md5sum": "e057b9b2678ff5dfe700f048dae0963c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 362, "src": "/root/.ansible/tmp/ansible-tmp-1621347035.4-94141-235427886133562/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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "enabled": true, "name": "pcsd", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target system.slice network-online.target pcsd-ruby.service systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 network-online.target pcsd-ruby.service 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:57 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "--version", "--full"], "delta": "0:00:00.510518", "end": "2021-05-18 14:10:38.693221", "rc": 0, "start": "2021-05-18 14:10:38.182703", "stderr": "", "stderr_lines": [], "stdout": "0.10.6\nbooth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed", "stdout_lines": ["0.10.6", "booth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed"]} TASK [linux-system-roles.ha_cluster : Parse pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:64 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_pcs_capabilities": ["booth", "cluster.config.backup-local", "cluster.config.export.to-pcs-commands", "cluster.config.import-cman", "cluster.config.restore-cluster", "cluster.config.restore-local", "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.config.get", "corosync.config.reload", "corosync.config.sync-to-local-cluster", "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.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.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.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-rsc-op", "pcmk.properties.resource-defaults", "pcmk.properties.resource-defaults.multiple", "pcmk.properties.resource-defaults.rule-rsc-op", "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.meta-in-create", "pcmk.resource.clone.wait", "pcmk.resource.create", "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.wait", "pcmk.resource.debug", "pcmk.resource.delete", "pcmk.resource.disable.safe", "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.promotable", "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.strict", "pcmk.stonith.create", "pcmk.stonith.create.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "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.node-attr", "pcmk.stonith.levels.node-regexp", "pcmk.stonith.refresh", "pcmk.stonith.refresh.strict", "pcmk.stonith.update", "pcmk.tag", "pcmk.tag.resources", "pcs.auth.client", "pcs.auth.client.cluster", "pcs.auth.deauth-client", "pcs.auth.deauth-server", "pcs.auth.no-bidirectional", "pcs.auth.separated-name-and-address", "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", "sbd", "sbd.option-timeout-action", "sbd.shared-block-device", "status.corosync.membership", "status.pcmk.resources.hide-inactive", "status.pcmk.resources.orphaned", "status.pcmk.xml", "stonith-agents.describe", "stonith-agents.list", "stonith-agents.list.detailed"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] *********** task path: /tmp/tmpw60fupk6/tasks/main.yml:32 included: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] *********** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/cluster", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0} TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] *********************** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:7 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random fence_xvm.key] *********** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:15 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "edbb11dc55f3fdc5b458a73924a7bf06621c61ea", "dest": "/etc/cluster/fence_xvm.key", "gid": 0, "group": "root", "md5sum": "6286790c52839ef695d21444f80357d5", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_conf_t:s0", "size": 931, "src": "/root/.ansible/tmp/ansible-tmp-1621347040.99-94252-250378791372752/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Configure cluster nodes] ***************** task path: /tmp/tmpw60fupk6/tasks/main.yml:35 included: /tmp/tmpw60fupk6/tasks/cluster-setup.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.083xmt6__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/tmpw60fupk6/tasks/cluster-setup.yml:14 included: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] *** task path: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "cluster", "setup", "--corosync_conf", "/tmp/ansible.083xmt6__ha_cluster_corosync_conf", "--overwrite", "test-cluster", "localhost"], "delta": "0:00:00.528783", "end": "2021-05-18 14:10:42.673685", "rc": 0, "start": "2021-05-18 14:10:42.144902", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\nNo addresses specified for host 'localhost', using 'localhost'", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", "No addresses specified for host 'localhost', using 'localhost'"]} TASK [linux-system-roles.ha_cluster : Fetch created corosync.conf file] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:17 ok: [/cache/centos-8.qcow2] => {"changed": false, "content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==", "encoding": "base64", "source": "/tmp/ansible.083xmt6__ha_cluster_corosync_conf"} TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] *********** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:24 changed: [/cache/centos-8.qcow2] => {"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-1621347044.11-94332-278944174598541/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:34 changed: [/cache/centos-8.qcow2] => {"changed": true, "path": "/tmp/ansible.083xmt6__ha_cluster_corosync_conf", "state": "absent"} TASK [linux-system-roles.ha_cluster : Get corosync authkey] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:47 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random corosync authkey] ******** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:55 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "480afccaaa89704d24b5e8823d1a2a07bf655dc8", "dest": "/etc/corosync/authkey", "gid": 0, "group": "root", "md5sum": "1558bdbbe575aab7d8f3ecba2930c0ed", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 483, "src": "/root/.ansible/tmp/ansible-tmp-1621347046.25-94407-8060946151748/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] ******************* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:64 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random pacemaker authkey] ******* task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:72 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "84dc1741fcd4751423bd4176e5c0e504a49fe2e8", "dest": "/etc/pacemaker/authkey", "gid": 189, "group": "haclient", "md5sum": "4f9c0d75851a8043d2a7beea2410dd16", "mode": "0400", "owner": "hacluster", "secontext": "system_u:object_r:etc_t:s0", "size": 481, "src": "/root/.ansible/tmp/ansible-tmp-1621347048.03-94466-21644028250959/source", "state": "file", "uid": 189} TASK [linux-system-roles.ha_cluster : Check if qdevice is configured] ********** task path: /tmp/tmpw60fupk6/tasks/main.yml:50 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_qdevice_in_use": false}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:55 included: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:1 changed: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "corosync", "name": "corosync", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice basic.target sysinit.target network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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", "Requires": "sysinit.target network-online.target 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]", "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} changed: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "pacemaker", "name": "pacemaker", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "rsyslog.service dbus.service system.slice time-sync.target corosync.service network.target systemd-journald.socket basic.target resource-agents-deps.target sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target system.slice corosync.service", "Restart": "on-failure", "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": "no", "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]", "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": "infinity", "TimeoutStartUSec": "1min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "resource-agents-deps.target dbus.service", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:14 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Disable SBD] ***************************** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:18 ok: [/cache/centos-8.qcow2] => {"changed": false, "enabled": false, "name": "sbd", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target systemd-journald.socket sysinit.target systemd-modules-load.service iscsi.service system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "dlm.service pacemaker.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "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 /var/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": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "/var/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": "11220", "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/tmpw60fupk6/tasks/main.yml:58 included: /tmp/tmpw60fupk6/tasks/pcs-auth.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check pcs auth status] ******************* task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "status", "pcsd", "localhost"], "delta": "0:00:00.559151", "end": "2021-05-18 14:10:51.754481", "failed_when_result": false, "msg": "non-zero return code", "rc": 2, "start": "2021-05-18 14:10:51.195330", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\n localhost: Unable to authenticate", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", " localhost: Unable to authenticate"]} TASK [linux-system-roles.ha_cluster : Run pcs auth] **************************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:18 included: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] ***************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "host", "auth", "-u", "hacluster", "localhost"], "delta": "0:00:01.012508", "end": "2021-05-18 14:10:53.314539", "rc": 0, "start": "2021-05-18 14:10:52.302031", "stderr": "", "stderr_lines": [], "stdout": "Password: localhost: Authorized", "stdout_lines": ["Password: localhost: Authorized"]} TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:63 included: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:19 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:22 ok: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": false, "item": "pacemaker", "name": "pacemaker", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "resource-agents-deps.target time-sync.target basic.target dbus.service corosync.service system.slice sysinit.target rsyslog.service network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target corosync.service system.slice", "Restart": "on-failure", "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": "no", "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]", "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": "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"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": false, "item": "corosync", "name": "corosync", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target systemd-journald.socket system.slice sysinit.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target pacemaker.service multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 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": "Tue 2021-05-18 14:10:49 UTC", "StateChangeTimestampMonotonic": "105995432", "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": "11220", "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 : Start corosync] ************************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "corosync", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target systemd-journald.socket system.slice sysinit.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target pacemaker.service multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 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": "Tue 2021-05-18 14:10:49 UTC", "StateChangeTimestampMonotonic": "105995432", "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": "11220", "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/tmpw60fupk6/tasks/cluster-start-and-reload.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["corosync-cfgtool", "-R"], "delta": "0:00:00.014712", "end": "2021-05-18 14:10:56.602284", "rc": 0, "start": "2021-05-18 14:10:56.587572", "stderr": "", "stderr_lines": [], "stdout": "Reloading corosync.conf...\nDone", "stdout_lines": ["Reloading corosync.conf...", "Done"]} TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ****************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:57 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Start pacemaker] ************************* task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:63 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "pacemaker", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "resource-agents-deps.target time-sync.target basic.target dbus.service corosync.service system.slice sysinit.target rsyslog.service network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target corosync.service system.slice", "Restart": "on-failure", "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": "no", "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]", "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": "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 [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:69 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "cluster", "start", "--all", "--wait"], "delta": "0:00:26.060516", "end": "2021-05-18 14:11:23.663382", "rc": 0, "start": "2021-05-18 14:10:57.602866", "stderr": "", "stderr_lines": [], "stdout": "localhost: Starting Cluster...\nWaiting for node(s) to start...\nlocalhost: Started", "stdout_lines": ["localhost: Starting Cluster...", "Waiting for node(s) to start...", "localhost: Started"]} TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:83 ok: [/cache/centos-8.qcow2] => {"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.017788", "end": "2021-05-18 14:11:24.084281", "rc": 0, "start": "2021-05-18 14:11:24.066493", "stderr": "", "stderr_lines": [], "stdout": "localhost", "stdout_lines": ["localhost"]} TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:104 skipping: [/cache/centos-8.qcow2] => (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/tmpw60fupk6/tasks/main.yml:66 included: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ****** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:10 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.drxmjfhl_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/tmpw60fupk6/tasks/create-and-push-cib.yml:18 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.83qyuqiq_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/tmpw60fupk6/tasks/create-and-push-cib.yml:26 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["cibadmin", "--query"], "delta": "0:00:00.009525", "end": "2021-05-18 14:11:25.426808", "rc": 0, "start": "2021-05-18 14:11:25.417283", "stderr": "", "stderr_lines": [], "stdout": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n", "stdout_lines": ["", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", ""]} TASK [linux-system-roles.ha_cluster : Write CIB configuration] ***************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:33 changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.83qyuqiq_ha_cluster_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "12108b2f5891bdcd564d0aa9bcece488987cf04a", "dest": "/tmp/ansible.83qyuqiq_ha_cluster_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.83qyuqiq_ha_cluster_cib_xml", "md5sum": "2766d9d8b98345ccf2ef5bdc63f11f61", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621347086.29-94776-134102159074603/source", "state": "file", "uid": 0} changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.drxmjfhl_ha_cluster_original_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "12108b2f5891bdcd564d0aa9bcece488987cf04a", "dest": "/tmp/ansible.drxmjfhl_ha_cluster_original_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.drxmjfhl_ha_cluster_original_cib_xml", "md5sum": "2766d9d8b98345ccf2ef5bdc63f11f61", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621347086.96-94776-246835186452134/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:51 changed: [/cache/centos-8.qcow2] => {"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\"\n)]"], "delta": "0:00:00.028930", "end": "2021-05-18 14:11:27.221208", "rc": 0, "start": "2021-05-18 14:11:27.192278", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure cluster resources] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:78 TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:85 TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:91 TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:100 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.hj5m9xsl_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/tmpw60fupk6/tasks/create-and-push-cib.yml:108 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["crm_diff", "--no-version", "--original", "/tmp/ansible.drxmjfhl_ha_cluster_original_cib_xml", "--new", "/tmp/ansible.83qyuqiq_ha_cluster_cib_xml"], "delta": "0:00:00.007500", "end": "2021-05-18 14:11:28.157223", "failed_when_result": false, "rc": 0, "start": "2021-05-18 14:11:28.149723", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:121 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/create-and-push-cib.yml:132 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ******************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:140 changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.83qyuqiq_ha_cluster_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.83qyuqiq_ha_cluster_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.83qyuqiq_ha_cluster_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.drxmjfhl_ha_cluster_original_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.drxmjfhl_ha_cluster_original_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.drxmjfhl_ha_cluster_original_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.hj5m9xsl_ha_cluster_cib_diff', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.hj5m9xsl_ha_cluster_cib_diff", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.hj5m9xsl_ha_cluster_cib_diff", "state": "absent"} TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpw60fupk6/tasks/main.yml:73 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] *************** task path: /tmp/tmpw60fupk6/tasks/main.yml:76 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Get services status] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml:27 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [Check services status] *************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml:30 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Stat corosync authkey] *************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml:37 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347055.76026, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "checksum": "480afccaaa89704d24b5e8823d1a2a07bf655dc8", "ctime": 1621347046.1362603, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4240035, "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": 1621347045.84626, "nlink": 1, "path": "/etc/corosync/authkey", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 483, "uid": 0, "version": "431739558", "wgrp": false, "woth": false, "writeable": true, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}} TASK [Stat pacemaker authkey] ************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml:42 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347047.88226, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "checksum": "84dc1741fcd4751423bd4176e5c0e504a49fe2e8", "ctime": 1621347047.8912601, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 189, "gr_name": "haclient", "inode": 12584016, "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": 1621347047.6152601, "nlink": 1, "path": "/etc/pacemaker/authkey", "pw_name": "hacluster", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 481, "uid": 189, "version": "82425347", "wgrp": false, "woth": false, "writeable": true, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}} TASK [Stat fence-virt authkey] ************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347040.8282602, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "checksum": "edbb11dc55f3fdc5b458a73924a7bf06621c61ea", "ctime": 1621347040.83626, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 190396, "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": 1621347040.5682602, "nlink": 1, "path": "/etc/cluster/fence_xvm.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 931, "uid": 0, "version": "213038860", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Stat pcsd TLS certificate] *********************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml:52 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347037.7562602, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8d97dd7fb17dce8f6f0e7ba67609ecdb89786e19", "ctime": 1621347037.75426, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4240029, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1621347037.75426, "nlink": 1, "path": "/var/lib/pcsd/pcsd.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1671, "uid": 0, "version": "249281831", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Stat pcsd TLS key] ******************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml:57 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347037.7562602, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f073b6fb06ec263d04ceff7dec770b755eb1d6c2", "ctime": 1621347037.75426, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4240034, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1621347037.75426, "nlink": 1, "path": "/var/lib/pcsd/pcsd.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 2484, "uid": 0, "version": "3383245857", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check pre-shared keys and TLS certificates are present] ****************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml:62 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check cluster status] **************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic.yml:71 included: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml for /cache/centos-8.qcow2 TASK [Get pcs auth status] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:1 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "status", "pcsd"], "delta": "0:00:00.568251", "end": "2021-05-18 14:11:33.333579", "rc": 0, "start": "2021-05-18 14:11:32.765328", "stderr": "", "stderr_lines": [], "stdout": " localhost: Online", "stdout_lines": [" localhost: Online"]} TASK [Check pcs auth] ********************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:7 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Get cluster status] ****************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:12 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "status"], "delta": "0:00:00.623679", "end": "2021-05-18 14:11:34.430621", "rc": 0, "start": "2021-05-18 14:11:33.806942", "stderr": "", "stderr_lines": [], "stdout": "Cluster name: test-cluster\n\nWARNINGS:\nNo stonith devices and stonith-enabled is not false\n\nCluster Summary:\n * Stack: corosync\n * Current DC: localhost (version 2.0.4-6.el8_3.1-2deceaa3ae) - partition with quorum\n * Last updated: Tue May 18 14:11:34 2021\n * Last change: Tue May 18 14:11:19 2021 by hacluster via crmd on localhost\n * 1 node configured\n * 0 resource instances configured\n\nNode List:\n * Online: [ localhost ]\n\nFull List of Resources:\n * No resources\n\nDaemon Status:\n corosync: active/enabled\n pacemaker: active/enabled\n pcsd: active/enabled", "stdout_lines": ["Cluster name: test-cluster", "", "WARNINGS:", "No stonith devices and stonith-enabled is not false", "", "Cluster Summary:", " * Stack: corosync", " * Current DC: localhost (version 2.0.4-6.el8_3.1-2deceaa3ae) - partition with quorum", " * Last updated: Tue May 18 14:11:34 2021", " * Last change: Tue May 18 14:11:19 2021 by hacluster via crmd on localhost", " * 1 node configured", " * 0 resource instances configured", "", "Node List:", " * Online: [ localhost ]", "", "Full List of Resources:", " * No resources", "", "Daemon Status:", " corosync: active/enabled", " pacemaker: active/enabled", " pcsd: active/enabled"]} TASK [Check cluster is running] ************************************************ task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:18 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=84 changed=26 unreachable=0 failed=0 skipped=33 rescued=0 ignored=0 + cd /tmp/tmpw60fupk6/tests; TEST_SUBJECTS=/cache/centos-8.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_ha_cluster-15-3fa4b46-centos-8-ur2076ow/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmpw60fupk6/_setup.yml /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_fence_agents.yml ansible-playbook 2.8.19 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 2 plays in /tmp/tmpw60fupk6/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:5 ok: [/cache/centos-8.qcow2] => { "groups": { "all": [ "/cache/centos-8.qcow2" ], "localhost": [ "/cache/centos-8.qcow2" ], "subjects": [ "/cache/centos-8.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmpw60fupk6/_setup.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:16 [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["dnf", "config-manager", "--set-enabled", "ha"], "delta": "0:00:00.458075", "end": "2021-05-18 14:12:35.700967", "rc": 0, "start": "2021-05-18 14:12:35.242892", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=2 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_cluster_basic_custom_fence_agents.yml ************************** 1 plays in /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_fence_agents.yml PLAY [Minimal cluster configuration, install custom fence agents] ************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_fence_agents.yml:1 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Set up test environment] ************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_fence_agents.yml:11 included: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml for /cache/centos-8.qcow2 TASK [Set node name to 'localhost' for single-node clusters] ******************* task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"inventory_hostname": "localhost"}, "changed": false} TASK [Do not try to enable RHEL repositories] ********************************** task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Ensure fence-agents-all is not installed] ******************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_fence_agents.yml:14 ok: [/cache/centos-8.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [Run HA Cluster role] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_fence_agents.yml:19 TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:3 skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_facts": {"__ha_cluster_repos": [{"id": "ha", "name": "HighAvailability"}]}, "ansible_included_var_files": ["/tmp/tmpw60fupk6/vars/CentOS_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ******** task path: /tmp/tmpw60fupk6/tasks/main.yml:18 included: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] ***** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:3 skipping: [/cache/centos-8.qcow2] => (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 : Discover cluster node names] ************* task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:12 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_node_name": "localhost"}, "changed": false} TASK [linux-system-roles.ha_cluster : Collect cluster node names] ************** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:18 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_all_node_names": ["localhost"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:21 included: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:3 ok: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/RedHat.yml"}, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml"} ok: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml"}, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:24 included: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : List active CentOS repositories] ********* task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:3 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["dnf", "repolist"], "delta": "0:00:00.256095", "end": "2021-05-18 14:12:43.802354", "rc": 0, "start": "2021-05-18 14:12:43.546259", "stderr": "", "stderr_lines": [], "stdout": "repo id repo name\nappstream CentOS Linux 8 - AppStream\nbaseos CentOS Linux 8 - BaseOS\nextras CentOS Linux 8 - Extras\nha CentOS Linux 8 - HighAvailability", "stdout_lines": ["repo id repo name", "appstream CentOS Linux 8 - AppStream", "baseos CentOS Linux 8 - BaseOS", "extras CentOS Linux 8 - Extras", "ha CentOS Linux 8 - HighAvailability"]} TASK [linux-system-roles.ha_cluster : Enable CentOS repositories] ************** task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:12 skipping: [/cache/centos-8.qcow2] => (item={u'id': u'ha', u'name': u'HighAvailability'}) => {"ansible_loop_var": "item", "changed": false, "item": {"id": "ha", "name": "HighAvailability"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Install cluster packages] **************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:30 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: corosync", "Installed: libknet1-plugins-all", "Installed: pacemaker", "Installed: pcs", "Installed: fence-agents-ipmilan", "Installed: samba-client-libs-4.12.3-12.el8.3.x86_64", "Installed: samba-common-4.12.3-12.el8.3.noarch", "Installed: samba-common-libs-4.12.3-12.el8.3.x86_64", "Installed: nspr-4.25.0-2.el8_2.x86_64", "Installed: nss-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-freebl-3.53.1-17.el8_3.x86_64", "Installed: nss-sysinit-3.53.1-17.el8_3.x86_64", "Installed: nss-util-3.53.1-17.el8_3.x86_64", "Installed: fence-agents-common-4.2.1-53.el8_3.1.noarch", "Installed: libwbclient-4.12.3-12.el8.3.x86_64", "Installed: ipmitool-1.8.18-17.el8.x86_64", "Installed: libxslt-1.1.32-5.el8.x86_64", "Installed: fence-agents-ipmilan-4.2.1-53.el8_3.1.noarch", "Installed: ruby-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: avahi-libs-0.7-19.el8.x86_64", "Installed: ruby-irb-2.5.5-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: ruby-libs-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: lvm2-8:2.03.09-5.el8.x86_64", "Installed: lvm2-libs-8:2.03.09-5.el8.x86_64", "Installed: rubygem-bigdecimal-1.3.4-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: overpass-fonts-3.0.2-3.el8.noarch", "Installed: pacemaker-cluster-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-schemas-2.0.4-6.el8_3.1.noarch", "Installed: rubygem-did_you_mean-1.2.0-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygem-io-console-0.4.6-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cifs-utils-6.8-3.el8.x86_64", "Installed: rubygem-json-2.1.0-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cups-libs-1:2.2.6-38.el8.x86_64", "Installed: rubygem-openssl-2.1.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: net-snmp-libs-1:5.8-18.el8_3.1.x86_64", "Installed: python3-html5lib-1:0.999999999-6.el8.noarch", "Installed: rubygem-psych-3.0.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bcef.noarch", "Installed: rubygem-rdoc-6.0.1-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygems-2.7.6.2-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: device-mapper-event-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.171-5.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: device-mapper-persistent-data-0.8.5-4.el8.x86_64", "Installed: python3-lxml-4.2.3-1.el8.x86_64", "Installed: clufter-bin-0.77.1-5.el8.x86_64", "Installed: clufter-common-0.77.1-5.el8.noarch", "Installed: corosync-3.0.3-4.el8.x86_64", "Installed: python3-pexpect-4.3.1-3.el8.noarch", "Installed: python3-pip-9.0.3-18.el8.noarch", "Installed: libknet1-1.16-1.el8.x86_64", "Installed: libknet1-compress-bzip2-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-lz4-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-lzma-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-lzo2-plugin-1.16-1.el8.x86_64", "Installed: python3-ptyprocess-0.5.2-4.el8.noarch", "Installed: libknet1-compress-plugins-all-1.16-1.el8.x86_64", "Installed: python3-pyOpenSSL-18.0.0-1.el8.noarch", "Installed: libknet1-compress-zlib-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-nss-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-openssl-plugin-1.16-1.el8.x86_64", "Installed: python3-pycurl-7.43.0.2-4.el8.x86_64", "Installed: libknet1-crypto-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-plugins-all-1.16-1.el8.x86_64", "Installed: libnozzle1-1.16-1.el8.x86_64", "Installed: pacemaker-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-cli-2.0.4-6.el8_3.1.x86_64", "Installed: pcs-0.10.6-4.el8_3.1.x86_64", "Installed: python3-clufter-0.77.1-5.el8.noarch", "Installed: resource-agents-4.1.1-68.el8_3.2.x86_64", "Installed: liberation-fonts-common-1:2.00.3-7.el8.noarch", "Installed: liberation-sans-fonts-1:2.00.3-7.el8.noarch", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-Errno-1.28-416.el8.x86_64", "Installed: perl-Exporter-5.72-396.el8.noarch", "Installed: perl-File-Path-2.15-2.el8.noarch", "Installed: perl-IO-1.38-416.el8.x86_64", "Installed: perl-PathTools-3.74-1.el8.x86_64", "Installed: python3-webencodings-0.5.1-6.el8.noarch", "Installed: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64", "Installed: perl-Socket-4:2.027-3.el8.x86_64", "Installed: python36-3.6.8-2.module_el8.3.0+562+e162826a.x86_64", "Installed: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch", "Installed: perl-Time-Local-1:1.280-1.el8.noarch", "Installed: perl-Unicode-Normalize-1.25-396.el8.x86_64", "Installed: perl-constant-1.33-396.el8.noarch", "Installed: perl-interpreter-4:5.26.3-416.el8.x86_64", "Installed: perl-libs-4:5.26.3-416.el8.x86_64", "Installed: perl-macros-4:5.26.3-416.el8.x86_64", "Installed: perl-parent-1:0.237-1.el8.noarch", "Installed: perl-threads-1:2.21-2.el8.x86_64", "Installed: perl-threads-shared-1.58-2.el8.x86_64", "Installed: pkgconf-1.4.2-1.el8.x86_64", "Installed: pkgconf-m4-1.4.2-1.el8.noarch", "Installed: pkgconf-pkg-config-1.4.2-1.el8.x86_64", "Installed: libicu-60.3-2.el8_1.x86_64", "Installed: corosynclib-3.0.3-4.el8.x86_64", "Installed: libpkgconf-1.4.2-1.el8.x86_64", "Installed: python3-pyparsing-2.1.10-7.el8.noarch", "Installed: libqb-1.0.3-12.el8.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch"]} TASK [linux-system-roles.ha_cluster : Set hacluster password] ****************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:43 changed: [/cache/centos-8.qcow2] => {"append": false, "changed": true, "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/tmpw60fupk6/tasks/main.yml:26 included: /tmp/tmpw60fupk6/tasks/firewall.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "stopped", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.service", "source": "systemd", "state": "stopped", "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"}, "run-r3bf77d81999f408c84106c46211571de.service": {"name": "run-r3bf77d81999f408c84106c46211571de.service", "source": "systemd", "state": "running", "status": "transient"}, "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "stopped", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "stopped", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable service "high-availability" in firewalld] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:6 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] ***** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:16 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ******************** task path: /tmp/tmpw60fupk6/tasks/main.yml:29 included: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Stop pcsd] ******************************* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:4 ok: [/cache/centos-8.qcow2] => {"changed": false, "name": "pcsd", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket basic.target sysinit.target system.slice pcsd-ruby.service network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 system.slice pcsd-ruby.service 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] *** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:9 skipping: [/cache/centos-8.qcow2] => (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/centos-8.qcow2] => (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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:22 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] ********* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:29 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************ task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "2eb5db17086a85e3c786b995b992ab2a88c5819d", "dest": "/var/lib/pcsd/pcs_settings.conf", "gid": 0, "group": "root", "md5sum": "e057b9b2678ff5dfe700f048dae0963c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 362, "src": "/root/.ansible/tmp/ansible-tmp-1621347187.3-95601-248119096602051/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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "enabled": true, "name": "pcsd", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target systemd-journald.socket pcsd-ruby.service sysinit.target system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "network-online.target pcsd-ruby.service sysinit.target 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:57 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "--version", "--full"], "delta": "0:00:00.506113", "end": "2021-05-18 14:13:10.214543", "rc": 0, "start": "2021-05-18 14:13:09.708430", "stderr": "", "stderr_lines": [], "stdout": "0.10.6\nbooth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed", "stdout_lines": ["0.10.6", "booth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed"]} TASK [linux-system-roles.ha_cluster : Parse pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:64 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_pcs_capabilities": ["booth", "cluster.config.backup-local", "cluster.config.export.to-pcs-commands", "cluster.config.import-cman", "cluster.config.restore-cluster", "cluster.config.restore-local", "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.config.get", "corosync.config.reload", "corosync.config.sync-to-local-cluster", "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.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.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.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-rsc-op", "pcmk.properties.resource-defaults", "pcmk.properties.resource-defaults.multiple", "pcmk.properties.resource-defaults.rule-rsc-op", "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.meta-in-create", "pcmk.resource.clone.wait", "pcmk.resource.create", "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.wait", "pcmk.resource.debug", "pcmk.resource.delete", "pcmk.resource.disable.safe", "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.promotable", "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.strict", "pcmk.stonith.create", "pcmk.stonith.create.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "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.node-attr", "pcmk.stonith.levels.node-regexp", "pcmk.stonith.refresh", "pcmk.stonith.refresh.strict", "pcmk.stonith.update", "pcmk.tag", "pcmk.tag.resources", "pcs.auth.client", "pcs.auth.client.cluster", "pcs.auth.deauth-client", "pcs.auth.deauth-server", "pcs.auth.no-bidirectional", "pcs.auth.separated-name-and-address", "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", "sbd", "sbd.option-timeout-action", "sbd.shared-block-device", "status.corosync.membership", "status.pcmk.resources.hide-inactive", "status.pcmk.resources.orphaned", "status.pcmk.xml", "stonith-agents.describe", "stonith-agents.list", "stonith-agents.list.detailed"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] *********** task path: /tmp/tmpw60fupk6/tasks/main.yml:32 included: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] *********** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/cluster", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0} TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] *********************** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:7 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random fence_xvm.key] *********** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:15 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "2709efdd56629f0738d2256e8b05c4403d38d48b", "dest": "/etc/cluster/fence_xvm.key", "gid": 0, "group": "root", "md5sum": "fd4246a753708b8526c54e74d086b5e8", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_conf_t:s0", "size": 911, "src": "/root/.ansible/tmp/ansible-tmp-1621347193.27-95712-213733163327345/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Configure cluster nodes] ***************** task path: /tmp/tmpw60fupk6/tasks/main.yml:35 included: /tmp/tmpw60fupk6/tasks/cluster-setup.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.uwgu4uod_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/tmpw60fupk6/tasks/cluster-setup.yml:14 included: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] *** task path: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "cluster", "setup", "--corosync_conf", "/tmp/ansible.uwgu4uod_ha_cluster_corosync_conf", "--overwrite", "test-cluster", "localhost"], "delta": "0:00:00.521356", "end": "2021-05-18 14:13:16.541231", "rc": 0, "start": "2021-05-18 14:13:16.019875", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\nNo addresses specified for host 'localhost', using 'localhost'", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", "No addresses specified for host 'localhost', using 'localhost'"]} TASK [linux-system-roles.ha_cluster : Fetch created corosync.conf file] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:17 ok: [/cache/centos-8.qcow2] => {"changed": false, "content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==", "encoding": "base64", "source": "/tmp/ansible.uwgu4uod_ha_cluster_corosync_conf"} TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] *********** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:24 changed: [/cache/centos-8.qcow2] => {"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-1621347198.52-95792-15284067331062/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:34 changed: [/cache/centos-8.qcow2] => {"changed": true, "path": "/tmp/ansible.uwgu4uod_ha_cluster_corosync_conf", "state": "absent"} TASK [linux-system-roles.ha_cluster : Get corosync authkey] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:47 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random corosync authkey] ******** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:55 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "4e0f9d56b50633ef926d4bc3cc99d8268e4ef74c", "dest": "/etc/corosync/authkey", "gid": 0, "group": "root", "md5sum": "d53cc2d8bb602c8a929a832b8eb75100", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 462, "src": "/root/.ansible/tmp/ansible-tmp-1621347200.51-95867-113704494991064/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] ******************* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:64 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random pacemaker authkey] ******* task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:72 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "05deb1655be7a8331e21f259aece37cd73adf2ad", "dest": "/etc/pacemaker/authkey", "gid": 189, "group": "haclient", "md5sum": "7480311d47bf61b71d19931bd4051239", "mode": "0400", "owner": "hacluster", "secontext": "system_u:object_r:etc_t:s0", "size": 453, "src": "/root/.ansible/tmp/ansible-tmp-1621347202.09-95926-279321449995633/source", "state": "file", "uid": 189} TASK [linux-system-roles.ha_cluster : Check if qdevice is configured] ********** task path: /tmp/tmpw60fupk6/tasks/main.yml:50 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_qdevice_in_use": false}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:55 included: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:1 changed: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "corosync", "name": "corosync", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice systemd-journald.socket basic.target network-online.target sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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", "Requires": "system.slice network-online.target 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]", "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} changed: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "pacemaker", "name": "pacemaker", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice dbus.service time-sync.target resource-agents-deps.target network.target rsyslog.service corosync.service systemd-journald.socket sysinit.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "corosync.service system.slice sysinit.target", "Restart": "on-failure", "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": "no", "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]", "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": "infinity", "TimeoutStartUSec": "1min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "resource-agents-deps.target dbus.service", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:14 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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"}, "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Disable SBD] ***************************** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:18 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Pcs auth] ******************************** task path: /tmp/tmpw60fupk6/tasks/main.yml:58 included: /tmp/tmpw60fupk6/tasks/pcs-auth.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check pcs auth status] ******************* task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "status", "pcsd", "localhost"], "delta": "0:00:00.537421", "end": "2021-05-18 14:13:24.598990", "failed_when_result": false, "msg": "non-zero return code", "rc": 2, "start": "2021-05-18 14:13:24.061569", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\n localhost: Unable to authenticate", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", " localhost: Unable to authenticate"]} TASK [linux-system-roles.ha_cluster : Run pcs auth] **************************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:18 included: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] ***************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "host", "auth", "-u", "hacluster", "localhost"], "delta": "0:00:00.940397", "end": "2021-05-18 14:13:26.112937", "rc": 0, "start": "2021-05-18 14:13:25.172540", "stderr": "", "stderr_lines": [], "stdout": "Password: localhost: Authorized", "stdout_lines": ["Password: localhost: Authorized"]} TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:63 included: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:19 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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"}, "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:22 ok: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": false, "item": "pacemaker", "name": "pacemaker", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target rsyslog.service systemd-journald.socket dbus.service resource-agents-deps.target time-sync.target network.target basic.target system.slice corosync.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target corosync.service system.slice", "Restart": "on-failure", "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": "no", "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]", "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": "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"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": false, "item": "corosync", "name": "corosync", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket basic.target sysinit.target system.slice network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target pacemaker.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "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": "Tue 2021-05-18 14:13:22 UTC", "StateChangeTimestampMonotonic": "105362611", "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": "11220", "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 : Start corosync] ************************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "corosync", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket basic.target sysinit.target system.slice network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target pacemaker.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "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": "Tue 2021-05-18 14:13:22 UTC", "StateChangeTimestampMonotonic": "105362611", "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": "11220", "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/tmpw60fupk6/tasks/cluster-start-and-reload.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["corosync-cfgtool", "-R"], "delta": "0:00:00.012173", "end": "2021-05-18 14:13:29.292824", "rc": 0, "start": "2021-05-18 14:13:29.280651", "stderr": "", "stderr_lines": [], "stdout": "Reloading corosync.conf...\nDone", "stdout_lines": ["Reloading corosync.conf...", "Done"]} TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ****************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:57 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Start pacemaker] ************************* task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:63 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "pacemaker", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target rsyslog.service systemd-journald.socket dbus.service resource-agents-deps.target time-sync.target network.target basic.target system.slice corosync.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target corosync.service system.slice", "Restart": "on-failure", "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": "no", "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]", "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": "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 [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:69 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "cluster", "start", "--all", "--wait"], "delta": "0:00:23.535132", "end": "2021-05-18 14:13:53.832471", "rc": 0, "start": "2021-05-18 14:13:30.297339", "stderr": "", "stderr_lines": [], "stdout": "localhost: Starting Cluster...\nWaiting for node(s) to start...\nlocalhost: Started", "stdout_lines": ["localhost: Starting Cluster...", "Waiting for node(s) to start...", "localhost: Started"]} TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:83 ok: [/cache/centos-8.qcow2] => {"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.022826", "end": "2021-05-18 14:13:54.267863", "rc": 0, "start": "2021-05-18 14:13:54.245037", "stderr": "", "stderr_lines": [], "stdout": "localhost", "stdout_lines": ["localhost"]} TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:104 skipping: [/cache/centos-8.qcow2] => (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/tmpw60fupk6/tasks/main.yml:66 included: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ****** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:10 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.faa5nc7p_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/tmpw60fupk6/tasks/create-and-push-cib.yml:18 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.ctqmpzbz_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/tmpw60fupk6/tasks/create-and-push-cib.yml:26 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["cibadmin", "--query"], "delta": "0:00:00.009396", "end": "2021-05-18 14:13:55.703263", "rc": 0, "start": "2021-05-18 14:13:55.693867", "stderr": "", "stderr_lines": [], "stdout": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n", "stdout_lines": ["", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", ""]} TASK [linux-system-roles.ha_cluster : Write CIB configuration] ***************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:33 changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.ctqmpzbz_ha_cluster_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "01fb4e3cd7254ce338b200f1106570002dc0eb0e", "dest": "/tmp/ansible.ctqmpzbz_ha_cluster_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.ctqmpzbz_ha_cluster_cib_xml", "md5sum": "053710551bfadc6ef37c08649ecbf32f", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621347237.15-96222-179297712539697/source", "state": "file", "uid": 0} changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.faa5nc7p_ha_cluster_original_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "01fb4e3cd7254ce338b200f1106570002dc0eb0e", "dest": "/tmp/ansible.faa5nc7p_ha_cluster_original_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.faa5nc7p_ha_cluster_original_cib_xml", "md5sum": "053710551bfadc6ef37c08649ecbf32f", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621347237.94-96222-216169472851774/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:51 changed: [/cache/centos-8.qcow2] => {"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\"\n)]"], "delta": "0:00:00.020234", "end": "2021-05-18 14:13:57.663139", "rc": 0, "start": "2021-05-18 14:13:57.642905", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure cluster resources] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:78 TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:85 TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:91 TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:100 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.fk_4dpkk_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/tmpw60fupk6/tasks/create-and-push-cib.yml:108 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["crm_diff", "--no-version", "--original", "/tmp/ansible.faa5nc7p_ha_cluster_original_cib_xml", "--new", "/tmp/ansible.ctqmpzbz_ha_cluster_cib_xml"], "delta": "0:00:00.007548", "end": "2021-05-18 14:13:58.633345", "failed_when_result": false, "rc": 0, "start": "2021-05-18 14:13:58.625797", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:121 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/create-and-push-cib.yml:132 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ******************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:140 changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.ctqmpzbz_ha_cluster_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.ctqmpzbz_ha_cluster_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.ctqmpzbz_ha_cluster_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.faa5nc7p_ha_cluster_original_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.faa5nc7p_ha_cluster_original_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.faa5nc7p_ha_cluster_original_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.fk_4dpkk_ha_cluster_cib_diff', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.fk_4dpkk_ha_cluster_cib_diff", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.fk_4dpkk_ha_cluster_cib_diff", "state": "absent"} TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpw60fupk6/tasks/main.yml:73 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] *************** task path: /tmp/tmpw60fupk6/tasks/main.yml:76 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Get packages status] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_fence_agents.yml:23 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "9.el8_3", "source": "rpm", "version": "1.26.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "9.el8_3", "source": "rpm", "version": "1.26.0"}], "NetworkManager-team": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "9.el8_3", "source": "rpm", "version": "1.26.0"}], "NetworkManager-tui": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "9.el8_3", "source": "rpm", "version": "1.26.0"}], "PackageKit": [{"arch": "x86_64", "epoch": null, "name": "PackageKit", "release": "6.el8", "source": "rpm", "version": "1.1.12"}], "PackageKit-glib": [{"arch": "x86_64", "epoch": null, "name": "PackageKit-glib", "release": "6.el8", "source": "rpm", "version": "1.1.12"}], "abattis-cantarell-fonts": [{"arch": "noarch", "epoch": null, "name": "abattis-cantarell-fonts", "release": "4.el8", "source": "rpm", "version": "0.0.25"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "1.el8", "source": "rpm", "version": "2.2.53"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.17.20191104git1c2f876.el8", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.17.20191104git1c2f876.el8", "source": "rpm", "version": "3.0"}], "authselect": [{"arch": "x86_64", "epoch": null, "name": "authselect", "release": "2.el8", "source": "rpm", "version": "1.2.1"}], "authselect-compat": [{"arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "2.el8", "source": "rpm", "version": "1.2.1"}], "authselect-libs": [{"arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "2.el8", "source": "rpm", "version": "1.2.1"}], "avahi-libs": [{"arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "19.el8", "source": "rpm", "version": "0.7"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "5.el8", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "12.el8", "source": "rpm", "version": "4.4.19"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "5.el8", "source": "rpm", "version": "9.11.20"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "2.el8", "source": "rpm", "version": "1.0.6"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "26.el8", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "26.el8", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "5.el8", "source": "rpm", "version": "1.13.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "80.0.el8_2", "source": "rpm", "version": "2020.2.41"}], "cairo": [{"arch": "x86_64", "epoch": null, "name": "cairo", "release": "3.el8", "source": "rpm", "version": "1.15.12"}], "cairo-gobject": [{"arch": "x86_64", "epoch": null, "name": "cairo-gobject", "release": "3.el8", "source": "rpm", "version": "1.15.12"}], "centos-gpg-keys": [{"arch": "noarch", "epoch": 1, "name": "centos-gpg-keys", "release": "2.el8", "source": "rpm", "version": "8"}], "centos-linux-release": [{"arch": "noarch", "epoch": null, "name": "centos-linux-release", "release": "1.2011.el8", "source": "rpm", "version": "8.3"}], "centos-linux-repos": [{"arch": "noarch", "epoch": null, "name": "centos-linux-repos", "release": "2.el8", "source": "rpm", "version": "8"}], "centos-logos": [{"arch": "x86_64", "epoch": null, "name": "centos-logos", "release": "2.el8", "source": "rpm", "version": "80.5"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el8", "source": "rpm", "version": "2.9"}], "chkconfig": [{"arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "2.el8", "source": "rpm", "version": "1.13"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el8", "source": "rpm", "version": "3.5"}], "cifs-utils": [{"arch": "x86_64", "epoch": null, "name": "cifs-utils", "release": "3.el8", "source": "rpm", "version": "6.8"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "11.el8", "source": "rpm", "version": "19.4"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "1.el8", "source": "rpm", "version": "0.31"}], "clufter-bin": [{"arch": "x86_64", "epoch": null, "name": "clufter-bin", "release": "5.el8", "source": "rpm", "version": "0.77.1"}], "clufter-common": [{"arch": "noarch", "epoch": null, "name": "clufter-common", "release": "5.el8", "source": "rpm", "version": "0.77.1"}], "cockpit-bridge": [{"arch": "x86_64", "epoch": null, "name": "cockpit-bridge", "release": "1.el8", "source": "rpm", "version": "224.2"}], "cockpit-system": [{"arch": "noarch", "epoch": null, "name": "cockpit-system", "release": "1.el8", "source": "rpm", "version": "224.2"}], "cockpit-ws": [{"arch": "x86_64", "epoch": null, "name": "cockpit-ws", "release": "1.el8", "source": "rpm", "version": "224.2"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "8.el8", "source": "rpm", "version": "8.30"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "8.el8", "source": "rpm", "version": "8.30"}], "corosync": [{"arch": "x86_64", "epoch": null, "name": "corosync", "release": "4.el8", "source": "rpm", "version": "3.0.3"}], "corosynclib": [{"arch": "x86_64", "epoch": null, "name": "corosynclib", "release": "4.el8", "source": "rpm", "version": "3.0.3"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "8.el8", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "15.el8", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "15.el8", "source": "rpm", "version": "2.9.6"}], "cronie": [{"arch": "x86_64", "epoch": null, "name": "cronie", "release": "4.el8", "source": "rpm", "version": "1.5.2"}], "cronie-anacron": [{"arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "4.el8", "source": "rpm", "version": "1.5.2"}], "crontabs": [{"arch": "noarch", "epoch": null, "name": "crontabs", "release": "16.20150630git.el8", "source": "rpm", "version": "1.11"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.git51d1222.el8", "source": "rpm", "version": "20200713"}], "crypto-policies-scripts": [{"arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.git51d1222.el8", "source": "rpm", "version": "20200713"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "2.el8", "source": "rpm", "version": "2.3.3"}], "cups-libs": [{"arch": "x86_64", "epoch": 1, "name": "cups-libs", "release": "38.el8", "source": "rpm", "version": "2.2.6"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "14.el8", "source": "rpm", "version": "7.61.1"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "5.el8", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "11.el8", "source": "rpm", "version": "1.12.8"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "11.el8", "source": "rpm", "version": "1.12.8"}], "dbus-daemon": [{"arch": "x86_64", "epoch": 1, "name": "dbus-daemon", "release": "11.el8", "source": "rpm", "version": "1.12.8"}], "dbus-glib": [{"arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "2.el8", "source": "rpm", "version": "0.110"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "11.el8", "source": "rpm", "version": "1.12.8"}], "dbus-tools": [{"arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "11.el8", "source": "rpm", "version": "1.12.8"}], "dejavu-fonts-common": [{"arch": "noarch", "epoch": null, "name": "dejavu-fonts-common", "release": "6.el8", "source": "rpm", "version": "2.35"}], "dejavu-sans-mono-fonts": [{"arch": "noarch", "epoch": null, "name": "dejavu-sans-mono-fonts", "release": "6.el8", "source": "rpm", "version": "2.35"}], "device-mapper": [{"arch": "x86_64", "epoch": 8, "name": "device-mapper", "release": "5.el8", "source": "rpm", "version": "1.02.171"}], "device-mapper-event": [{"arch": "x86_64", "epoch": 8, "name": "device-mapper-event", "release": "5.el8", "source": "rpm", "version": "1.02.171"}], "device-mapper-event-libs": [{"arch": "x86_64", "epoch": 8, "name": "device-mapper-event-libs", "release": "5.el8", "source": "rpm", "version": "1.02.171"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": 8, "name": "device-mapper-libs", "release": "5.el8", "source": "rpm", "version": "1.02.171"}], "device-mapper-persistent-data": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "4.el8", "source": "rpm", "version": "0.8.5"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "41.el8", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "41.el8", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "41.el8", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el8", "source": "rpm", "version": "3.6"}], "dmidecode": [{"arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "6.el8", "source": "rpm", "version": "3.2"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "4.el8", "source": "rpm", "version": "4.2.23"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "4.el8", "source": "rpm", "version": "4.2.23"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "5.el8", "source": "rpm", "version": "4.0.17"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "95.git20200804.el8", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "95.git20200804.el8", "source": "rpm", "version": "049"}], "dracut-config-rescue": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "95.git20200804.el8", "source": "rpm", "version": "049"}], "dracut-network": [{"arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "95.git20200804.el8", "source": "rpm", "version": "049"}], "dracut-squash": [{"arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "95.git20200804.el8", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.el8", "source": "rpm", "version": "1.45.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.el8", "source": "rpm", "version": "1.45.6"}], "elfutils-debuginfod-client": [{"arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "1.el8", "source": "rpm", "version": "0.180"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.el8", "source": "rpm", "version": "0.180"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.el8", "source": "rpm", "version": "0.180"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.el8", "source": "rpm", "version": "0.180"}], "ethtool": [{"arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "2.el8", "source": "rpm", "version": "5.0"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "4.el8", "source": "rpm", "version": "2.2.5"}], "fence-agents-common": [{"arch": "noarch", "epoch": null, "name": "fence-agents-common", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-ipmilan": [{"arch": "noarch", "epoch": null, "name": "fence-agents-ipmilan", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "16.el8", "source": "rpm", "version": "5.33"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "16.el8", "source": "rpm", "version": "5.33"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "3.el8", "source": "rpm", "version": "3.8"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "20.el8", "source": "rpm", "version": "4.6.0"}], "fontconfig": [{"arch": "x86_64", "epoch": null, "name": "fontconfig", "release": "3.el8", "source": "rpm", "version": "2.13.1"}], "fontpackages-filesystem": [{"arch": "noarch", "epoch": null, "name": "fontpackages-filesystem", "release": "22.el8", "source": "rpm", "version": "1.44"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "4.el8_3.1", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "12.el8", "source": "rpm", "version": "2.9.7"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "1.el8", "source": "rpm", "version": "4.2.1"}], "gdbm": [{"arch": "x86_64", "epoch": 1, "name": "gdbm", "release": "1.el8", "source": "rpm", "version": "1.18"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "1.el8", "source": "rpm", "version": "1.18"}], "gdisk": [{"arch": "x86_64", "epoch": null, "name": "gdisk", "release": "6.el8", "source": "rpm", "version": "1.0.3"}], "gdk-pixbuf2": [{"arch": "x86_64", "epoch": null, "name": "gdk-pixbuf2", "release": "5.el8", "source": "rpm", "version": "2.36.12"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.el8", "source": "rpm", "version": "20180605"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.el8", "source": "rpm", "version": "20180605"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "17.el8", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "17.el8", "source": "rpm", "version": "0.19.8.1"}], "glib-networking": [{"arch": "x86_64", "epoch": null, "name": "glib-networking", "release": "1.1.el8", "source": "rpm", "version": "2.56.1"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "8.el8", "source": "rpm", "version": "2.56.4"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "127.el8", "source": "rpm", "version": "2.28"}], "glibc-all-langpacks": [{"arch": "x86_64", "epoch": null, "name": "glibc-all-langpacks", "release": "127.el8", "source": "rpm", "version": "2.28"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "127.el8", "source": "rpm", "version": "2.28"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.el8", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "2.el8", "source": "rpm", "version": "2.2.20"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "2.el8", "source": "rpm", "version": "2.2.20"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "6.el8", "source": "rpm", "version": "3.6.14"}], "gobject-introspection": [{"arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.el8", "source": "rpm", "version": "1.56.1"}], "gpg-pubkey": [{"arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5ccc5b19", "source": "rpm", "version": "8483c65d"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "3.el8", "source": "rpm", "version": "1.13.1"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "6.el8", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "18.el8", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "90.el8", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "90.el8", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "90.el8", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "90.el8", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "90.el8", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "90.el8", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "41.el8", "source": "rpm", "version": "8.40"}], "gsettings-desktop-schemas": [{"arch": "x86_64", "epoch": null, "name": "gsettings-desktop-schemas", "release": "5.el8", "source": "rpm", "version": "3.32.0"}], "gssproxy": [{"arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "16.el8", "source": "rpm", "version": "0.8.0"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.el8", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "6.el8", "source": "rpm", "version": "1.3"}], "hdparm": [{"arch": "x86_64", "epoch": null, "name": "hdparm", "release": "2.el8", "source": "rpm", "version": "9.54"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.el8", "source": "rpm", "version": "3.20"}], "hwdata": [{"arch": "noarch", "epoch": null, "name": "hwdata", "release": "8.6.el8", "source": "rpm", "version": "0.314"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.el8", "source": "rpm", "version": "1.1"}], "info": [{"arch": "x86_64", "epoch": null, "name": "info", "release": "6.el8", "source": "rpm", "version": "6.5"}], "initscripts": [{"arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.el8", "source": "rpm", "version": "10.00.9"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "4.el8", "source": "rpm", "version": "0.2.4"}], "ipmitool": [{"arch": "x86_64", "epoch": null, "name": "ipmitool", "release": "17.el8", "source": "rpm", "version": "1.8.18"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "5.el8", "source": "rpm", "version": "5.3.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "15.el8", "source": "rpm", "version": "1.8.4"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "2.el8", "source": "rpm", "version": "20180629"}], "irqbalance": [{"arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "4.el8", "source": "rpm", "version": "1.4.0"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "3.el8", "source": "rpm", "version": "2.11"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "0.2.el8", "source": "rpm", "version": "0.13.1"}], "json-glib": [{"arch": "x86_64", "epoch": null, "name": "json-glib", "release": "1.el8", "source": "rpm", "version": "1.4.4"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "10.el8", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "10.el8", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "10.el8", "source": "rpm", "version": "2.0.4"}], "kernel": [{"arch": "x86_64", "epoch": null, "name": "kernel", "release": "240.1.1.el8_3", "source": "rpm", "version": "4.18.0"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "240.1.1.el8_3", "source": "rpm", "version": "4.18.0"}], "kernel-modules": [{"arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "240.1.1.el8_3", "source": "rpm", "version": "4.18.0"}], "kernel-tools": [{"arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "240.1.1.el8_3", "source": "rpm", "version": "4.18.0"}], "kernel-tools-libs": [{"arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "240.1.1.el8_3", "source": "rpm", "version": "4.18.0"}], "kexec-tools": [{"arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "34.el8", "source": "rpm", "version": "2.0.20"}], "keyutils": [{"arch": "x86_64", "epoch": null, "name": "keyutils", "release": "6.el8", "source": "rpm", "version": "1.5.10"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "6.el8", "source": "rpm", "version": "1.5.10"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "16.el8", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "16.el8", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "5.el8", "source": "rpm", "version": "0.8.4"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "5.el8", "source": "rpm", "version": "1.18.2"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "1.el8", "source": "rpm", "version": "530"}], "libX11": [{"arch": "x86_64", "epoch": null, "name": "libX11", "release": "3.el8", "source": "rpm", "version": "1.6.8"}], "libX11-common": [{"arch": "noarch", "epoch": null, "name": "libX11-common", "release": "3.el8", "source": "rpm", "version": "1.6.8"}], "libXau": [{"arch": "x86_64", "epoch": null, "name": "libXau", "release": "3.el8", "source": "rpm", "version": "1.0.9"}], "libXext": [{"arch": "x86_64", "epoch": null, "name": "libXext", "release": "1.el8", "source": "rpm", "version": "1.3.4"}], "libXrender": [{"arch": "x86_64", "epoch": null, "name": "libXrender", "release": "7.el8", "source": "rpm", "version": "0.9.10"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "1.el8", "source": "rpm", "version": "2.2.53"}], "libaio": [{"arch": "x86_64", "epoch": null, "name": "libaio", "release": "1.el8", "source": "rpm", "version": "0.3.112"}], "libappstream-glib": [{"arch": "x86_64", "epoch": null, "name": "libappstream-glib", "release": "3.el8", "source": "rpm", "version": "0.7.14"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "9.el8", "source": "rpm", "version": "3.3.2"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el8", "source": "rpm", "version": "2.5.1"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el8", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "39.el8", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "24.el8", "source": "rpm", "version": "2.32.1"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "4.el8", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "5.el8", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "39.el8", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.el8", "source": "rpm", "version": "1.45.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "4.el8", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "4.el8_2.1", "source": "rpm", "version": "0.6.12"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "14.el8", "source": "rpm", "version": "7.61.1"}], "libdaemon": [{"arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "15.el8", "source": "rpm", "version": "0.14"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "39.el8", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "39.el8", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "39.el8", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "5.el8", "source": "rpm", "version": "0.48.0"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "23.20170329cvs.el8", "source": "rpm", "version": "3.1"}], "liberation-fonts-common": [{"arch": "noarch", "epoch": 1, "name": "liberation-fonts-common", "release": "7.el8", "source": "rpm", "version": "2.00.3"}], "liberation-sans-fonts": [{"arch": "noarch", "epoch": 1, "name": "liberation-sans-fonts", "release": "7.el8", "source": "rpm", "version": "2.00.3"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "1.el8", "source": "rpm", "version": "0.1.10"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.el8", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "2.el8", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "24.el8", "source": "rpm", "version": "2.32.1"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "22.el8", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "5.1.el8", "source": "rpm", "version": "8.3.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "4.el8", "source": "rpm", "version": "1.8.5"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "5.1.el8", "source": "rpm", "version": "8.3.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.el8", "source": "rpm", "version": "1.31"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.el8_1", "source": "rpm", "version": "60.3"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.el8", "source": "rpm", "version": "2.2.0"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "39.el8", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el8", "source": "rpm", "version": "1.2.0"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el8", "source": "rpm", "version": "1.2.0"}], "libknet1": [{"arch": "x86_64", "epoch": null, "name": "libknet1", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-compress-bzip2-plugin": [{"arch": "x86_64", "epoch": null, "name": "libknet1-compress-bzip2-plugin", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-compress-lz4-plugin": [{"arch": "x86_64", "epoch": null, "name": "libknet1-compress-lz4-plugin", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-compress-lzma-plugin": [{"arch": "x86_64", "epoch": null, "name": "libknet1-compress-lzma-plugin", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-compress-lzo2-plugin": [{"arch": "x86_64", "epoch": null, "name": "libknet1-compress-lzo2-plugin", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-compress-plugins-all": [{"arch": "x86_64", "epoch": null, "name": "libknet1-compress-plugins-all", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-compress-zlib-plugin": [{"arch": "x86_64", "epoch": null, "name": "libknet1-compress-zlib-plugin", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-crypto-nss-plugin": [{"arch": "x86_64", "epoch": null, "name": "libknet1-crypto-nss-plugin", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-crypto-openssl-plugin": [{"arch": "x86_64", "epoch": null, "name": "libknet1-crypto-openssl-plugin", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-crypto-plugins-all": [{"arch": "x86_64", "epoch": null, "name": "libknet1-crypto-plugins-all", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-plugins-all": [{"arch": "x86_64", "epoch": null, "name": "libknet1-plugins-all", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "7.el8", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "2.el8", "source": "rpm", "version": "2.1.3"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "10.el8", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "7.el8", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "6.el8", "source": "rpm", "version": "1.0.4"}], "libmodman": [{"arch": "x86_64", "epoch": null, "name": "libmodman", "release": "17.el8", "source": "rpm", "version": "2.0.1"}], "libmodulemd": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.el8", "source": "rpm", "version": "2.9.4"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "24.el8", "source": "rpm", "version": "2.32.1"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.el8", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "35.el8", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "3.el8_2.1", "source": "rpm", "version": "1.33.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el8", "source": "rpm", "version": "3.5.0"}], "libnl3-cli": [{"arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el8", "source": "rpm", "version": "3.5.0"}], "libnozzle1": [{"arch": "x86_64", "epoch": null, "name": "libnozzle1", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "2.20180605git4a062cf.el8", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "39.el8", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "4.el8", "source": "rpm", "version": "1.9.1"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.el8", "source": "rpm", "version": "1.5.0"}], "libpkgconf": [{"arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "1.el8", "source": "rpm", "version": "1.4.2"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "5.el8", "source": "rpm", "version": "1.6.34"}], "libproxy": [{"arch": "x86_64", "epoch": null, "name": "libproxy", "release": "5.2.el8", "source": "rpm", "version": "0.4.15"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.el8", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "9.el8", "source": "rpm", "version": "1.4.0"}], "libqb": [{"arch": "x86_64", "epoch": null, "name": "libqb", "release": "12.el8", "source": "rpm", "version": "1.0.3"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "39.el8", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.el8", "source": "rpm", "version": "1.12.0"}], "libreport-filesystem": [{"arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "15.el8", "source": "rpm", "version": "2.9.5"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "1.el8", "source": "rpm", "version": "2.4.3"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.el8", "source": "rpm", "version": "0.18.6"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "4.el8_3", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "4.el8_3", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "3.el8", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.el8", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "5.el8", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "24.el8", "source": "rpm", "version": "2.32.1"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.el8", "source": "rpm", "version": "0.7.11"}], "libsoup": [{"arch": "x86_64", "epoch": null, "name": "libsoup", "release": "2.el8", "source": "rpm", "version": "2.62.3"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.el8", "source": "rpm", "version": "1.45.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "2.el8", "source": "rpm", "version": "0.9.4"}], "libssh-config": [{"arch": "noarch", "epoch": null, "name": "libssh-config", "release": "2.el8", "source": "rpm", "version": "0.9.4"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "5.1.el8", "source": "rpm", "version": "8.3.1"}], "libstemmer": [{"arch": "x86_64", "epoch": null, "name": "libstemmer", "release": "10.585svn.el8", "source": "rpm", "version": "0"}], "libsysfs": [{"arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "24.el8", "source": "rpm", "version": "2.1.0"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.el8", "source": "rpm", "version": "2.3.1"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "3.el8", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.el8", "source": "rpm", "version": "1.4.3"}], "libteam": [{"arch": "x86_64", "epoch": null, "name": "libteam", "release": "2.el8", "source": "rpm", "version": "1.31"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "2.el8", "source": "rpm", "version": "0.10.2"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "4.el8", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.el8", "source": "rpm", "version": "0.9.9"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "4.el8", "source": "rpm", "version": "1.0.23"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "23.el8", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "14.el8", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "24.el8", "source": "rpm", "version": "2.32.1"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "5.el8", "source": "rpm", "version": "0.3.0"}], "libverto-libevent": [{"arch": "x86_64", "epoch": null, "name": "libverto-libevent", "release": "5.el8", "source": "rpm", "version": "0.3.0"}], "libwbclient": [{"arch": "x86_64", "epoch": 0, "name": "libwbclient", "release": "12.el8.3", "source": "rpm", "version": "4.12.3"}], "libxcb": [{"arch": "x86_64", "epoch": null, "name": "libxcb", "release": "1.el8", "source": "rpm", "version": "1.13.1"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "4.el8", "source": "rpm", "version": "4.1.1"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.el8", "source": "rpm", "version": "0.9.1"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "8.el8", "source": "rpm", "version": "2.9.7"}], "libxslt": [{"arch": "x86_64", "epoch": null, "name": "libxslt", "release": "5.el8", "source": "rpm", "version": "1.1.32"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.el8", "source": "rpm", "version": "0.1.7"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.el8", "source": "rpm", "version": "1.4.4"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "4.el8", "source": "rpm", "version": "3.14.0"}], "lshw": [{"arch": "x86_64", "epoch": null, "name": "lshw", "release": "2.el8", "source": "rpm", "version": "B.02.19.2"}], "lsscsi": [{"arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "1.el8", "source": "rpm", "version": "0.30"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "11.el8", "source": "rpm", "version": "5.3.4"}], "lvm2": [{"arch": "x86_64", "epoch": 8, "name": "lvm2", "release": "5.el8", "source": "rpm", "version": "2.03.09"}], "lvm2-libs": [{"arch": "x86_64", "epoch": 8, "name": "lvm2-libs", "release": "5.el8", "source": "rpm", "version": "2.03.09"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.el8", "source": "rpm", "version": "1.8.3"}], "lzo": [{"arch": "x86_64", "epoch": null, "name": "lzo", "release": "14.el8", "source": "rpm", "version": "2.08"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "17.el8", "source": "rpm", "version": "2.7.6.1"}], "memstrack": [{"arch": "x86_64", "epoch": null, "name": "memstrack", "release": "1.el8", "source": "rpm", "version": "0.1.11"}], "microcode_ctl": [{"arch": "x86_64", "epoch": 4, "name": "microcode_ctl", "release": "2.el8", "source": "rpm", "version": "20200609"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "4.el8", "source": "rpm", "version": "60.9.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "1.el8", "source": "rpm", "version": "3.1.6"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "7.20180224.el8", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "7.20180224.el8", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "7.20180224.el8", "source": "rpm", "version": "6.1"}], "net-snmp-libs": [{"arch": "x86_64", "epoch": 1, "name": "net-snmp-libs", "release": "18.el8_3.1", "source": "rpm", "version": "5.8"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.52.20160912git.el8", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.el8", "source": "rpm", "version": "3.4.1"}], "newt": [{"arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el8", "source": "rpm", "version": "0.52.20"}], "nfs-utils": [{"arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "35.el8", "source": "rpm", "version": "2.3.3"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "4.el8", "source": "rpm", "version": "1.5"}], "nspr": [{"arch": "x86_64", "epoch": null, "name": "nspr", "release": "2.el8_2", "source": "rpm", "version": "4.25.0"}], "nss": [{"arch": "x86_64", "epoch": null, "name": "nss", "release": "17.el8_3", "source": "rpm", "version": "3.53.1"}], "nss-softokn": [{"arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "17.el8_3", "source": "rpm", "version": "3.53.1"}], "nss-softokn-freebl": [{"arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "17.el8_3", "source": "rpm", "version": "3.53.1"}], "nss-sysinit": [{"arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "17.el8_3", "source": "rpm", "version": "3.53.1"}], "nss-util": [{"arch": "x86_64", "epoch": null, "name": "nss-util", "release": "17.el8_3", "source": "rpm", "version": "3.53.1"}], "numactl-libs": [{"arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "11.el8", "source": "rpm", "version": "2.0.12"}], "oddjob": [{"arch": "x86_64", "epoch": null, "name": "oddjob", "release": "3.el8", "source": "rpm", "version": "0.34.5"}], "oddjob-mkhomedir": [{"arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "3.el8", "source": "rpm", "version": "0.34.5"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "15.el8", "source": "rpm", "version": "2.4.46"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.el8", "source": "rpm", "version": "8.0p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.el8", "source": "rpm", "version": "8.0p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.el8", "source": "rpm", "version": "8.0p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "11.el8", "source": "rpm", "version": "1.1.1g"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "11.el8", "source": "rpm", "version": "1.1.1g"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "2.el8", "source": "rpm", "version": "0.4.10"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "6.el8", "source": "rpm", "version": "1.74"}], "overpass-fonts": [{"arch": "noarch", "epoch": null, "name": "overpass-fonts", "release": "3.el8", "source": "rpm", "version": "3.0.2"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "5.el8_0", "source": "rpm", "version": "0.23.14"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "5.el8_0", "source": "rpm", "version": "0.23.14"}], "pacemaker": [{"arch": "x86_64", "epoch": null, "name": "pacemaker", "release": "6.el8_3.1", "source": "rpm", "version": "2.0.4"}], "pacemaker-cli": [{"arch": "x86_64", "epoch": null, "name": "pacemaker-cli", "release": "6.el8_3.1", "source": "rpm", "version": "2.0.4"}], "pacemaker-cluster-libs": [{"arch": "x86_64", "epoch": null, "name": "pacemaker-cluster-libs", "release": "6.el8_3.1", "source": "rpm", "version": "2.0.4"}], "pacemaker-libs": [{"arch": "x86_64", "epoch": null, "name": "pacemaker-libs", "release": "6.el8_3.1", "source": "rpm", "version": "2.0.4"}], "pacemaker-schemas": [{"arch": "noarch", "epoch": null, "name": "pacemaker-schemas", "release": "6.el8_3.1", "source": "rpm", "version": "2.0.4"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "11.el8", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "38.el8", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "3.el8", "source": "rpm", "version": "0.80"}], "pciutils-libs": [{"arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "2.el8", "source": "rpm", "version": "3.6.4"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "4.el8", "source": "rpm", "version": "8.42"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "2.el8", "source": "rpm", "version": "10.32"}], "pcs": [{"arch": "x86_64", "epoch": null, "name": "pcs", "release": "4.el8_3.1", "source": "rpm", "version": "0.10.6"}], "perl-Carp": [{"arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "396.el8", "source": "rpm", "version": "1.42"}], "perl-Errno": [{"arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "416.el8", "source": "rpm", "version": "1.28"}], "perl-Exporter": [{"arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "396.el8", "source": "rpm", "version": "5.72"}], "perl-File-Path": [{"arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "2.el8", "source": "rpm", "version": "2.15"}], "perl-IO": [{"arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "416.el8", "source": "rpm", "version": "1.38"}], "perl-PathTools": [{"arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "1.el8", "source": "rpm", "version": "3.74"}], "perl-Scalar-List-Utils": [{"arch": "x86_64", "epoch": 3, "name": "perl-Scalar-List-Utils", "release": "2.el8", "source": "rpm", "version": "1.49"}], "perl-Socket": [{"arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "3.el8", "source": "rpm", "version": "2.027"}], "perl-Text-Tabs+Wrap": [{"arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "395.el8", "source": "rpm", "version": "2013.0523"}], "perl-Time-Local": [{"arch": "noarch", "epoch": 1, "name": "perl-Time-Local", "release": "1.el8", "source": "rpm", "version": "1.280"}], "perl-TimeDate": [{"arch": "noarch", "epoch": 1, "name": "perl-TimeDate", "release": "15.module_el8.3.0+416+dee7bcef", "source": "rpm", "version": "2.30"}], "perl-Unicode-Normalize": [{"arch": "x86_64", "epoch": null, "name": "perl-Unicode-Normalize", "release": "396.el8", "source": "rpm", "version": "1.25"}], "perl-constant": [{"arch": "noarch", "epoch": null, "name": "perl-constant", "release": "396.el8", "source": "rpm", "version": "1.33"}], "perl-interpreter": [{"arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "416.el8", "source": "rpm", "version": "5.26.3"}], "perl-libs": [{"arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "416.el8", "source": "rpm", "version": "5.26.3"}], "perl-macros": [{"arch": "x86_64", "epoch": 4, "name": "perl-macros", "release": "416.el8", "source": "rpm", "version": "5.26.3"}], "perl-parent": [{"arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.el8", "source": "rpm", "version": "0.237"}], "perl-threads": [{"arch": "x86_64", "epoch": 1, "name": "perl-threads", "release": "2.el8", "source": "rpm", "version": "2.21"}], "perl-threads-shared": [{"arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "2.el8", "source": "rpm", "version": "1.58"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el8", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "2.el8", "source": "rpm", "version": "1.1.0"}], "pixman": [{"arch": "x86_64", "epoch": null, "name": "pixman", "release": "1.el8", "source": "rpm", "version": "0.38.4"}], "pkgconf": [{"arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "1.el8", "source": "rpm", "version": "1.4.2"}], "pkgconf-m4": [{"arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "1.el8", "source": "rpm", "version": "1.4.2"}], "pkgconf-pkg-config": [{"arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "1.el8", "source": "rpm", "version": "1.4.2"}], "platform-python": [{"arch": "x86_64", "epoch": null, "name": "platform-python", "release": "31.el8", "source": "rpm", "version": "3.6.8"}], "platform-python-pip": [{"arch": "noarch", "epoch": null, "name": "platform-python-pip", "release": "18.el8", "source": "rpm", "version": "9.0.3"}], "platform-python-setuptools": [{"arch": "noarch", "epoch": null, "name": "platform-python-setuptools", "release": "6.el8", "source": "rpm", "version": "39.2.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "9.el8", "source": "rpm", "version": "2.9"}], "policycoreutils-python-utils": [{"arch": "noarch", "epoch": null, "name": "policycoreutils-python-utils", "release": "9.el8", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "11.el8", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "11.el8", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "12.el8", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "14.el8", "source": "rpm", "version": "1.16"}], "prefixdevname": [{"arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "6.el8", "source": "rpm", "version": "0.1.0"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "3.el8", "source": "rpm", "version": "3.3.15"}], "psmisc": [{"arch": "x86_64", "epoch": null, "name": "psmisc", "release": "5.el8", "source": "rpm", "version": "23.1"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.el8", "source": "rpm", "version": "20180723"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "3.el8", "source": "rpm", "version": "0.24.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.17.20191104git1c2f876.el8", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "5.el8", "source": "rpm", "version": "2.5.1"}], "python3-cairo": [{"arch": "x86_64", "epoch": null, "name": "python3-cairo", "release": "6.el8", "source": "rpm", "version": "1.16.3"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "5.el8", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "7.el8", "source": "rpm", "version": "3.0.4"}], "python3-clufter": [{"arch": "noarch", "epoch": null, "name": "python3-clufter", "release": "5.el8", "source": "rpm", "version": "0.77.1"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "11.el8", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "3.el8", "source": "rpm", "version": "2.3"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "6.el8", "source": "rpm", "version": "2.6.1"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "15.el8", "source": "rpm", "version": "1.2.4"}], "python3-decorator": [{"arch": "noarch", "epoch": null, "name": "python3-decorator", "release": "2.el8", "source": "rpm", "version": "4.2.1"}], "python3-dmidecode": [{"arch": "x86_64", "epoch": null, "name": "python3-dmidecode", "release": "15.el8", "source": "rpm", "version": "3.12.2"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "4.el8", "source": "rpm", "version": "4.2.23"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "5.el8", "source": "rpm", "version": "4.0.17"}], "python3-gobject": [{"arch": "x86_64", "epoch": null, "name": "python3-gobject", "release": "2.el8", "source": "rpm", "version": "3.28.3"}], "python3-gobject-base": [{"arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "2.el8", "source": "rpm", "version": "3.28.3"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "3.el8", "source": "rpm", "version": "1.13.1"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "5.el8", "source": "rpm", "version": "0.48.0"}], "python3-html5lib": [{"arch": "noarch", "epoch": 1, "name": "python3-html5lib", "release": "6.el8", "source": "rpm", "version": "0.999999999"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "5.el8", "source": "rpm", "version": "2.5"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "2.el8_0", "source": "rpm", "version": "2.10.1"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "2.el8", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "11.el8", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "4.el8", "source": "rpm", "version": "2.6.0"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.el8", "source": "rpm", "version": "1.6.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "4.el8", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "5.el8", "source": "rpm", "version": "0.48.0"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "31.el8", "source": "rpm", "version": "3.6.8"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "4.el8_3", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "3.el8", "source": "rpm", "version": "2.9"}], "python3-libxml2": [{"arch": "x86_64", "epoch": null, "name": "python3-libxml2", "release": "8.el8", "source": "rpm", "version": "2.9.7"}], "python3-linux-procfs": [{"arch": "noarch", "epoch": null, "name": "python3-linux-procfs", "release": "2.el8", "source": "rpm", "version": "0.6.2"}], "python3-lxml": [{"arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "1.el8", "source": "rpm", "version": "4.2.3"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "19.el8", "source": "rpm", "version": "0.23"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.el8", "source": "rpm", "version": "2.1.0"}], "python3-perf": [{"arch": "x86_64", "epoch": null, "name": "python3-perf", "release": "240.1.1.el8_3", "source": "rpm", "version": "4.18.0"}], "python3-pexpect": [{"arch": "noarch", "epoch": null, "name": "python3-pexpect", "release": "3.el8", "source": "rpm", "version": "4.3.1"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "18.el8", "source": "rpm", "version": "9.0.3"}], "python3-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "18.el8", "source": "rpm", "version": "9.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "8.el8", "source": "rpm", "version": "3.9"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "9.el8", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "14.el8", "source": "rpm", "version": "0.7.2"}], "python3-ptyprocess": [{"arch": "noarch", "epoch": null, "name": "python3-ptyprocess", "release": "4.el8", "source": "rpm", "version": "0.5.2"}], "python3-pyOpenSSL": [{"arch": "noarch", "epoch": null, "name": "python3-pyOpenSSL", "release": "1.el8", "source": "rpm", "version": "18.0.0"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "14.el8", "source": "rpm", "version": "2.14"}], "python3-pycurl": [{"arch": "x86_64", "epoch": null, "name": "python3-pycurl", "release": "4.el8", "source": "rpm", "version": "7.43.0.2"}], "python3-pydbus": [{"arch": "noarch", "epoch": null, "name": "python3-pydbus", "release": "5.el8", "source": "rpm", "version": "0.6.0"}], "python3-pyparsing": [{"arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "7.el8", "source": "rpm", "version": "2.1.10"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "8.el8", "source": "rpm", "version": "3.1.1"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "3.el8", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "9.el8", "source": "rpm", "version": "2017.2"}], "python3-pyudev": [{"arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "7.el8", "source": "rpm", "version": "0.21.0"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "12.el8", "source": "rpm", "version": "3.12"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.1.el8_1", "source": "rpm", "version": "2.20.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.el8", "source": "rpm", "version": "4.14.3"}], "python3-schedutils": [{"arch": "x86_64", "epoch": null, "name": "python3-schedutils", "release": "6.el8", "source": "rpm", "version": "0.6"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "2.el8", "source": "rpm", "version": "4.3.0"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "6.el8", "source": "rpm", "version": "39.2.0"}], "python3-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "6.el8", "source": "rpm", "version": "39.2.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "8.el8", "source": "rpm", "version": "1.11.0"}], "python3-slip": [{"arch": "noarch", "epoch": null, "name": "python3-slip", "release": "11.el8", "source": "rpm", "version": "0.6.4"}], "python3-slip-dbus": [{"arch": "noarch", "epoch": null, "name": "python3-slip-dbus", "release": "11.el8", "source": "rpm", "version": "0.6.4"}], "python3-syspurpose": [{"arch": "x86_64", "epoch": null, "name": "python3-syspurpose", "release": "1.el8", "source": "rpm", "version": "1.27.16"}], "python3-systemd": [{"arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "8.el8", "source": "rpm", "version": "234"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "14.el8", "source": "rpm", "version": "1.7.3"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "4.el8", "source": "rpm", "version": "1.24.2"}], "python3-webencodings": [{"arch": "noarch", "epoch": null, "name": "python3-webencodings", "release": "6.el8", "source": "rpm", "version": "0.5.1"}], "python36": [{"arch": "x86_64", "epoch": null, "name": "python36", "release": "2.module_el8.3.0+562+e162826a", "source": "rpm", "version": "3.6.8"}], "qemu-guest-agent": [{"arch": "x86_64", "epoch": 15, "name": "qemu-guest-agent", "release": "34.module_el8.3.0+555+a55c8938", "source": "rpm", "version": "4.2.0"}], "quota": [{"arch": "x86_64", "epoch": 1, "name": "quota", "release": "10.el8", "source": "rpm", "version": "4.04"}], "quota-nls": [{"arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "10.el8", "source": "rpm", "version": "4.04"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "10.el8", "source": "rpm", "version": "7.0"}], "resource-agents": [{"arch": "x86_64", "epoch": null, "name": "resource-agents", "release": "68.el8_3.2", "source": "rpm", "version": "4.1.1"}], "rng-tools": [{"arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "3.el8", "source": "rpm", "version": "6.8"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "22.el8", "source": "rpm", "version": "8.1"}], "rpcbind": [{"arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "7.el8", "source": "rpm", "version": "1.2.5"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.el8", "source": "rpm", "version": "4.14.3"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.el8", "source": "rpm", "version": "4.14.3"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.el8", "source": "rpm", "version": "4.14.3"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.el8", "source": "rpm", "version": "4.14.3"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.el8", "source": "rpm", "version": "4.14.3"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "9.el8", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "6.el8", "source": "rpm", "version": "8.1911.0"}], "ruby": [{"arch": "x86_64", "epoch": null, "name": "ruby", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "2.5.5"}], "ruby-irb": [{"arch": "noarch", "epoch": null, "name": "ruby-irb", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "2.5.5"}], "ruby-libs": [{"arch": "x86_64", "epoch": null, "name": "ruby-libs", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "2.5.5"}], "rubygem-bigdecimal": [{"arch": "x86_64", "epoch": null, "name": "rubygem-bigdecimal", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "1.3.4"}], "rubygem-did_you_mean": [{"arch": "noarch", "epoch": null, "name": "rubygem-did_you_mean", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "1.2.0"}], "rubygem-io-console": [{"arch": "x86_64", "epoch": null, "name": "rubygem-io-console", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "0.4.6"}], "rubygem-json": [{"arch": "x86_64", "epoch": null, "name": "rubygem-json", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "2.1.0"}], "rubygem-openssl": [{"arch": "x86_64", "epoch": null, "name": "rubygem-openssl", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "2.1.2"}], "rubygem-psych": [{"arch": "x86_64", "epoch": null, "name": "rubygem-psych", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "3.0.2"}], "rubygem-rdoc": [{"arch": "noarch", "epoch": null, "name": "rubygem-rdoc", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "6.0.1"}], "rubygems": [{"arch": "noarch", "epoch": null, "name": "rubygems", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "2.7.6.2"}], "samba-client-libs": [{"arch": "x86_64", "epoch": 0, "name": "samba-client-libs", "release": "12.el8.3", "source": "rpm", "version": "4.12.3"}], "samba-common": [{"arch": "noarch", "epoch": 0, "name": "samba-common", "release": "12.el8.3", "source": "rpm", "version": "4.12.3"}], "samba-common-libs": [{"arch": "x86_64", "epoch": 0, "name": "samba-common-libs", "release": "12.el8.3", "source": "rpm", "version": "4.12.3"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "2.el8", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "54.el8", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "54.el8", "source": "rpm", "version": "3.14.3"}], "setroubleshoot-plugins": [{"arch": "noarch", "epoch": null, "name": "setroubleshoot-plugins", "release": "1.el8", "source": "rpm", "version": "3.3.13"}], "setroubleshoot-server": [{"arch": "x86_64", "epoch": null, "name": "setroubleshoot-server", "release": "1.el8", "source": "rpm", "version": "3.3.24"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "6.el8", "source": "rpm", "version": "2.12.2"}], "sg3_utils": [{"arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "5.el8", "source": "rpm", "version": "1.44"}], "sg3_utils-libs": [{"arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "5.el8", "source": "rpm", "version": "1.44"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "11.el8", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.el8", "source": "rpm", "version": "1.9"}], "slang": [{"arch": "x86_64", "epoch": null, "name": "slang", "release": "3.el8", "source": "rpm", "version": "2.3.2"}], "snappy": [{"arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el8", "source": "rpm", "version": "1.1.8"}], "sos": [{"arch": "noarch", "epoch": null, "name": "sos", "release": "6.el8", "source": "rpm", "version": "3.9.1"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "11.el8", "source": "rpm", "version": "3.26.0"}], "squashfs-tools": [{"arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "19.el8", "source": "rpm", "version": "4.3"}], "sscg": [{"arch": "x86_64", "epoch": null, "name": "sscg", "release": "14.el8", "source": "rpm", "version": "2.3.3"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "6.el8", "source": "rpm", "version": "1.8.29"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "41.el8_3", "source": "rpm", "version": "239"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "41.el8_3", "source": "rpm", "version": "239"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "41.el8_3", "source": "rpm", "version": "239"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "41.el8_3", "source": "rpm", "version": "239"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "5.el8", "source": "rpm", "version": "1.30"}], "teamd": [{"arch": "x86_64", "epoch": null, "name": "teamd", "release": "2.el8", "source": "rpm", "version": "1.31"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "3.el8", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "4.el8", "source": "rpm", "version": "0.3.14"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "4.el8", "source": "rpm", "version": "0.3.14"}], "tuned": [{"arch": "noarch", "epoch": null, "name": "tuned", "release": "3.el8", "source": "rpm", "version": "2.14.0"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el8", "source": "rpm", "version": "2020d"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "14.el8", "source": "rpm", "version": "1.7.3"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "24.el8", "source": "rpm", "version": "2.32.1"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "15.el8", "source": "rpm", "version": "8.0.1763"}], "virt-what": [{"arch": "x86_64", "epoch": null, "name": "virt-what", "release": "6.el8", "source": "rpm", "version": "1.18"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "12.el8", "source": "rpm", "version": "2.21"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.el8", "source": "rpm", "version": "5.0.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.el8", "source": "rpm", "version": "2.28"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "3.el8", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "3.el8", "source": "rpm", "version": "5.2.4"}], "yum": [{"arch": "noarch", "epoch": null, "name": "yum", "release": "4.el8", "source": "rpm", "version": "4.2.23"}], "yum-utils": [{"arch": "noarch", "epoch": null, "name": "yum-utils", "release": "5.el8", "source": "rpm", "version": "4.0.17"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "16.el8_2", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [Check installed fence-agents packages] *********************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_fence_agents.yml:26 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check cluster status] **************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_fence_agents.yml:32 included: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml for /cache/centos-8.qcow2 TASK [Get pcs auth status] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:1 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "status", "pcsd"], "delta": "0:00:00.557455", "end": "2021-05-18 14:14:02.960086", "rc": 0, "start": "2021-05-18 14:14:02.402631", "stderr": "", "stderr_lines": [], "stdout": " localhost: Online", "stdout_lines": [" localhost: Online"]} TASK [Check pcs auth] ********************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:7 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Get cluster status] ****************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:12 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "status"], "delta": "0:00:00.669152", "end": "2021-05-18 14:14:04.253086", "rc": 0, "start": "2021-05-18 14:14:03.583934", "stderr": "", "stderr_lines": [], "stdout": "Cluster name: test-cluster\n\nWARNINGS:\nNo stonith devices and stonith-enabled is not false\n\nCluster Summary:\n * Stack: corosync\n * Current DC: localhost (version 2.0.4-6.el8_3.1-2deceaa3ae) - partition with quorum\n * Last updated: Tue May 18 14:14:04 2021\n * Last change: Tue May 18 14:13:52 2021 by hacluster via crmd on localhost\n * 1 node configured\n * 0 resource instances configured\n\nNode List:\n * Online: [ localhost ]\n\nFull List of Resources:\n * No resources\n\nDaemon Status:\n corosync: active/enabled\n pacemaker: active/enabled\n pcsd: active/enabled", "stdout_lines": ["Cluster name: test-cluster", "", "WARNINGS:", "No stonith devices and stonith-enabled is not false", "", "Cluster Summary:", " * Stack: corosync", " * Current DC: localhost (version 2.0.4-6.el8_3.1-2deceaa3ae) - partition with quorum", " * Last updated: Tue May 18 14:14:04 2021", " * Last change: Tue May 18 14:13:52 2021 by hacluster via crmd on localhost", " * 1 node configured", " * 0 resource instances configured", "", "Node List:", " * Online: [ localhost ]", "", "Full List of Resources:", " * No resources", "", "Daemon Status:", " corosync: active/enabled", " pacemaker: active/enabled", " pcsd: active/enabled"]} TASK [Check cluster is running] ************************************************ task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:18 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=77 changed=26 unreachable=0 failed=0 skipped=34 rescued=0 ignored=0 + cd /tmp/tmpw60fupk6/tests; TEST_SUBJECTS=/cache/centos-8.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_ha_cluster-15-3fa4b46-centos-8-ur2076ow/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmpw60fupk6/_setup.yml /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_packages.yml ansible-playbook 2.8.19 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 2 plays in /tmp/tmpw60fupk6/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:5 ok: [/cache/centos-8.qcow2] => { "groups": { "all": [ "/cache/centos-8.qcow2" ], "localhost": [ "/cache/centos-8.qcow2" ], "subjects": [ "/cache/centos-8.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmpw60fupk6/_setup.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:16 [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["dnf", "config-manager", "--set-enabled", "ha"], "delta": "0:00:00.430107", "end": "2021-05-18 14:15:05.927764", "rc": 0, "start": "2021-05-18 14:15:05.497657", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=2 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_cluster_basic_custom_packages.yml ****************************** 1 plays in /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_packages.yml PLAY [Minimal cluster configuration, install custom packages] ****************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_packages.yml:1 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Set up test environment] ************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_packages.yml:15 included: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml for /cache/centos-8.qcow2 TASK [Set node name to 'localhost' for single-node clusters] ******************* task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"inventory_hostname": "localhost"}, "changed": false} TASK [Do not try to enable RHEL repositories] ********************************** task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Ensure extra package is not installed] *********************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_packages.yml:18 ok: [/cache/centos-8.qcow2] => {"changed": false, "msg": "Nothing to do", "rc": 0, "results": []} TASK [Run HA Cluster role] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_packages.yml:23 TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:3 skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_facts": {"__ha_cluster_repos": [{"id": "ha", "name": "HighAvailability"}]}, "ansible_included_var_files": ["/tmp/tmpw60fupk6/vars/CentOS_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ******** task path: /tmp/tmpw60fupk6/tasks/main.yml:18 included: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] ***** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:3 skipping: [/cache/centos-8.qcow2] => (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 : Discover cluster node names] ************* task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:12 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_node_name": "localhost"}, "changed": false} TASK [linux-system-roles.ha_cluster : Collect cluster node names] ************** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:18 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_all_node_names": ["localhost"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:21 included: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:3 ok: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/RedHat.yml"}, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml"} ok: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml"}, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:24 included: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : List active CentOS repositories] ********* task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:3 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["dnf", "repolist"], "delta": "0:00:00.225543", "end": "2021-05-18 14:15:13.794989", "rc": 0, "start": "2021-05-18 14:15:13.569446", "stderr": "", "stderr_lines": [], "stdout": "repo id repo name\nappstream CentOS Linux 8 - AppStream\nbaseos CentOS Linux 8 - BaseOS\nextras CentOS Linux 8 - Extras\nha CentOS Linux 8 - HighAvailability", "stdout_lines": ["repo id repo name", "appstream CentOS Linux 8 - AppStream", "baseos CentOS Linux 8 - BaseOS", "extras CentOS Linux 8 - Extras", "ha CentOS Linux 8 - HighAvailability"]} TASK [linux-system-roles.ha_cluster : Enable CentOS repositories] ************** task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:12 skipping: [/cache/centos-8.qcow2] => (item={u'id': u'ha', u'name': u'HighAvailability'}) => {"ansible_loop_var": "item", "changed": false, "item": {"id": "ha", "name": "HighAvailability"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Install cluster packages] **************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:30 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: corosync", "Installed: libknet1-plugins-all", "Installed: pacemaker", "Installed: pcs", "Installed: fence-agents-all", "Installed: fence-virt", "Installed: resource-agents-gcp", "Installed: gnutls-dane-3.6.14-8.el8_3.x86_64", "Installed: gnutls-utils-3.6.14-8.el8_3.x86_64", "Installed: samba-client-libs-4.12.3-12.el8.3.x86_64", "Installed: samba-common-4.12.3-12.el8.3.noarch", "Installed: samba-common-libs-4.12.3-12.el8.3.x86_64", "Installed: nspr-4.25.0-2.el8_2.x86_64", "Installed: nss-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-freebl-3.53.1-17.el8_3.x86_64", "Installed: nss-sysinit-3.53.1-17.el8_3.x86_64", "Installed: nss-util-3.53.1-17.el8_3.x86_64", "Installed: gnutls-3.6.14-8.el8_3.x86_64", "Installed: fence-agents-all-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-amt-ws-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-bladecenter-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-brocade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-mds-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-ucs-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-common-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-compute-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-drac5-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eaton-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-emerson-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eps-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-heuristics-ping-4.2.1-53.el8_3.1.noarch", "Installed: ipmitool-1.8.18-17.el8.x86_64", "Installed: fence-agents-hpblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ibmblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ifmib-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-moonshot-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-mp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-ssh-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo2-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-intelmodular-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipdu-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipmilan-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-kdump-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-mpath-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-redfish-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-rhevm-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsa-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsb-4.2.1-53.el8_3.1.noarch", "Installed: avahi-libs-0.7-19.el8.x86_64", "Installed: fence-agents-sbd-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-scsi-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-rest-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-soap-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-wti-4.2.1-53.el8_3.1.noarch", "Installed: fence-virt-1.0.0-1.el8.x86_64", "Installed: openwsman-python3-2.6.5-7.el8.x86_64", "Installed: ruby-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: autogen-libopts-5.18.12-8.el8.x86_64", "Installed: ruby-irb-2.5.5-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: ruby-libs-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: lvm2-8:2.03.09-5.el8.x86_64", "Installed: lvm2-libs-8:2.03.09-5.el8.x86_64", "Installed: rubygem-bigdecimal-1.3.4-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: libwsman1-2.6.5-7.el8.x86_64", "Installed: overpass-fonts-3.0.2-3.el8.noarch", "Installed: pacemaker-cluster-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-schemas-2.0.4-6.el8_3.1.noarch", "Installed: rubygem-did_you_mean-1.2.0-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygem-io-console-0.4.6-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cifs-utils-6.8-3.el8.x86_64", "Installed: userspace-rcu-0.10.1-2.el8.x86_64", "Installed: rubygem-json-2.1.0-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cups-libs-1:2.2.6-38.el8.x86_64", "Installed: rubygem-openssl-2.1.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: net-snmp-libs-1:5.8-18.el8_3.1.x86_64", "Installed: libwbclient-4.12.3-12.el8.3.x86_64", "Installed: python3-html5lib-1:0.999999999-6.el8.noarch", "Installed: rubygem-psych-3.0.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bcef.noarch", "Installed: rubygem-rdoc-6.0.1-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygems-2.7.6.2-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: device-mapper-event-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-5.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-5.el8.x86_64", "Installed: device-mapper-persistent-data-0.8.5-4.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: python3-lxml-4.2.3-1.el8.x86_64", "Installed: libxslt-1.1.32-5.el8.x86_64", "Installed: clufter-bin-0.77.1-5.el8.x86_64", "Installed: clufter-common-0.77.1-5.el8.noarch", "Installed: corosync-3.0.3-4.el8.x86_64", "Installed: python3-pexpect-4.3.1-3.el8.noarch", "Installed: python3-pip-9.0.3-18.el8.noarch", "Installed: libknet1-1.16-1.el8.x86_64", "Installed: libknet1-compress-bzip2-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-lz4-plugin-1.16-1.el8.x86_64", "Installed: sbd-1.4.1-7.el8.x86_64", "Installed: libknet1-compress-lzma-plugin-1.16-1.el8.x86_64", "Installed: python3-ptyprocess-0.5.2-4.el8.noarch", "Installed: libknet1-compress-lzo2-plugin-1.16-1.el8.x86_64", "Installed: python3-pyOpenSSL-18.0.0-1.el8.noarch", "Installed: python3-pyasn1-0.3.7-6.el8.noarch", "Installed: python3-pyasn1-modules-0.3.7-6.el8.noarch", "Installed: libknet1-compress-plugins-all-1.16-1.el8.x86_64", "Installed: python3-pycurl-7.43.0.2-4.el8.x86_64", "Installed: libknet1-compress-zlib-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-nss-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-openssl-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-plugins-all-1.16-1.el8.x86_64", "Installed: libnozzle1-1.16-1.el8.x86_64", "Installed: pacemaker-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-cli-2.0.4-6.el8_3.1.x86_64", "Installed: pcs-0.10.6-4.el8_3.1.x86_64", "Installed: python3-clufter-0.77.1-5.el8.noarch", "Installed: python3-fasteners-0.14.1-14.el8.noarch", "Installed: python3-gflags-2.0-13.el8.noarch", "Installed: python3-google-api-client-1.6.5-3.el8.noarch", "Installed: python3-httplib2-0.10.3-4.el8.noarch", "Installed: python3-oauth2client-4.1.2-6.el8.noarch", "Installed: python3-uritemplate-3.0.0-3.el8.noarch", "Installed: resource-agents-4.1.1-68.el8_3.2.x86_64", "Installed: resource-agents-gcp-4.1.1-68.el8_3.2.x86_64", "Installed: liberation-fonts-common-1:2.00.3-7.el8.noarch", "Installed: liberation-sans-fonts-1:2.00.3-7.el8.noarch", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-Errno-1.28-416.el8.x86_64", "Installed: perl-Exporter-5.72-396.el8.noarch", "Installed: perl-File-Path-2.15-2.el8.noarch", "Installed: perl-IO-1.38-416.el8.x86_64", "Installed: python3-suds-0.7-0.8.94664ddd46a6.el8.noarch", "Installed: perl-PathTools-3.74-1.el8.x86_64", "Installed: python3-webencodings-0.5.1-6.el8.noarch", "Installed: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64", "Installed: perl-Socket-4:2.027-3.el8.x86_64", "Installed: python36-3.6.8-2.module_el8.3.0+562+e162826a.x86_64", "Installed: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch", "Installed: perl-Time-Local-1:1.280-1.el8.noarch", "Installed: perl-Unicode-Normalize-1.25-396.el8.x86_64", "Installed: perl-constant-1.33-396.el8.noarch", "Installed: perl-interpreter-4:5.26.3-416.el8.x86_64", "Installed: perl-libs-4:5.26.3-416.el8.x86_64", "Installed: perl-macros-4:5.26.3-416.el8.x86_64", "Installed: perl-parent-1:0.237-1.el8.noarch", "Installed: perl-threads-1:2.21-2.el8.x86_64", "Installed: perl-threads-shared-1.58-2.el8.x86_64", "Installed: pkgconf-1.4.2-1.el8.x86_64", "Installed: pkgconf-m4-1.4.2-1.el8.noarch", "Installed: pkgconf-pkg-config-1.4.2-1.el8.x86_64", "Installed: libicu-60.3-2.el8_1.x86_64", "Installed: corosynclib-3.0.3-4.el8.x86_64", "Installed: telnet-1:0.17-73.el8_1.1.x86_64", "Installed: libpkgconf-1.4.2-1.el8.x86_64", "Installed: python3-pyparsing-2.1.10-7.el8.noarch", "Installed: libqb-1.0.3-12.el8.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch", "Installed: net-snmp-utils-1:5.8-18.el8_3.1.x86_64", "Removed: gnutls-3.6.14-6.el8.x86_64"]} TASK [linux-system-roles.ha_cluster : Set hacluster password] ****************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:43 changed: [/cache/centos-8.qcow2] => {"append": false, "changed": true, "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/tmpw60fupk6/tasks/main.yml:26 included: /tmp/tmpw60fupk6/tasks/firewall.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "stopped", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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"}, "run-re8fa92101c984d1ea1dea30d1af4ee59.service": {"name": "run-re8fa92101c984d1ea1dea30d1af4ee59.service", "source": "systemd", "state": "running", "status": "transient"}, "sbd.service": {"name": "sbd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "stopped", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "stopped", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable service "high-availability" in firewalld] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:6 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] ***** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:16 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ******************** task path: /tmp/tmpw60fupk6/tasks/main.yml:29 included: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Stop pcsd] ******************************* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:4 ok: [/cache/centos-8.qcow2] => {"changed": false, "name": "pcsd", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target basic.target system.slice pcsd-ruby.service sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "network-online.target system.slice pcsd-ruby.service 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] *** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:9 skipping: [/cache/centos-8.qcow2] => (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/centos-8.qcow2] => (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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:22 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] ********* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:29 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************ task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "2eb5db17086a85e3c786b995b992ab2a88c5819d", "dest": "/var/lib/pcsd/pcs_settings.conf", "gid": 0, "group": "root", "md5sum": "e057b9b2678ff5dfe700f048dae0963c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 362, "src": "/root/.ansible/tmp/ansible-tmp-1621347346.15-96957-266076173043226/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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "enabled": true, "name": "pcsd", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target systemd-journald.socket pcsd-ruby.service network-online.target basic.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 pcsd-ruby.service network-online.target 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:57 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "--version", "--full"], "delta": "0:00:00.584437", "end": "2021-05-18 14:15:49.261970", "rc": 0, "start": "2021-05-18 14:15:48.677533", "stderr": "", "stderr_lines": [], "stdout": "0.10.6\nbooth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed", "stdout_lines": ["0.10.6", "booth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed"]} TASK [linux-system-roles.ha_cluster : Parse pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:64 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_pcs_capabilities": ["booth", "cluster.config.backup-local", "cluster.config.export.to-pcs-commands", "cluster.config.import-cman", "cluster.config.restore-cluster", "cluster.config.restore-local", "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.config.get", "corosync.config.reload", "corosync.config.sync-to-local-cluster", "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.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.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.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-rsc-op", "pcmk.properties.resource-defaults", "pcmk.properties.resource-defaults.multiple", "pcmk.properties.resource-defaults.rule-rsc-op", "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.meta-in-create", "pcmk.resource.clone.wait", "pcmk.resource.create", "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.wait", "pcmk.resource.debug", "pcmk.resource.delete", "pcmk.resource.disable.safe", "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.promotable", "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.strict", "pcmk.stonith.create", "pcmk.stonith.create.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "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.node-attr", "pcmk.stonith.levels.node-regexp", "pcmk.stonith.refresh", "pcmk.stonith.refresh.strict", "pcmk.stonith.update", "pcmk.tag", "pcmk.tag.resources", "pcs.auth.client", "pcs.auth.client.cluster", "pcs.auth.deauth-client", "pcs.auth.deauth-server", "pcs.auth.no-bidirectional", "pcs.auth.separated-name-and-address", "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", "sbd", "sbd.option-timeout-action", "sbd.shared-block-device", "status.corosync.membership", "status.pcmk.resources.hide-inactive", "status.pcmk.resources.orphaned", "status.pcmk.xml", "stonith-agents.describe", "stonith-agents.list", "stonith-agents.list.detailed"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] *********** task path: /tmp/tmpw60fupk6/tasks/main.yml:32 included: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] *********** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/cluster", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0} TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] *********************** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:7 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random fence_xvm.key] *********** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:15 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "90b6e7f512fababc9570b7991f85616f54dff546", "dest": "/etc/cluster/fence_xvm.key", "gid": 0, "group": "root", "md5sum": "3907ef545f99bbaf0c3b89d8db976800", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_conf_t:s0", "size": 935, "src": "/root/.ansible/tmp/ansible-tmp-1621347351.96-97068-132681732329799/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Configure cluster nodes] ***************** task path: /tmp/tmpw60fupk6/tasks/main.yml:35 included: /tmp/tmpw60fupk6/tasks/cluster-setup.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.bkm68y2i_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/tmpw60fupk6/tasks/cluster-setup.yml:14 included: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] *** task path: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "cluster", "setup", "--corosync_conf", "/tmp/ansible.bkm68y2i_ha_cluster_corosync_conf", "--overwrite", "test-cluster", "localhost"], "delta": "0:00:00.516789", "end": "2021-05-18 14:15:53.330728", "rc": 0, "start": "2021-05-18 14:15:52.813939", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\nNo addresses specified for host 'localhost', using 'localhost'", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", "No addresses specified for host 'localhost', using 'localhost'"]} TASK [linux-system-roles.ha_cluster : Fetch created corosync.conf file] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:17 ok: [/cache/centos-8.qcow2] => {"changed": false, "content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==", "encoding": "base64", "source": "/tmp/ansible.bkm68y2i_ha_cluster_corosync_conf"} TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] *********** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:24 changed: [/cache/centos-8.qcow2] => {"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-1621347355.02-97148-162726090858399/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:34 changed: [/cache/centos-8.qcow2] => {"changed": true, "path": "/tmp/ansible.bkm68y2i_ha_cluster_corosync_conf", "state": "absent"} TASK [linux-system-roles.ha_cluster : Get corosync authkey] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:47 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random corosync authkey] ******** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:55 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "999f76250ebbe067ee73bd1629f33eaef5fdfd64", "dest": "/etc/corosync/authkey", "gid": 0, "group": "root", "md5sum": "7cabf1b05565299d674885c2421fee4f", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 457, "src": "/root/.ansible/tmp/ansible-tmp-1621347357.04-97223-252537952941554/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] ******************* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:64 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random pacemaker authkey] ******* task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:72 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "4008c7607db2156cbb597b44bc957dfaee2d2913", "dest": "/etc/pacemaker/authkey", "gid": 189, "group": "haclient", "md5sum": "393820f30fe2fda92f8498170fe4b7ab", "mode": "0400", "owner": "hacluster", "secontext": "system_u:object_r:etc_t:s0", "size": 487, "src": "/root/.ansible/tmp/ansible-tmp-1621347358.7-97282-215714790002548/source", "state": "file", "uid": 189} TASK [linux-system-roles.ha_cluster : Check if qdevice is configured] ********** task path: /tmp/tmpw60fupk6/tasks/main.yml:50 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_qdevice_in_use": false}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:55 included: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:1 changed: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "corosync", "name": "corosync", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice systemd-journald.socket network-online.target sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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", "Requires": "system.slice network-online.target 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]", "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} changed: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "pacemaker", "name": "pacemaker", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "time-sync.target dbus.service rsyslog.service resource-agents-deps.target sysinit.target systemd-journald.socket basic.target network.target corosync.service system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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", "Restart": "on-failure", "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": "no", "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]", "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": "infinity", "TimeoutStartUSec": "1min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "resource-agents-deps.target dbus.service", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:14 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Disable SBD] ***************************** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:18 ok: [/cache/centos-8.qcow2] => {"changed": false, "enabled": false, "name": "sbd", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target systemd-journald.socket sysinit.target system.slice iscsi.service systemd-modules-load.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "dlm.service pacemaker.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "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 /var/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": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "/var/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": "11220", "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/tmpw60fupk6/tasks/main.yml:58 included: /tmp/tmpw60fupk6/tasks/pcs-auth.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check pcs auth status] ******************* task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "status", "pcsd", "localhost"], "delta": "0:00:00.571101", "end": "2021-05-18 14:16:02.288440", "failed_when_result": false, "msg": "non-zero return code", "rc": 2, "start": "2021-05-18 14:16:01.717339", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\n localhost: Unable to authenticate", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", " localhost: Unable to authenticate"]} TASK [linux-system-roles.ha_cluster : Run pcs auth] **************************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:18 included: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] ***************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "host", "auth", "-u", "hacluster", "localhost"], "delta": "0:00:00.960771", "end": "2021-05-18 14:16:03.837844", "rc": 0, "start": "2021-05-18 14:16:02.877073", "stderr": "", "stderr_lines": [], "stdout": "Password: localhost: Authorized", "stdout_lines": ["Password: localhost: Authorized"]} TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:63 included: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:19 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:22 ok: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": false, "item": "pacemaker", "name": "pacemaker", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "time-sync.target systemd-journald.socket resource-agents-deps.target network.target rsyslog.service corosync.service dbus.service basic.target sysinit.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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", "Restart": "on-failure", "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": "no", "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]", "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": "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"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": false, "item": "corosync", "name": "corosync", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket system.slice basic.target network-online.target sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target pacemaker.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "system.slice network-online.target 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": "Tue 2021-05-18 14:15:59 UTC", "StateChangeTimestampMonotonic": "111498178", "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": "11220", "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 : Start corosync] ************************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "corosync", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket system.slice basic.target network-online.target sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target pacemaker.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "system.slice network-online.target 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": "Tue 2021-05-18 14:15:59 UTC", "StateChangeTimestampMonotonic": "111498178", "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": "11220", "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/tmpw60fupk6/tasks/cluster-start-and-reload.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["corosync-cfgtool", "-R"], "delta": "0:00:00.012402", "end": "2021-05-18 14:16:07.119419", "rc": 0, "start": "2021-05-18 14:16:07.107017", "stderr": "", "stderr_lines": [], "stdout": "Reloading corosync.conf...\nDone", "stdout_lines": ["Reloading corosync.conf...", "Done"]} TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ****************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:57 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Start pacemaker] ************************* task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:63 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "pacemaker", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "time-sync.target systemd-journald.socket resource-agents-deps.target network.target rsyslog.service corosync.service dbus.service basic.target sysinit.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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", "Restart": "on-failure", "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": "no", "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]", "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": "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/tmpw60fupk6/tasks/cluster-start-and-reload.yml:69 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "cluster", "start", "--all", "--wait"], "delta": "0:00:23.495456", "end": "2021-05-18 14:16:31.617480", "rc": 0, "start": "2021-05-18 14:16:08.122024", "stderr": "", "stderr_lines": [], "stdout": "localhost: Starting Cluster...\nWaiting for node(s) to start...\nlocalhost: Started", "stdout_lines": ["localhost: Starting Cluster...", "Waiting for node(s) to start...", "localhost: Started"]} TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:83 ok: [/cache/centos-8.qcow2] => {"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.019948", "end": "2021-05-18 14:16:32.040191", "rc": 0, "start": "2021-05-18 14:16:32.020243", "stderr": "", "stderr_lines": [], "stdout": "localhost", "stdout_lines": ["localhost"]} TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:104 skipping: [/cache/centos-8.qcow2] => (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/tmpw60fupk6/tasks/main.yml:66 included: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ****** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:10 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.4qifbo6y_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/tmpw60fupk6/tasks/create-and-push-cib.yml:18 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.x5m5cz6e_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/tmpw60fupk6/tasks/create-and-push-cib.yml:26 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["cibadmin", "--query"], "delta": "0:00:00.010285", "end": "2021-05-18 14:16:33.389936", "rc": 0, "start": "2021-05-18 14:16:33.379651", "stderr": "", "stderr_lines": [], "stdout": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n", "stdout_lines": ["", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", ""]} TASK [linux-system-roles.ha_cluster : Write CIB configuration] ***************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:33 changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.x5m5cz6e_ha_cluster_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "26f0f3b6bf2013d4b4e0e69ddea27ab892e1e757", "dest": "/tmp/ansible.x5m5cz6e_ha_cluster_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.x5m5cz6e_ha_cluster_cib_xml", "md5sum": "e6a3ff5c86b99c7669a6be09a0f1838f", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621347394.5-97592-252646576296929/source", "state": "file", "uid": 0} changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.4qifbo6y_ha_cluster_original_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "26f0f3b6bf2013d4b4e0e69ddea27ab892e1e757", "dest": "/tmp/ansible.4qifbo6y_ha_cluster_original_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.4qifbo6y_ha_cluster_original_cib_xml", "md5sum": "e6a3ff5c86b99c7669a6be09a0f1838f", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621347395.15-97592-5622211826058/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:51 changed: [/cache/centos-8.qcow2] => {"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\"\n)]"], "delta": "0:00:00.020010", "end": "2021-05-18 14:16:35.202469", "rc": 0, "start": "2021-05-18 14:16:35.182459", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure cluster resources] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:78 TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:85 TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:91 TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:100 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.s7bmr8xl_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/tmpw60fupk6/tasks/create-and-push-cib.yml:108 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["crm_diff", "--no-version", "--original", "/tmp/ansible.4qifbo6y_ha_cluster_original_cib_xml", "--new", "/tmp/ansible.x5m5cz6e_ha_cluster_cib_xml"], "delta": "0:00:00.007029", "end": "2021-05-18 14:16:36.130312", "failed_when_result": false, "rc": 0, "start": "2021-05-18 14:16:36.123283", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:121 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/create-and-push-cib.yml:132 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ******************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:140 changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.x5m5cz6e_ha_cluster_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.x5m5cz6e_ha_cluster_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.x5m5cz6e_ha_cluster_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.4qifbo6y_ha_cluster_original_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.4qifbo6y_ha_cluster_original_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.4qifbo6y_ha_cluster_original_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.s7bmr8xl_ha_cluster_cib_diff', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.s7bmr8xl_ha_cluster_cib_diff", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.s7bmr8xl_ha_cluster_cib_diff", "state": "absent"} TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpw60fupk6/tasks/main.yml:73 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] *************** task path: /tmp/tmpw60fupk6/tasks/main.yml:76 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Get packages status] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_packages.yml:27 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"packages": {"NetworkManager": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "9.el8_3", "source": "rpm", "version": "1.26.0"}], "NetworkManager-libnm": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "9.el8_3", "source": "rpm", "version": "1.26.0"}], "NetworkManager-team": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "9.el8_3", "source": "rpm", "version": "1.26.0"}], "NetworkManager-tui": [{"arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "9.el8_3", "source": "rpm", "version": "1.26.0"}], "PackageKit": [{"arch": "x86_64", "epoch": null, "name": "PackageKit", "release": "6.el8", "source": "rpm", "version": "1.1.12"}], "PackageKit-glib": [{"arch": "x86_64", "epoch": null, "name": "PackageKit-glib", "release": "6.el8", "source": "rpm", "version": "1.1.12"}], "abattis-cantarell-fonts": [{"arch": "noarch", "epoch": null, "name": "abattis-cantarell-fonts", "release": "4.el8", "source": "rpm", "version": "0.0.25"}], "acl": [{"arch": "x86_64", "epoch": null, "name": "acl", "release": "1.el8", "source": "rpm", "version": "2.2.53"}], "audit": [{"arch": "x86_64", "epoch": null, "name": "audit", "release": "0.17.20191104git1c2f876.el8", "source": "rpm", "version": "3.0"}], "audit-libs": [{"arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "0.17.20191104git1c2f876.el8", "source": "rpm", "version": "3.0"}], "authselect": [{"arch": "x86_64", "epoch": null, "name": "authselect", "release": "2.el8", "source": "rpm", "version": "1.2.1"}], "authselect-compat": [{"arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "2.el8", "source": "rpm", "version": "1.2.1"}], "authselect-libs": [{"arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "2.el8", "source": "rpm", "version": "1.2.1"}], "autogen-libopts": [{"arch": "x86_64", "epoch": null, "name": "autogen-libopts", "release": "8.el8", "source": "rpm", "version": "5.18.12"}], "avahi-libs": [{"arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "19.el8", "source": "rpm", "version": "0.7"}], "basesystem": [{"arch": "noarch", "epoch": null, "name": "basesystem", "release": "5.el8", "source": "rpm", "version": "11"}], "bash": [{"arch": "x86_64", "epoch": null, "name": "bash", "release": "12.el8", "source": "rpm", "version": "4.4.19"}], "bind-export-libs": [{"arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "5.el8", "source": "rpm", "version": "9.11.20"}], "brotli": [{"arch": "x86_64", "epoch": null, "name": "brotli", "release": "2.el8", "source": "rpm", "version": "1.0.6"}], "bzip2": [{"arch": "x86_64", "epoch": null, "name": "bzip2", "release": "26.el8", "source": "rpm", "version": "1.0.6"}], "bzip2-libs": [{"arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "26.el8", "source": "rpm", "version": "1.0.6"}], "c-ares": [{"arch": "x86_64", "epoch": null, "name": "c-ares", "release": "5.el8", "source": "rpm", "version": "1.13.0"}], "ca-certificates": [{"arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "80.0.el8_2", "source": "rpm", "version": "2020.2.41"}], "cairo": [{"arch": "x86_64", "epoch": null, "name": "cairo", "release": "3.el8", "source": "rpm", "version": "1.15.12"}], "cairo-gobject": [{"arch": "x86_64", "epoch": null, "name": "cairo-gobject", "release": "3.el8", "source": "rpm", "version": "1.15.12"}], "centos-gpg-keys": [{"arch": "noarch", "epoch": 1, "name": "centos-gpg-keys", "release": "2.el8", "source": "rpm", "version": "8"}], "centos-linux-release": [{"arch": "noarch", "epoch": null, "name": "centos-linux-release", "release": "1.2011.el8", "source": "rpm", "version": "8.3"}], "centos-linux-repos": [{"arch": "noarch", "epoch": null, "name": "centos-linux-repos", "release": "2.el8", "source": "rpm", "version": "8"}], "centos-logos": [{"arch": "x86_64", "epoch": null, "name": "centos-logos", "release": "2.el8", "source": "rpm", "version": "80.5"}], "checkpolicy": [{"arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el8", "source": "rpm", "version": "2.9"}], "chkconfig": [{"arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "2.el8", "source": "rpm", "version": "1.13"}], "chrony": [{"arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el8", "source": "rpm", "version": "3.5"}], "cifs-utils": [{"arch": "x86_64", "epoch": null, "name": "cifs-utils", "release": "3.el8", "source": "rpm", "version": "6.8"}], "cloud-init": [{"arch": "noarch", "epoch": null, "name": "cloud-init", "release": "11.el8", "source": "rpm", "version": "19.4"}], "cloud-utils-growpart": [{"arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "1.el8", "source": "rpm", "version": "0.31"}], "clufter-bin": [{"arch": "x86_64", "epoch": null, "name": "clufter-bin", "release": "5.el8", "source": "rpm", "version": "0.77.1"}], "clufter-common": [{"arch": "noarch", "epoch": null, "name": "clufter-common", "release": "5.el8", "source": "rpm", "version": "0.77.1"}], "cockpit-bridge": [{"arch": "x86_64", "epoch": null, "name": "cockpit-bridge", "release": "1.el8", "source": "rpm", "version": "224.2"}], "cockpit-system": [{"arch": "noarch", "epoch": null, "name": "cockpit-system", "release": "1.el8", "source": "rpm", "version": "224.2"}], "cockpit-ws": [{"arch": "x86_64", "epoch": null, "name": "cockpit-ws", "release": "1.el8", "source": "rpm", "version": "224.2"}], "coreutils": [{"arch": "x86_64", "epoch": null, "name": "coreutils", "release": "8.el8", "source": "rpm", "version": "8.30"}], "coreutils-common": [{"arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "8.el8", "source": "rpm", "version": "8.30"}], "corosync": [{"arch": "x86_64", "epoch": null, "name": "corosync", "release": "4.el8", "source": "rpm", "version": "3.0.3"}], "corosynclib": [{"arch": "x86_64", "epoch": null, "name": "corosynclib", "release": "4.el8", "source": "rpm", "version": "3.0.3"}], "cpio": [{"arch": "x86_64", "epoch": null, "name": "cpio", "release": "8.el8", "source": "rpm", "version": "2.12"}], "cracklib": [{"arch": "x86_64", "epoch": null, "name": "cracklib", "release": "15.el8", "source": "rpm", "version": "2.9.6"}], "cracklib-dicts": [{"arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "15.el8", "source": "rpm", "version": "2.9.6"}], "cronie": [{"arch": "x86_64", "epoch": null, "name": "cronie", "release": "4.el8", "source": "rpm", "version": "1.5.2"}], "cronie-anacron": [{"arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "4.el8", "source": "rpm", "version": "1.5.2"}], "crontabs": [{"arch": "noarch", "epoch": null, "name": "crontabs", "release": "16.20150630git.el8", "source": "rpm", "version": "1.11"}], "crypto-policies": [{"arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.git51d1222.el8", "source": "rpm", "version": "20200713"}], "crypto-policies-scripts": [{"arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.git51d1222.el8", "source": "rpm", "version": "20200713"}], "cryptsetup-libs": [{"arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "2.el8", "source": "rpm", "version": "2.3.3"}], "cups-libs": [{"arch": "x86_64", "epoch": 1, "name": "cups-libs", "release": "38.el8", "source": "rpm", "version": "2.2.6"}], "curl": [{"arch": "x86_64", "epoch": null, "name": "curl", "release": "14.el8", "source": "rpm", "version": "7.61.1"}], "cyrus-sasl-lib": [{"arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "5.el8", "source": "rpm", "version": "2.1.27"}], "dbus": [{"arch": "x86_64", "epoch": 1, "name": "dbus", "release": "11.el8", "source": "rpm", "version": "1.12.8"}], "dbus-common": [{"arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "11.el8", "source": "rpm", "version": "1.12.8"}], "dbus-daemon": [{"arch": "x86_64", "epoch": 1, "name": "dbus-daemon", "release": "11.el8", "source": "rpm", "version": "1.12.8"}], "dbus-glib": [{"arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "2.el8", "source": "rpm", "version": "0.110"}], "dbus-libs": [{"arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "11.el8", "source": "rpm", "version": "1.12.8"}], "dbus-tools": [{"arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "11.el8", "source": "rpm", "version": "1.12.8"}], "dejavu-fonts-common": [{"arch": "noarch", "epoch": null, "name": "dejavu-fonts-common", "release": "6.el8", "source": "rpm", "version": "2.35"}], "dejavu-sans-mono-fonts": [{"arch": "noarch", "epoch": null, "name": "dejavu-sans-mono-fonts", "release": "6.el8", "source": "rpm", "version": "2.35"}], "device-mapper": [{"arch": "x86_64", "epoch": 8, "name": "device-mapper", "release": "5.el8", "source": "rpm", "version": "1.02.171"}], "device-mapper-event": [{"arch": "x86_64", "epoch": 8, "name": "device-mapper-event", "release": "5.el8", "source": "rpm", "version": "1.02.171"}], "device-mapper-event-libs": [{"arch": "x86_64", "epoch": 8, "name": "device-mapper-event-libs", "release": "5.el8", "source": "rpm", "version": "1.02.171"}], "device-mapper-libs": [{"arch": "x86_64", "epoch": 8, "name": "device-mapper-libs", "release": "5.el8", "source": "rpm", "version": "1.02.171"}], "device-mapper-multipath": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "5.el8", "source": "rpm", "version": "0.8.4"}], "device-mapper-multipath-libs": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "5.el8", "source": "rpm", "version": "0.8.4"}], "device-mapper-persistent-data": [{"arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "4.el8", "source": "rpm", "version": "0.8.5"}], "dhcp-client": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "41.el8", "source": "rpm", "version": "4.3.6"}], "dhcp-common": [{"arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "41.el8", "source": "rpm", "version": "4.3.6"}], "dhcp-libs": [{"arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "41.el8", "source": "rpm", "version": "4.3.6"}], "diffutils": [{"arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el8", "source": "rpm", "version": "3.6"}], "dmidecode": [{"arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "6.el8", "source": "rpm", "version": "3.2"}], "dnf": [{"arch": "noarch", "epoch": null, "name": "dnf", "release": "4.el8", "source": "rpm", "version": "4.2.23"}], "dnf-data": [{"arch": "noarch", "epoch": null, "name": "dnf-data", "release": "4.el8", "source": "rpm", "version": "4.2.23"}], "dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "5.el8", "source": "rpm", "version": "4.0.17"}], "dracut": [{"arch": "x86_64", "epoch": null, "name": "dracut", "release": "95.git20200804.el8", "source": "rpm", "version": "049"}], "dracut-config-generic": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "95.git20200804.el8", "source": "rpm", "version": "049"}], "dracut-config-rescue": [{"arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "95.git20200804.el8", "source": "rpm", "version": "049"}], "dracut-network": [{"arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "95.git20200804.el8", "source": "rpm", "version": "049"}], "dracut-squash": [{"arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "95.git20200804.el8", "source": "rpm", "version": "049"}], "e2fsprogs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "1.el8", "source": "rpm", "version": "1.45.6"}], "e2fsprogs-libs": [{"arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "1.el8", "source": "rpm", "version": "1.45.6"}], "elfutils-debuginfod-client": [{"arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "1.el8", "source": "rpm", "version": "0.180"}], "elfutils-default-yama-scope": [{"arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.el8", "source": "rpm", "version": "0.180"}], "elfutils-libelf": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.el8", "source": "rpm", "version": "0.180"}], "elfutils-libs": [{"arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.el8", "source": "rpm", "version": "0.180"}], "ethtool": [{"arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "2.el8", "source": "rpm", "version": "5.0"}], "expat": [{"arch": "x86_64", "epoch": null, "name": "expat", "release": "4.el8", "source": "rpm", "version": "2.2.5"}], "fence-agents-all": [{"arch": "x86_64", "epoch": null, "name": "fence-agents-all", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-amt-ws": [{"arch": "noarch", "epoch": null, "name": "fence-agents-amt-ws", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-apc": [{"arch": "noarch", "epoch": null, "name": "fence-agents-apc", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-apc-snmp": [{"arch": "noarch", "epoch": null, "name": "fence-agents-apc-snmp", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-bladecenter": [{"arch": "noarch", "epoch": null, "name": "fence-agents-bladecenter", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-brocade": [{"arch": "noarch", "epoch": null, "name": "fence-agents-brocade", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-cisco-mds": [{"arch": "noarch", "epoch": null, "name": "fence-agents-cisco-mds", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-cisco-ucs": [{"arch": "noarch", "epoch": null, "name": "fence-agents-cisco-ucs", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-common": [{"arch": "noarch", "epoch": null, "name": "fence-agents-common", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-compute": [{"arch": "noarch", "epoch": null, "name": "fence-agents-compute", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-drac5": [{"arch": "noarch", "epoch": null, "name": "fence-agents-drac5", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-eaton-snmp": [{"arch": "noarch", "epoch": null, "name": "fence-agents-eaton-snmp", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-emerson": [{"arch": "noarch", "epoch": null, "name": "fence-agents-emerson", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-eps": [{"arch": "noarch", "epoch": null, "name": "fence-agents-eps", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-heuristics-ping": [{"arch": "noarch", "epoch": null, "name": "fence-agents-heuristics-ping", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-hpblade": [{"arch": "noarch", "epoch": null, "name": "fence-agents-hpblade", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-ibmblade": [{"arch": "noarch", "epoch": null, "name": "fence-agents-ibmblade", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-ifmib": [{"arch": "noarch", "epoch": null, "name": "fence-agents-ifmib", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-ilo-moonshot": [{"arch": "noarch", "epoch": null, "name": "fence-agents-ilo-moonshot", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-ilo-mp": [{"arch": "noarch", "epoch": null, "name": "fence-agents-ilo-mp", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-ilo-ssh": [{"arch": "noarch", "epoch": null, "name": "fence-agents-ilo-ssh", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-ilo2": [{"arch": "noarch", "epoch": null, "name": "fence-agents-ilo2", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-intelmodular": [{"arch": "noarch", "epoch": null, "name": "fence-agents-intelmodular", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-ipdu": [{"arch": "noarch", "epoch": null, "name": "fence-agents-ipdu", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-ipmilan": [{"arch": "noarch", "epoch": null, "name": "fence-agents-ipmilan", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-kdump": [{"arch": "x86_64", "epoch": null, "name": "fence-agents-kdump", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-mpath": [{"arch": "noarch", "epoch": null, "name": "fence-agents-mpath", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-redfish": [{"arch": "x86_64", "epoch": null, "name": "fence-agents-redfish", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-rhevm": [{"arch": "noarch", "epoch": null, "name": "fence-agents-rhevm", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-rsa": [{"arch": "noarch", "epoch": null, "name": "fence-agents-rsa", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-rsb": [{"arch": "noarch", "epoch": null, "name": "fence-agents-rsb", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-sbd": [{"arch": "noarch", "epoch": null, "name": "fence-agents-sbd", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-scsi": [{"arch": "noarch", "epoch": null, "name": "fence-agents-scsi", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-vmware-rest": [{"arch": "noarch", "epoch": null, "name": "fence-agents-vmware-rest", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-vmware-soap": [{"arch": "noarch", "epoch": null, "name": "fence-agents-vmware-soap", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-agents-wti": [{"arch": "noarch", "epoch": null, "name": "fence-agents-wti", "release": "53.el8_3.1", "source": "rpm", "version": "4.2.1"}], "fence-virt": [{"arch": "x86_64", "epoch": null, "name": "fence-virt", "release": "1.el8", "source": "rpm", "version": "1.0.0"}], "file": [{"arch": "x86_64", "epoch": null, "name": "file", "release": "16.el8", "source": "rpm", "version": "5.33"}], "file-libs": [{"arch": "x86_64", "epoch": null, "name": "file-libs", "release": "16.el8", "source": "rpm", "version": "5.33"}], "filesystem": [{"arch": "x86_64", "epoch": null, "name": "filesystem", "release": "3.el8", "source": "rpm", "version": "3.8"}], "findutils": [{"arch": "x86_64", "epoch": 1, "name": "findutils", "release": "20.el8", "source": "rpm", "version": "4.6.0"}], "fontconfig": [{"arch": "x86_64", "epoch": null, "name": "fontconfig", "release": "3.el8", "source": "rpm", "version": "2.13.1"}], "fontpackages-filesystem": [{"arch": "noarch", "epoch": null, "name": "fontpackages-filesystem", "release": "22.el8", "source": "rpm", "version": "1.44"}], "freetype": [{"arch": "x86_64", "epoch": null, "name": "freetype", "release": "4.el8_3.1", "source": "rpm", "version": "2.9.1"}], "fuse-libs": [{"arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "12.el8", "source": "rpm", "version": "2.9.7"}], "gawk": [{"arch": "x86_64", "epoch": null, "name": "gawk", "release": "1.el8", "source": "rpm", "version": "4.2.1"}], "gdbm": [{"arch": "x86_64", "epoch": 1, "name": "gdbm", "release": "1.el8", "source": "rpm", "version": "1.18"}], "gdbm-libs": [{"arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "1.el8", "source": "rpm", "version": "1.18"}], "gdisk": [{"arch": "x86_64", "epoch": null, "name": "gdisk", "release": "6.el8", "source": "rpm", "version": "1.0.3"}], "gdk-pixbuf2": [{"arch": "x86_64", "epoch": null, "name": "gdk-pixbuf2", "release": "5.el8", "source": "rpm", "version": "2.36.12"}], "geolite2-city": [{"arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.el8", "source": "rpm", "version": "20180605"}], "geolite2-country": [{"arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.el8", "source": "rpm", "version": "20180605"}], "gettext": [{"arch": "x86_64", "epoch": null, "name": "gettext", "release": "17.el8", "source": "rpm", "version": "0.19.8.1"}], "gettext-libs": [{"arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "17.el8", "source": "rpm", "version": "0.19.8.1"}], "glib-networking": [{"arch": "x86_64", "epoch": null, "name": "glib-networking", "release": "1.1.el8", "source": "rpm", "version": "2.56.1"}], "glib2": [{"arch": "x86_64", "epoch": null, "name": "glib2", "release": "8.el8", "source": "rpm", "version": "2.56.4"}], "glibc": [{"arch": "x86_64", "epoch": null, "name": "glibc", "release": "127.el8", "source": "rpm", "version": "2.28"}], "glibc-all-langpacks": [{"arch": "x86_64", "epoch": null, "name": "glibc-all-langpacks", "release": "127.el8", "source": "rpm", "version": "2.28"}], "glibc-common": [{"arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "127.el8", "source": "rpm", "version": "2.28"}], "gmp": [{"arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.el8", "source": "rpm", "version": "6.1.2"}], "gnupg2": [{"arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "2.el8", "source": "rpm", "version": "2.2.20"}], "gnupg2-smime": [{"arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "2.el8", "source": "rpm", "version": "2.2.20"}], "gnutls": [{"arch": "x86_64", "epoch": null, "name": "gnutls", "release": "8.el8_3", "source": "rpm", "version": "3.6.14"}], "gnutls-dane": [{"arch": "x86_64", "epoch": null, "name": "gnutls-dane", "release": "8.el8_3", "source": "rpm", "version": "3.6.14"}], "gnutls-utils": [{"arch": "x86_64", "epoch": null, "name": "gnutls-utils", "release": "8.el8_3", "source": "rpm", "version": "3.6.14"}], "gobject-introspection": [{"arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.el8", "source": "rpm", "version": "1.56.1"}], "gpg-pubkey": [{"arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5ccc5b19", "source": "rpm", "version": "8483c65d"}], "gpgme": [{"arch": "x86_64", "epoch": null, "name": "gpgme", "release": "3.el8", "source": "rpm", "version": "1.13.1"}], "grep": [{"arch": "x86_64", "epoch": null, "name": "grep", "release": "6.el8", "source": "rpm", "version": "3.1"}], "groff-base": [{"arch": "x86_64", "epoch": null, "name": "groff-base", "release": "18.el8", "source": "rpm", "version": "1.22.3"}], "grub2-common": [{"arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "90.el8", "source": "rpm", "version": "2.02"}], "grub2-pc": [{"arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "90.el8", "source": "rpm", "version": "2.02"}], "grub2-pc-modules": [{"arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "90.el8", "source": "rpm", "version": "2.02"}], "grub2-tools": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "90.el8", "source": "rpm", "version": "2.02"}], "grub2-tools-extra": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "90.el8", "source": "rpm", "version": "2.02"}], "grub2-tools-minimal": [{"arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "90.el8", "source": "rpm", "version": "2.02"}], "grubby": [{"arch": "x86_64", "epoch": null, "name": "grubby", "release": "41.el8", "source": "rpm", "version": "8.40"}], "gsettings-desktop-schemas": [{"arch": "x86_64", "epoch": null, "name": "gsettings-desktop-schemas", "release": "5.el8", "source": "rpm", "version": "3.32.0"}], "gssproxy": [{"arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "16.el8", "source": "rpm", "version": "0.8.0"}], "gzip": [{"arch": "x86_64", "epoch": null, "name": "gzip", "release": "9.el8", "source": "rpm", "version": "1.9"}], "hardlink": [{"arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "6.el8", "source": "rpm", "version": "1.3"}], "hdparm": [{"arch": "x86_64", "epoch": null, "name": "hdparm", "release": "2.el8", "source": "rpm", "version": "9.54"}], "hostname": [{"arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.el8", "source": "rpm", "version": "3.20"}], "hwdata": [{"arch": "noarch", "epoch": null, "name": "hwdata", "release": "8.6.el8", "source": "rpm", "version": "0.314"}], "ima-evm-utils": [{"arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.el8", "source": "rpm", "version": "1.1"}], "info": [{"arch": "x86_64", "epoch": null, "name": "info", "release": "6.el8", "source": "rpm", "version": "6.5"}], "initscripts": [{"arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.el8", "source": "rpm", "version": "10.00.9"}], "ipcalc": [{"arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "4.el8", "source": "rpm", "version": "0.2.4"}], "ipmitool": [{"arch": "x86_64", "epoch": null, "name": "ipmitool", "release": "17.el8", "source": "rpm", "version": "1.8.18"}], "iproute": [{"arch": "x86_64", "epoch": null, "name": "iproute", "release": "5.el8", "source": "rpm", "version": "5.3.0"}], "iptables-libs": [{"arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "15.el8", "source": "rpm", "version": "1.8.4"}], "iputils": [{"arch": "x86_64", "epoch": null, "name": "iputils", "release": "2.el8", "source": "rpm", "version": "20180629"}], "irqbalance": [{"arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "4.el8", "source": "rpm", "version": "1.4.0"}], "jansson": [{"arch": "x86_64", "epoch": null, "name": "jansson", "release": "3.el8", "source": "rpm", "version": "2.11"}], "json-c": [{"arch": "x86_64", "epoch": null, "name": "json-c", "release": "0.2.el8", "source": "rpm", "version": "0.13.1"}], "json-glib": [{"arch": "x86_64", "epoch": null, "name": "json-glib", "release": "1.el8", "source": "rpm", "version": "1.4.4"}], "kbd": [{"arch": "x86_64", "epoch": null, "name": "kbd", "release": "10.el8", "source": "rpm", "version": "2.0.4"}], "kbd-legacy": [{"arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "10.el8", "source": "rpm", "version": "2.0.4"}], "kbd-misc": [{"arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "10.el8", "source": "rpm", "version": "2.0.4"}], "kernel": [{"arch": "x86_64", "epoch": null, "name": "kernel", "release": "240.1.1.el8_3", "source": "rpm", "version": "4.18.0"}], "kernel-core": [{"arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "240.1.1.el8_3", "source": "rpm", "version": "4.18.0"}], "kernel-modules": [{"arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "240.1.1.el8_3", "source": "rpm", "version": "4.18.0"}], "kernel-tools": [{"arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "240.1.1.el8_3", "source": "rpm", "version": "4.18.0"}], "kernel-tools-libs": [{"arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "240.1.1.el8_3", "source": "rpm", "version": "4.18.0"}], "kexec-tools": [{"arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "34.el8", "source": "rpm", "version": "2.0.20"}], "keyutils": [{"arch": "x86_64", "epoch": null, "name": "keyutils", "release": "6.el8", "source": "rpm", "version": "1.5.10"}], "keyutils-libs": [{"arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "6.el8", "source": "rpm", "version": "1.5.10"}], "kmod": [{"arch": "x86_64", "epoch": null, "name": "kmod", "release": "16.el8", "source": "rpm", "version": "25"}], "kmod-libs": [{"arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "16.el8", "source": "rpm", "version": "25"}], "kpartx": [{"arch": "x86_64", "epoch": null, "name": "kpartx", "release": "5.el8", "source": "rpm", "version": "0.8.4"}], "krb5-libs": [{"arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "5.el8", "source": "rpm", "version": "1.18.2"}], "less": [{"arch": "x86_64", "epoch": null, "name": "less", "release": "1.el8", "source": "rpm", "version": "530"}], "libX11": [{"arch": "x86_64", "epoch": null, "name": "libX11", "release": "3.el8", "source": "rpm", "version": "1.6.8"}], "libX11-common": [{"arch": "noarch", "epoch": null, "name": "libX11-common", "release": "3.el8", "source": "rpm", "version": "1.6.8"}], "libXau": [{"arch": "x86_64", "epoch": null, "name": "libXau", "release": "3.el8", "source": "rpm", "version": "1.0.9"}], "libXext": [{"arch": "x86_64", "epoch": null, "name": "libXext", "release": "1.el8", "source": "rpm", "version": "1.3.4"}], "libXrender": [{"arch": "x86_64", "epoch": null, "name": "libXrender", "release": "7.el8", "source": "rpm", "version": "0.9.10"}], "libacl": [{"arch": "x86_64", "epoch": null, "name": "libacl", "release": "1.el8", "source": "rpm", "version": "2.2.53"}], "libaio": [{"arch": "x86_64", "epoch": null, "name": "libaio", "release": "1.el8", "source": "rpm", "version": "0.3.112"}], "libappstream-glib": [{"arch": "x86_64", "epoch": null, "name": "libappstream-glib", "release": "3.el8", "source": "rpm", "version": "0.7.14"}], "libarchive": [{"arch": "x86_64", "epoch": null, "name": "libarchive", "release": "9.el8", "source": "rpm", "version": "3.3.2"}], "libassuan": [{"arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el8", "source": "rpm", "version": "2.5.1"}], "libattr": [{"arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el8", "source": "rpm", "version": "2.4.48"}], "libbasicobjects": [{"arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "39.el8", "source": "rpm", "version": "0.1.1"}], "libblkid": [{"arch": "x86_64", "epoch": null, "name": "libblkid", "release": "24.el8", "source": "rpm", "version": "2.32.1"}], "libcap": [{"arch": "x86_64", "epoch": null, "name": "libcap", "release": "4.el8", "source": "rpm", "version": "2.26"}], "libcap-ng": [{"arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "5.el8", "source": "rpm", "version": "0.7.9"}], "libcollection": [{"arch": "x86_64", "epoch": null, "name": "libcollection", "release": "39.el8", "source": "rpm", "version": "0.7.0"}], "libcom_err": [{"arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "1.el8", "source": "rpm", "version": "1.45.6"}], "libcomps": [{"arch": "x86_64", "epoch": null, "name": "libcomps", "release": "4.el8", "source": "rpm", "version": "0.1.11"}], "libcroco": [{"arch": "x86_64", "epoch": null, "name": "libcroco", "release": "4.el8_2.1", "source": "rpm", "version": "0.6.12"}], "libcurl": [{"arch": "x86_64", "epoch": null, "name": "libcurl", "release": "14.el8", "source": "rpm", "version": "7.61.1"}], "libdaemon": [{"arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "15.el8", "source": "rpm", "version": "0.14"}], "libdb": [{"arch": "x86_64", "epoch": null, "name": "libdb", "release": "39.el8", "source": "rpm", "version": "5.3.28"}], "libdb-utils": [{"arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "39.el8", "source": "rpm", "version": "5.3.28"}], "libdhash": [{"arch": "x86_64", "epoch": null, "name": "libdhash", "release": "39.el8", "source": "rpm", "version": "0.5.0"}], "libdnf": [{"arch": "x86_64", "epoch": null, "name": "libdnf", "release": "5.el8", "source": "rpm", "version": "0.48.0"}], "libedit": [{"arch": "x86_64", "epoch": null, "name": "libedit", "release": "23.20170329cvs.el8", "source": "rpm", "version": "3.1"}], "liberation-fonts-common": [{"arch": "noarch", "epoch": 1, "name": "liberation-fonts-common", "release": "7.el8", "source": "rpm", "version": "2.00.3"}], "liberation-sans-fonts": [{"arch": "noarch", "epoch": 1, "name": "liberation-sans-fonts", "release": "7.el8", "source": "rpm", "version": "2.00.3"}], "libestr": [{"arch": "x86_64", "epoch": null, "name": "libestr", "release": "1.el8", "source": "rpm", "version": "0.1.10"}], "libevent": [{"arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.el8", "source": "rpm", "version": "2.1.8"}], "libfastjson": [{"arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "2.el8", "source": "rpm", "version": "0.99.8"}], "libfdisk": [{"arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "24.el8", "source": "rpm", "version": "2.32.1"}], "libffi": [{"arch": "x86_64", "epoch": null, "name": "libffi", "release": "22.el8", "source": "rpm", "version": "3.1"}], "libgcc": [{"arch": "x86_64", "epoch": null, "name": "libgcc", "release": "5.1.el8", "source": "rpm", "version": "8.3.1"}], "libgcrypt": [{"arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "4.el8", "source": "rpm", "version": "1.8.5"}], "libgomp": [{"arch": "x86_64", "epoch": null, "name": "libgomp", "release": "5.1.el8", "source": "rpm", "version": "8.3.1"}], "libgpg-error": [{"arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.el8", "source": "rpm", "version": "1.31"}], "libicu": [{"arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.el8_1", "source": "rpm", "version": "60.3"}], "libidn2": [{"arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.el8", "source": "rpm", "version": "2.2.0"}], "libini_config": [{"arch": "x86_64", "epoch": null, "name": "libini_config", "release": "39.el8", "source": "rpm", "version": "1.3.1"}], "libkcapi": [{"arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el8", "source": "rpm", "version": "1.2.0"}], "libkcapi-hmaccalc": [{"arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el8", "source": "rpm", "version": "1.2.0"}], "libknet1": [{"arch": "x86_64", "epoch": null, "name": "libknet1", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-compress-bzip2-plugin": [{"arch": "x86_64", "epoch": null, "name": "libknet1-compress-bzip2-plugin", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-compress-lz4-plugin": [{"arch": "x86_64", "epoch": null, "name": "libknet1-compress-lz4-plugin", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-compress-lzma-plugin": [{"arch": "x86_64", "epoch": null, "name": "libknet1-compress-lzma-plugin", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-compress-lzo2-plugin": [{"arch": "x86_64", "epoch": null, "name": "libknet1-compress-lzo2-plugin", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-compress-plugins-all": [{"arch": "x86_64", "epoch": null, "name": "libknet1-compress-plugins-all", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-compress-zlib-plugin": [{"arch": "x86_64", "epoch": null, "name": "libknet1-compress-zlib-plugin", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-crypto-nss-plugin": [{"arch": "x86_64", "epoch": null, "name": "libknet1-crypto-nss-plugin", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-crypto-openssl-plugin": [{"arch": "x86_64", "epoch": null, "name": "libknet1-crypto-openssl-plugin", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-crypto-plugins-all": [{"arch": "x86_64", "epoch": null, "name": "libknet1-crypto-plugins-all", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libknet1-plugins-all": [{"arch": "x86_64", "epoch": null, "name": "libknet1-plugins-all", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libksba": [{"arch": "x86_64", "epoch": null, "name": "libksba", "release": "7.el8", "source": "rpm", "version": "1.3.5"}], "libldb": [{"arch": "x86_64", "epoch": null, "name": "libldb", "release": "2.el8", "source": "rpm", "version": "2.1.3"}], "libmaxminddb": [{"arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "10.el8", "source": "rpm", "version": "1.2.0"}], "libmetalink": [{"arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "7.el8", "source": "rpm", "version": "0.1.3"}], "libmnl": [{"arch": "x86_64", "epoch": null, "name": "libmnl", "release": "6.el8", "source": "rpm", "version": "1.0.4"}], "libmodman": [{"arch": "x86_64", "epoch": null, "name": "libmodman", "release": "17.el8", "source": "rpm", "version": "2.0.1"}], "libmodulemd": [{"arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.el8", "source": "rpm", "version": "2.9.4"}], "libmount": [{"arch": "x86_64", "epoch": null, "name": "libmount", "release": "24.el8", "source": "rpm", "version": "2.32.1"}], "libndp": [{"arch": "x86_64", "epoch": null, "name": "libndp", "release": "3.el8", "source": "rpm", "version": "1.7"}], "libnfsidmap": [{"arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "35.el8", "source": "rpm", "version": "2.3.3"}], "libnghttp2": [{"arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "3.el8_2.1", "source": "rpm", "version": "1.33.0"}], "libnl3": [{"arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el8", "source": "rpm", "version": "3.5.0"}], "libnl3-cli": [{"arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el8", "source": "rpm", "version": "3.5.0"}], "libnozzle1": [{"arch": "x86_64", "epoch": null, "name": "libnozzle1", "release": "1.el8", "source": "rpm", "version": "1.16"}], "libnsl2": [{"arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "2.20180605git4a062cf.el8", "source": "rpm", "version": "1.2.0"}], "libpath_utils": [{"arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "39.el8", "source": "rpm", "version": "0.2.1"}], "libpcap": [{"arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "4.el8", "source": "rpm", "version": "1.9.1"}], "libpipeline": [{"arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.el8", "source": "rpm", "version": "1.5.0"}], "libpkgconf": [{"arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "1.el8", "source": "rpm", "version": "1.4.2"}], "libpng": [{"arch": "x86_64", "epoch": 2, "name": "libpng", "release": "5.el8", "source": "rpm", "version": "1.6.34"}], "libproxy": [{"arch": "x86_64", "epoch": null, "name": "libproxy", "release": "5.2.el8", "source": "rpm", "version": "0.4.15"}], "libpsl": [{"arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.el8", "source": "rpm", "version": "0.20.2"}], "libpwquality": [{"arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "9.el8", "source": "rpm", "version": "1.4.0"}], "libqb": [{"arch": "x86_64", "epoch": null, "name": "libqb", "release": "12.el8", "source": "rpm", "version": "1.0.3"}], "libref_array": [{"arch": "x86_64", "epoch": null, "name": "libref_array", "release": "39.el8", "source": "rpm", "version": "0.1.5"}], "librepo": [{"arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.el8", "source": "rpm", "version": "1.12.0"}], "libreport-filesystem": [{"arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "15.el8", "source": "rpm", "version": "2.9.5"}], "libseccomp": [{"arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "1.el8", "source": "rpm", "version": "2.4.3"}], "libsecret": [{"arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.el8", "source": "rpm", "version": "0.18.6"}], "libselinux": [{"arch": "x86_64", "epoch": null, "name": "libselinux", "release": "4.el8_3", "source": "rpm", "version": "2.9"}], "libselinux-utils": [{"arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "4.el8_3", "source": "rpm", "version": "2.9"}], "libsemanage": [{"arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "3.el8", "source": "rpm", "version": "2.9"}], "libsepol": [{"arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.el8", "source": "rpm", "version": "2.9"}], "libsigsegv": [{"arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "5.el8", "source": "rpm", "version": "2.11"}], "libsmartcols": [{"arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "24.el8", "source": "rpm", "version": "2.32.1"}], "libsolv": [{"arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.el8", "source": "rpm", "version": "0.7.11"}], "libsoup": [{"arch": "x86_64", "epoch": null, "name": "libsoup", "release": "2.el8", "source": "rpm", "version": "2.62.3"}], "libss": [{"arch": "x86_64", "epoch": null, "name": "libss", "release": "1.el8", "source": "rpm", "version": "1.45.6"}], "libssh": [{"arch": "x86_64", "epoch": null, "name": "libssh", "release": "2.el8", "source": "rpm", "version": "0.9.4"}], "libssh-config": [{"arch": "noarch", "epoch": null, "name": "libssh-config", "release": "2.el8", "source": "rpm", "version": "0.9.4"}], "libsss_autofs": [{"arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "libsss_certmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "libsss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "libsss_nss_idmap": [{"arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "libsss_sudo": [{"arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "libstdc++": [{"arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "5.1.el8", "source": "rpm", "version": "8.3.1"}], "libstemmer": [{"arch": "x86_64", "epoch": null, "name": "libstemmer", "release": "10.585svn.el8", "source": "rpm", "version": "0"}], "libsysfs": [{"arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "24.el8", "source": "rpm", "version": "2.1.0"}], "libtalloc": [{"arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.el8", "source": "rpm", "version": "2.3.1"}], "libtasn1": [{"arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "3.el8", "source": "rpm", "version": "4.13"}], "libtdb": [{"arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.el8", "source": "rpm", "version": "1.4.3"}], "libteam": [{"arch": "x86_64", "epoch": null, "name": "libteam", "release": "2.el8", "source": "rpm", "version": "1.31"}], "libtevent": [{"arch": "x86_64", "epoch": null, "name": "libtevent", "release": "2.el8", "source": "rpm", "version": "0.10.2"}], "libtirpc": [{"arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "4.el8", "source": "rpm", "version": "1.1.4"}], "libunistring": [{"arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.el8", "source": "rpm", "version": "0.9.9"}], "libusbx": [{"arch": "x86_64", "epoch": null, "name": "libusbx", "release": "4.el8", "source": "rpm", "version": "1.0.23"}], "libuser": [{"arch": "x86_64", "epoch": null, "name": "libuser", "release": "23.el8", "source": "rpm", "version": "0.62"}], "libutempter": [{"arch": "x86_64", "epoch": null, "name": "libutempter", "release": "14.el8", "source": "rpm", "version": "1.1.6"}], "libuuid": [{"arch": "x86_64", "epoch": null, "name": "libuuid", "release": "24.el8", "source": "rpm", "version": "2.32.1"}], "libverto": [{"arch": "x86_64", "epoch": null, "name": "libverto", "release": "5.el8", "source": "rpm", "version": "0.3.0"}], "libverto-libevent": [{"arch": "x86_64", "epoch": null, "name": "libverto-libevent", "release": "5.el8", "source": "rpm", "version": "0.3.0"}], "libwbclient": [{"arch": "x86_64", "epoch": 0, "name": "libwbclient", "release": "12.el8.3", "source": "rpm", "version": "4.12.3"}], "libwsman1": [{"arch": "x86_64", "epoch": null, "name": "libwsman1", "release": "7.el8", "source": "rpm", "version": "2.6.5"}], "libxcb": [{"arch": "x86_64", "epoch": null, "name": "libxcb", "release": "1.el8", "source": "rpm", "version": "1.13.1"}], "libxcrypt": [{"arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "4.el8", "source": "rpm", "version": "4.1.1"}], "libxkbcommon": [{"arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.el8", "source": "rpm", "version": "0.9.1"}], "libxml2": [{"arch": "x86_64", "epoch": null, "name": "libxml2", "release": "8.el8", "source": "rpm", "version": "2.9.7"}], "libxslt": [{"arch": "x86_64", "epoch": null, "name": "libxslt", "release": "5.el8", "source": "rpm", "version": "1.1.32"}], "libyaml": [{"arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.el8", "source": "rpm", "version": "0.1.7"}], "libzstd": [{"arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.el8", "source": "rpm", "version": "1.4.4"}], "logrotate": [{"arch": "x86_64", "epoch": null, "name": "logrotate", "release": "4.el8", "source": "rpm", "version": "3.14.0"}], "lshw": [{"arch": "x86_64", "epoch": null, "name": "lshw", "release": "2.el8", "source": "rpm", "version": "B.02.19.2"}], "lsscsi": [{"arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "1.el8", "source": "rpm", "version": "0.30"}], "lua-libs": [{"arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "11.el8", "source": "rpm", "version": "5.3.4"}], "lvm2": [{"arch": "x86_64", "epoch": 8, "name": "lvm2", "release": "5.el8", "source": "rpm", "version": "2.03.09"}], "lvm2-libs": [{"arch": "x86_64", "epoch": 8, "name": "lvm2-libs", "release": "5.el8", "source": "rpm", "version": "2.03.09"}], "lz4-libs": [{"arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.el8", "source": "rpm", "version": "1.8.3"}], "lzo": [{"arch": "x86_64", "epoch": null, "name": "lzo", "release": "14.el8", "source": "rpm", "version": "2.08"}], "man-db": [{"arch": "x86_64", "epoch": null, "name": "man-db", "release": "17.el8", "source": "rpm", "version": "2.7.6.1"}], "memstrack": [{"arch": "x86_64", "epoch": null, "name": "memstrack", "release": "1.el8", "source": "rpm", "version": "0.1.11"}], "microcode_ctl": [{"arch": "x86_64", "epoch": 4, "name": "microcode_ctl", "release": "2.el8", "source": "rpm", "version": "20200609"}], "mozjs60": [{"arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "4.el8", "source": "rpm", "version": "60.9.0"}], "mpfr": [{"arch": "x86_64", "epoch": null, "name": "mpfr", "release": "1.el8", "source": "rpm", "version": "3.1.6"}], "ncurses": [{"arch": "x86_64", "epoch": null, "name": "ncurses", "release": "7.20180224.el8", "source": "rpm", "version": "6.1"}], "ncurses-base": [{"arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "7.20180224.el8", "source": "rpm", "version": "6.1"}], "ncurses-libs": [{"arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "7.20180224.el8", "source": "rpm", "version": "6.1"}], "net-snmp-libs": [{"arch": "x86_64", "epoch": 1, "name": "net-snmp-libs", "release": "18.el8_3.1", "source": "rpm", "version": "5.8"}], "net-snmp-utils": [{"arch": "x86_64", "epoch": 1, "name": "net-snmp-utils", "release": "18.el8_3.1", "source": "rpm", "version": "5.8"}], "net-tools": [{"arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.52.20160912git.el8", "source": "rpm", "version": "2.0"}], "nettle": [{"arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.el8", "source": "rpm", "version": "3.4.1"}], "newt": [{"arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el8", "source": "rpm", "version": "0.52.20"}], "nfs-utils": [{"arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "35.el8", "source": "rpm", "version": "2.3.3"}], "npth": [{"arch": "x86_64", "epoch": null, "name": "npth", "release": "4.el8", "source": "rpm", "version": "1.5"}], "nspr": [{"arch": "x86_64", "epoch": null, "name": "nspr", "release": "2.el8_2", "source": "rpm", "version": "4.25.0"}], "nss": [{"arch": "x86_64", "epoch": null, "name": "nss", "release": "17.el8_3", "source": "rpm", "version": "3.53.1"}], "nss-softokn": [{"arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "17.el8_3", "source": "rpm", "version": "3.53.1"}], "nss-softokn-freebl": [{"arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "17.el8_3", "source": "rpm", "version": "3.53.1"}], "nss-sysinit": [{"arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "17.el8_3", "source": "rpm", "version": "3.53.1"}], "nss-util": [{"arch": "x86_64", "epoch": null, "name": "nss-util", "release": "17.el8_3", "source": "rpm", "version": "3.53.1"}], "numactl-libs": [{"arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "11.el8", "source": "rpm", "version": "2.0.12"}], "oddjob": [{"arch": "x86_64", "epoch": null, "name": "oddjob", "release": "3.el8", "source": "rpm", "version": "0.34.5"}], "oddjob-mkhomedir": [{"arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "3.el8", "source": "rpm", "version": "0.34.5"}], "openldap": [{"arch": "x86_64", "epoch": null, "name": "openldap", "release": "15.el8", "source": "rpm", "version": "2.4.46"}], "openssh": [{"arch": "x86_64", "epoch": null, "name": "openssh", "release": "5.el8", "source": "rpm", "version": "8.0p1"}], "openssh-clients": [{"arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "5.el8", "source": "rpm", "version": "8.0p1"}], "openssh-server": [{"arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "5.el8", "source": "rpm", "version": "8.0p1"}], "openssl": [{"arch": "x86_64", "epoch": 1, "name": "openssl", "release": "11.el8", "source": "rpm", "version": "1.1.1g"}], "openssl-libs": [{"arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "11.el8", "source": "rpm", "version": "1.1.1g"}], "openssl-pkcs11": [{"arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "2.el8", "source": "rpm", "version": "0.4.10"}], "openwsman-python3": [{"arch": "x86_64", "epoch": null, "name": "openwsman-python3", "release": "7.el8", "source": "rpm", "version": "2.6.5"}], "os-prober": [{"arch": "x86_64", "epoch": null, "name": "os-prober", "release": "6.el8", "source": "rpm", "version": "1.74"}], "overpass-fonts": [{"arch": "noarch", "epoch": null, "name": "overpass-fonts", "release": "3.el8", "source": "rpm", "version": "3.0.2"}], "p11-kit": [{"arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "5.el8_0", "source": "rpm", "version": "0.23.14"}], "p11-kit-trust": [{"arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "5.el8_0", "source": "rpm", "version": "0.23.14"}], "pacemaker": [{"arch": "x86_64", "epoch": null, "name": "pacemaker", "release": "6.el8_3.1", "source": "rpm", "version": "2.0.4"}], "pacemaker-cli": [{"arch": "x86_64", "epoch": null, "name": "pacemaker-cli", "release": "6.el8_3.1", "source": "rpm", "version": "2.0.4"}], "pacemaker-cluster-libs": [{"arch": "x86_64", "epoch": null, "name": "pacemaker-cluster-libs", "release": "6.el8_3.1", "source": "rpm", "version": "2.0.4"}], "pacemaker-libs": [{"arch": "x86_64", "epoch": null, "name": "pacemaker-libs", "release": "6.el8_3.1", "source": "rpm", "version": "2.0.4"}], "pacemaker-schemas": [{"arch": "noarch", "epoch": null, "name": "pacemaker-schemas", "release": "6.el8_3.1", "source": "rpm", "version": "2.0.4"}], "pam": [{"arch": "x86_64", "epoch": null, "name": "pam", "release": "11.el8", "source": "rpm", "version": "1.3.1"}], "parted": [{"arch": "x86_64", "epoch": null, "name": "parted", "release": "38.el8", "source": "rpm", "version": "3.2"}], "passwd": [{"arch": "x86_64", "epoch": null, "name": "passwd", "release": "3.el8", "source": "rpm", "version": "0.80"}], "pciutils-libs": [{"arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "2.el8", "source": "rpm", "version": "3.6.4"}], "pcre": [{"arch": "x86_64", "epoch": null, "name": "pcre", "release": "4.el8", "source": "rpm", "version": "8.42"}], "pcre2": [{"arch": "x86_64", "epoch": null, "name": "pcre2", "release": "2.el8", "source": "rpm", "version": "10.32"}], "pcs": [{"arch": "x86_64", "epoch": null, "name": "pcs", "release": "4.el8_3.1", "source": "rpm", "version": "0.10.6"}], "perl-Carp": [{"arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "396.el8", "source": "rpm", "version": "1.42"}], "perl-Errno": [{"arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "416.el8", "source": "rpm", "version": "1.28"}], "perl-Exporter": [{"arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "396.el8", "source": "rpm", "version": "5.72"}], "perl-File-Path": [{"arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "2.el8", "source": "rpm", "version": "2.15"}], "perl-IO": [{"arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "416.el8", "source": "rpm", "version": "1.38"}], "perl-PathTools": [{"arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "1.el8", "source": "rpm", "version": "3.74"}], "perl-Scalar-List-Utils": [{"arch": "x86_64", "epoch": 3, "name": "perl-Scalar-List-Utils", "release": "2.el8", "source": "rpm", "version": "1.49"}], "perl-Socket": [{"arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "3.el8", "source": "rpm", "version": "2.027"}], "perl-Text-Tabs+Wrap": [{"arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "395.el8", "source": "rpm", "version": "2013.0523"}], "perl-Time-Local": [{"arch": "noarch", "epoch": 1, "name": "perl-Time-Local", "release": "1.el8", "source": "rpm", "version": "1.280"}], "perl-TimeDate": [{"arch": "noarch", "epoch": 1, "name": "perl-TimeDate", "release": "15.module_el8.3.0+416+dee7bcef", "source": "rpm", "version": "2.30"}], "perl-Unicode-Normalize": [{"arch": "x86_64", "epoch": null, "name": "perl-Unicode-Normalize", "release": "396.el8", "source": "rpm", "version": "1.25"}], "perl-constant": [{"arch": "noarch", "epoch": null, "name": "perl-constant", "release": "396.el8", "source": "rpm", "version": "1.33"}], "perl-interpreter": [{"arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "416.el8", "source": "rpm", "version": "5.26.3"}], "perl-libs": [{"arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "416.el8", "source": "rpm", "version": "5.26.3"}], "perl-macros": [{"arch": "x86_64", "epoch": 4, "name": "perl-macros", "release": "416.el8", "source": "rpm", "version": "5.26.3"}], "perl-parent": [{"arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.el8", "source": "rpm", "version": "0.237"}], "perl-threads": [{"arch": "x86_64", "epoch": 1, "name": "perl-threads", "release": "2.el8", "source": "rpm", "version": "2.21"}], "perl-threads-shared": [{"arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "2.el8", "source": "rpm", "version": "1.58"}], "pigz": [{"arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el8", "source": "rpm", "version": "2.4"}], "pinentry": [{"arch": "x86_64", "epoch": null, "name": "pinentry", "release": "2.el8", "source": "rpm", "version": "1.1.0"}], "pixman": [{"arch": "x86_64", "epoch": null, "name": "pixman", "release": "1.el8", "source": "rpm", "version": "0.38.4"}], "pkgconf": [{"arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "1.el8", "source": "rpm", "version": "1.4.2"}], "pkgconf-m4": [{"arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "1.el8", "source": "rpm", "version": "1.4.2"}], "pkgconf-pkg-config": [{"arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "1.el8", "source": "rpm", "version": "1.4.2"}], "platform-python": [{"arch": "x86_64", "epoch": null, "name": "platform-python", "release": "31.el8", "source": "rpm", "version": "3.6.8"}], "platform-python-pip": [{"arch": "noarch", "epoch": null, "name": "platform-python-pip", "release": "18.el8", "source": "rpm", "version": "9.0.3"}], "platform-python-setuptools": [{"arch": "noarch", "epoch": null, "name": "platform-python-setuptools", "release": "6.el8", "source": "rpm", "version": "39.2.0"}], "policycoreutils": [{"arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "9.el8", "source": "rpm", "version": "2.9"}], "policycoreutils-python-utils": [{"arch": "noarch", "epoch": null, "name": "policycoreutils-python-utils", "release": "9.el8", "source": "rpm", "version": "2.9"}], "polkit": [{"arch": "x86_64", "epoch": null, "name": "polkit", "release": "11.el8", "source": "rpm", "version": "0.115"}], "polkit-libs": [{"arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "11.el8", "source": "rpm", "version": "0.115"}], "polkit-pkla-compat": [{"arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "12.el8", "source": "rpm", "version": "0.1"}], "popt": [{"arch": "x86_64", "epoch": null, "name": "popt", "release": "14.el8", "source": "rpm", "version": "1.16"}], "prefixdevname": [{"arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "6.el8", "source": "rpm", "version": "0.1.0"}], "procps-ng": [{"arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "3.el8", "source": "rpm", "version": "3.3.15"}], "psmisc": [{"arch": "x86_64", "epoch": null, "name": "psmisc", "release": "5.el8", "source": "rpm", "version": "23.1"}], "publicsuffix-list-dafsa": [{"arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.el8", "source": "rpm", "version": "20180723"}], "python3-asn1crypto": [{"arch": "noarch", "epoch": null, "name": "python3-asn1crypto", "release": "3.el8", "source": "rpm", "version": "0.24.0"}], "python3-audit": [{"arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "0.17.20191104git1c2f876.el8", "source": "rpm", "version": "3.0"}], "python3-babel": [{"arch": "noarch", "epoch": null, "name": "python3-babel", "release": "5.el8", "source": "rpm", "version": "2.5.1"}], "python3-cairo": [{"arch": "x86_64", "epoch": null, "name": "python3-cairo", "release": "6.el8", "source": "rpm", "version": "1.16.3"}], "python3-cffi": [{"arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "5.el8", "source": "rpm", "version": "1.11.5"}], "python3-chardet": [{"arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "7.el8", "source": "rpm", "version": "3.0.4"}], "python3-clufter": [{"arch": "noarch", "epoch": null, "name": "python3-clufter", "release": "5.el8", "source": "rpm", "version": "0.77.1"}], "python3-configobj": [{"arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "11.el8", "source": "rpm", "version": "5.0.6"}], "python3-cryptography": [{"arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "3.el8", "source": "rpm", "version": "2.3"}], "python3-dateutil": [{"arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "6.el8", "source": "rpm", "version": "2.6.1"}], "python3-dbus": [{"arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "15.el8", "source": "rpm", "version": "1.2.4"}], "python3-decorator": [{"arch": "noarch", "epoch": null, "name": "python3-decorator", "release": "2.el8", "source": "rpm", "version": "4.2.1"}], "python3-dmidecode": [{"arch": "x86_64", "epoch": null, "name": "python3-dmidecode", "release": "15.el8", "source": "rpm", "version": "3.12.2"}], "python3-dnf": [{"arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "4.el8", "source": "rpm", "version": "4.2.23"}], "python3-dnf-plugins-core": [{"arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "5.el8", "source": "rpm", "version": "4.0.17"}], "python3-fasteners": [{"arch": "noarch", "epoch": null, "name": "python3-fasteners", "release": "14.el8", "source": "rpm", "version": "0.14.1"}], "python3-gflags": [{"arch": "noarch", "epoch": null, "name": "python3-gflags", "release": "13.el8", "source": "rpm", "version": "2.0"}], "python3-gobject": [{"arch": "x86_64", "epoch": null, "name": "python3-gobject", "release": "2.el8", "source": "rpm", "version": "3.28.3"}], "python3-gobject-base": [{"arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "2.el8", "source": "rpm", "version": "3.28.3"}], "python3-google-api-client": [{"arch": "noarch", "epoch": null, "name": "python3-google-api-client", "release": "3.el8", "source": "rpm", "version": "1.6.5"}], "python3-gpg": [{"arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "3.el8", "source": "rpm", "version": "1.13.1"}], "python3-hawkey": [{"arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "5.el8", "source": "rpm", "version": "0.48.0"}], "python3-html5lib": [{"arch": "noarch", "epoch": 1, "name": "python3-html5lib", "release": "6.el8", "source": "rpm", "version": "0.999999999"}], "python3-httplib2": [{"arch": "noarch", "epoch": null, "name": "python3-httplib2", "release": "4.el8", "source": "rpm", "version": "0.10.3"}], "python3-idna": [{"arch": "noarch", "epoch": null, "name": "python3-idna", "release": "5.el8", "source": "rpm", "version": "2.5"}], "python3-jinja2": [{"arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "2.el8_0", "source": "rpm", "version": "2.10.1"}], "python3-jsonpatch": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "2.el8", "source": "rpm", "version": "1.21"}], "python3-jsonpointer": [{"arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "11.el8", "source": "rpm", "version": "1.10"}], "python3-jsonschema": [{"arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "4.el8", "source": "rpm", "version": "2.6.0"}], "python3-jwt": [{"arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.el8", "source": "rpm", "version": "1.6.1"}], "python3-libcomps": [{"arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "4.el8", "source": "rpm", "version": "0.1.11"}], "python3-libdnf": [{"arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "5.el8", "source": "rpm", "version": "0.48.0"}], "python3-libs": [{"arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "31.el8", "source": "rpm", "version": "3.6.8"}], "python3-libselinux": [{"arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "4.el8_3", "source": "rpm", "version": "2.9"}], "python3-libsemanage": [{"arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "3.el8", "source": "rpm", "version": "2.9"}], "python3-libxml2": [{"arch": "x86_64", "epoch": null, "name": "python3-libxml2", "release": "8.el8", "source": "rpm", "version": "2.9.7"}], "python3-linux-procfs": [{"arch": "noarch", "epoch": null, "name": "python3-linux-procfs", "release": "2.el8", "source": "rpm", "version": "0.6.2"}], "python3-lxml": [{"arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "1.el8", "source": "rpm", "version": "4.2.3"}], "python3-markupsafe": [{"arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "19.el8", "source": "rpm", "version": "0.23"}], "python3-oauth2client": [{"arch": "noarch", "epoch": null, "name": "python3-oauth2client", "release": "6.el8", "source": "rpm", "version": "4.1.2"}], "python3-oauthlib": [{"arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.el8", "source": "rpm", "version": "2.1.0"}], "python3-perf": [{"arch": "x86_64", "epoch": null, "name": "python3-perf", "release": "240.1.1.el8_3", "source": "rpm", "version": "4.18.0"}], "python3-pexpect": [{"arch": "noarch", "epoch": null, "name": "python3-pexpect", "release": "3.el8", "source": "rpm", "version": "4.3.1"}], "python3-pip": [{"arch": "noarch", "epoch": null, "name": "python3-pip", "release": "18.el8", "source": "rpm", "version": "9.0.3"}], "python3-pip-wheel": [{"arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "18.el8", "source": "rpm", "version": "9.0.3"}], "python3-ply": [{"arch": "noarch", "epoch": null, "name": "python3-ply", "release": "8.el8", "source": "rpm", "version": "3.9"}], "python3-policycoreutils": [{"arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "9.el8", "source": "rpm", "version": "2.9"}], "python3-prettytable": [{"arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "14.el8", "source": "rpm", "version": "0.7.2"}], "python3-ptyprocess": [{"arch": "noarch", "epoch": null, "name": "python3-ptyprocess", "release": "4.el8", "source": "rpm", "version": "0.5.2"}], "python3-pyOpenSSL": [{"arch": "noarch", "epoch": null, "name": "python3-pyOpenSSL", "release": "1.el8", "source": "rpm", "version": "18.0.0"}], "python3-pyasn1": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "6.el8", "source": "rpm", "version": "0.3.7"}], "python3-pyasn1-modules": [{"arch": "noarch", "epoch": null, "name": "python3-pyasn1-modules", "release": "6.el8", "source": "rpm", "version": "0.3.7"}], "python3-pycparser": [{"arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "14.el8", "source": "rpm", "version": "2.14"}], "python3-pycurl": [{"arch": "x86_64", "epoch": null, "name": "python3-pycurl", "release": "4.el8", "source": "rpm", "version": "7.43.0.2"}], "python3-pydbus": [{"arch": "noarch", "epoch": null, "name": "python3-pydbus", "release": "5.el8", "source": "rpm", "version": "0.6.0"}], "python3-pyparsing": [{"arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "7.el8", "source": "rpm", "version": "2.1.10"}], "python3-pyserial": [{"arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "8.el8", "source": "rpm", "version": "3.1.1"}], "python3-pysocks": [{"arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "3.el8", "source": "rpm", "version": "1.6.8"}], "python3-pytz": [{"arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "9.el8", "source": "rpm", "version": "2017.2"}], "python3-pyudev": [{"arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "7.el8", "source": "rpm", "version": "0.21.0"}], "python3-pyyaml": [{"arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "12.el8", "source": "rpm", "version": "3.12"}], "python3-requests": [{"arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.1.el8_1", "source": "rpm", "version": "2.20.0"}], "python3-rpm": [{"arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "4.el8", "source": "rpm", "version": "4.14.3"}], "python3-schedutils": [{"arch": "x86_64", "epoch": null, "name": "python3-schedutils", "release": "6.el8", "source": "rpm", "version": "0.6"}], "python3-setools": [{"arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "2.el8", "source": "rpm", "version": "4.3.0"}], "python3-setuptools": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "6.el8", "source": "rpm", "version": "39.2.0"}], "python3-setuptools-wheel": [{"arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "6.el8", "source": "rpm", "version": "39.2.0"}], "python3-six": [{"arch": "noarch", "epoch": null, "name": "python3-six", "release": "8.el8", "source": "rpm", "version": "1.11.0"}], "python3-slip": [{"arch": "noarch", "epoch": null, "name": "python3-slip", "release": "11.el8", "source": "rpm", "version": "0.6.4"}], "python3-slip-dbus": [{"arch": "noarch", "epoch": null, "name": "python3-slip-dbus", "release": "11.el8", "source": "rpm", "version": "0.6.4"}], "python3-suds": [{"arch": "noarch", "epoch": null, "name": "python3-suds", "release": "0.8.94664ddd46a6.el8", "source": "rpm", "version": "0.7"}], "python3-syspurpose": [{"arch": "x86_64", "epoch": null, "name": "python3-syspurpose", "release": "1.el8", "source": "rpm", "version": "1.27.16"}], "python3-systemd": [{"arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "8.el8", "source": "rpm", "version": "234"}], "python3-unbound": [{"arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "14.el8", "source": "rpm", "version": "1.7.3"}], "python3-uritemplate": [{"arch": "noarch", "epoch": null, "name": "python3-uritemplate", "release": "3.el8", "source": "rpm", "version": "3.0.0"}], "python3-urllib3": [{"arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "4.el8", "source": "rpm", "version": "1.24.2"}], "python3-webencodings": [{"arch": "noarch", "epoch": null, "name": "python3-webencodings", "release": "6.el8", "source": "rpm", "version": "0.5.1"}], "python36": [{"arch": "x86_64", "epoch": null, "name": "python36", "release": "2.module_el8.3.0+562+e162826a", "source": "rpm", "version": "3.6.8"}], "qemu-guest-agent": [{"arch": "x86_64", "epoch": 15, "name": "qemu-guest-agent", "release": "34.module_el8.3.0+555+a55c8938", "source": "rpm", "version": "4.2.0"}], "quota": [{"arch": "x86_64", "epoch": 1, "name": "quota", "release": "10.el8", "source": "rpm", "version": "4.04"}], "quota-nls": [{"arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "10.el8", "source": "rpm", "version": "4.04"}], "readline": [{"arch": "x86_64", "epoch": null, "name": "readline", "release": "10.el8", "source": "rpm", "version": "7.0"}], "resource-agents": [{"arch": "x86_64", "epoch": null, "name": "resource-agents", "release": "68.el8_3.2", "source": "rpm", "version": "4.1.1"}], "resource-agents-gcp": [{"arch": "x86_64", "epoch": null, "name": "resource-agents-gcp", "release": "68.el8_3.2", "source": "rpm", "version": "4.1.1"}], "rng-tools": [{"arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "3.el8", "source": "rpm", "version": "6.8"}], "rootfiles": [{"arch": "noarch", "epoch": null, "name": "rootfiles", "release": "22.el8", "source": "rpm", "version": "8.1"}], "rpcbind": [{"arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "7.el8", "source": "rpm", "version": "1.2.5"}], "rpm": [{"arch": "x86_64", "epoch": null, "name": "rpm", "release": "4.el8", "source": "rpm", "version": "4.14.3"}], "rpm-build-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "4.el8", "source": "rpm", "version": "4.14.3"}], "rpm-libs": [{"arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "4.el8", "source": "rpm", "version": "4.14.3"}], "rpm-plugin-selinux": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "4.el8", "source": "rpm", "version": "4.14.3"}], "rpm-plugin-systemd-inhibit": [{"arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "4.el8", "source": "rpm", "version": "4.14.3"}], "rsync": [{"arch": "x86_64", "epoch": null, "name": "rsync", "release": "9.el8", "source": "rpm", "version": "3.1.3"}], "rsyslog": [{"arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "6.el8", "source": "rpm", "version": "8.1911.0"}], "ruby": [{"arch": "x86_64", "epoch": null, "name": "ruby", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "2.5.5"}], "ruby-irb": [{"arch": "noarch", "epoch": null, "name": "ruby-irb", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "2.5.5"}], "ruby-libs": [{"arch": "x86_64", "epoch": null, "name": "ruby-libs", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "2.5.5"}], "rubygem-bigdecimal": [{"arch": "x86_64", "epoch": null, "name": "rubygem-bigdecimal", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "1.3.4"}], "rubygem-did_you_mean": [{"arch": "noarch", "epoch": null, "name": "rubygem-did_you_mean", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "1.2.0"}], "rubygem-io-console": [{"arch": "x86_64", "epoch": null, "name": "rubygem-io-console", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "0.4.6"}], "rubygem-json": [{"arch": "x86_64", "epoch": null, "name": "rubygem-json", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "2.1.0"}], "rubygem-openssl": [{"arch": "x86_64", "epoch": null, "name": "rubygem-openssl", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "2.1.2"}], "rubygem-psych": [{"arch": "x86_64", "epoch": null, "name": "rubygem-psych", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "3.0.2"}], "rubygem-rdoc": [{"arch": "noarch", "epoch": null, "name": "rubygem-rdoc", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "6.0.1"}], "rubygems": [{"arch": "noarch", "epoch": null, "name": "rubygems", "release": "106.module_el8.3.0+571+bab7c6bc", "source": "rpm", "version": "2.7.6.2"}], "samba-client-libs": [{"arch": "x86_64", "epoch": 0, "name": "samba-client-libs", "release": "12.el8.3", "source": "rpm", "version": "4.12.3"}], "samba-common": [{"arch": "noarch", "epoch": 0, "name": "samba-common", "release": "12.el8.3", "source": "rpm", "version": "4.12.3"}], "samba-common-libs": [{"arch": "x86_64", "epoch": 0, "name": "samba-common-libs", "release": "12.el8.3", "source": "rpm", "version": "4.12.3"}], "sbd": [{"arch": "x86_64", "epoch": null, "name": "sbd", "release": "7.el8", "source": "rpm", "version": "1.4.1"}], "sed": [{"arch": "x86_64", "epoch": null, "name": "sed", "release": "2.el8", "source": "rpm", "version": "4.5"}], "selinux-policy": [{"arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "54.el8", "source": "rpm", "version": "3.14.3"}], "selinux-policy-targeted": [{"arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "54.el8", "source": "rpm", "version": "3.14.3"}], "setroubleshoot-plugins": [{"arch": "noarch", "epoch": null, "name": "setroubleshoot-plugins", "release": "1.el8", "source": "rpm", "version": "3.3.13"}], "setroubleshoot-server": [{"arch": "x86_64", "epoch": null, "name": "setroubleshoot-server", "release": "1.el8", "source": "rpm", "version": "3.3.24"}], "setup": [{"arch": "noarch", "epoch": null, "name": "setup", "release": "6.el8", "source": "rpm", "version": "2.12.2"}], "sg3_utils": [{"arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "5.el8", "source": "rpm", "version": "1.44"}], "sg3_utils-libs": [{"arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "5.el8", "source": "rpm", "version": "1.44"}], "shadow-utils": [{"arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "11.el8", "source": "rpm", "version": "4.6"}], "shared-mime-info": [{"arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.el8", "source": "rpm", "version": "1.9"}], "slang": [{"arch": "x86_64", "epoch": null, "name": "slang", "release": "3.el8", "source": "rpm", "version": "2.3.2"}], "snappy": [{"arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el8", "source": "rpm", "version": "1.1.8"}], "sos": [{"arch": "noarch", "epoch": null, "name": "sos", "release": "6.el8", "source": "rpm", "version": "3.9.1"}], "sqlite-libs": [{"arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "11.el8", "source": "rpm", "version": "3.26.0"}], "squashfs-tools": [{"arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "19.el8", "source": "rpm", "version": "4.3"}], "sscg": [{"arch": "x86_64", "epoch": null, "name": "sscg", "release": "14.el8", "source": "rpm", "version": "2.3.3"}], "sssd-client": [{"arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "sssd-common": [{"arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "sssd-kcm": [{"arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "sssd-nfs-idmap": [{"arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "9.el8", "source": "rpm", "version": "2.3.0"}], "sudo": [{"arch": "x86_64", "epoch": null, "name": "sudo", "release": "6.el8", "source": "rpm", "version": "1.8.29"}], "systemd": [{"arch": "x86_64", "epoch": null, "name": "systemd", "release": "41.el8_3", "source": "rpm", "version": "239"}], "systemd-libs": [{"arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "41.el8_3", "source": "rpm", "version": "239"}], "systemd-pam": [{"arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "41.el8_3", "source": "rpm", "version": "239"}], "systemd-udev": [{"arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "41.el8_3", "source": "rpm", "version": "239"}], "tar": [{"arch": "x86_64", "epoch": 2, "name": "tar", "release": "5.el8", "source": "rpm", "version": "1.30"}], "teamd": [{"arch": "x86_64", "epoch": null, "name": "teamd", "release": "2.el8", "source": "rpm", "version": "1.31"}], "telnet": [{"arch": "x86_64", "epoch": 1, "name": "telnet", "release": "73.el8_1.1", "source": "rpm", "version": "0.17"}], "timedatex": [{"arch": "x86_64", "epoch": null, "name": "timedatex", "release": "3.el8", "source": "rpm", "version": "0.5"}], "trousers": [{"arch": "x86_64", "epoch": null, "name": "trousers", "release": "4.el8", "source": "rpm", "version": "0.3.14"}], "trousers-lib": [{"arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "4.el8", "source": "rpm", "version": "0.3.14"}], "tuned": [{"arch": "noarch", "epoch": null, "name": "tuned", "release": "3.el8", "source": "rpm", "version": "2.14.0"}], "tzdata": [{"arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el8", "source": "rpm", "version": "2020d"}], "unbound-libs": [{"arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "14.el8", "source": "rpm", "version": "1.7.3"}], "userspace-rcu": [{"arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "2.el8", "source": "rpm", "version": "0.10.1"}], "util-linux": [{"arch": "x86_64", "epoch": null, "name": "util-linux", "release": "24.el8", "source": "rpm", "version": "2.32.1"}], "vim-minimal": [{"arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "15.el8", "source": "rpm", "version": "8.0.1763"}], "virt-what": [{"arch": "x86_64", "epoch": null, "name": "virt-what", "release": "6.el8", "source": "rpm", "version": "1.18"}], "which": [{"arch": "x86_64", "epoch": null, "name": "which", "release": "12.el8", "source": "rpm", "version": "2.21"}], "xfsprogs": [{"arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.el8", "source": "rpm", "version": "5.0.0"}], "xkeyboard-config": [{"arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.el8", "source": "rpm", "version": "2.28"}], "xz": [{"arch": "x86_64", "epoch": null, "name": "xz", "release": "3.el8", "source": "rpm", "version": "5.2.4"}], "xz-libs": [{"arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "3.el8", "source": "rpm", "version": "5.2.4"}], "yum": [{"arch": "noarch", "epoch": null, "name": "yum", "release": "4.el8", "source": "rpm", "version": "4.2.23"}], "yum-utils": [{"arch": "noarch", "epoch": null, "name": "yum-utils", "release": "5.el8", "source": "rpm", "version": "4.0.17"}], "zlib": [{"arch": "x86_64", "epoch": null, "name": "zlib", "release": "16.el8_2", "source": "rpm", "version": "1.2.11"}]}}, "changed": false} TASK [Check installed packages] ************************************************ task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_packages.yml:30 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check cluster status] **************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_packages.yml:35 included: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml for /cache/centos-8.qcow2 TASK [Get pcs auth status] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:1 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "status", "pcsd"], "delta": "0:00:00.553259", "end": "2021-05-18 14:16:40.481198", "rc": 0, "start": "2021-05-18 14:16:39.927939", "stderr": "", "stderr_lines": [], "stdout": " localhost: Online", "stdout_lines": [" localhost: Online"]} TASK [Check pcs auth] ********************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:7 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Get cluster status] ****************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:12 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "status"], "delta": "0:00:00.722379", "end": "2021-05-18 14:16:41.818670", "rc": 0, "start": "2021-05-18 14:16:41.096291", "stderr": "", "stderr_lines": [], "stdout": "Cluster name: test-cluster\n\nWARNINGS:\nNo stonith devices and stonith-enabled is not false\n\nCluster Summary:\n * Stack: corosync\n * Current DC: localhost (version 2.0.4-6.el8_3.1-2deceaa3ae) - partition with quorum\n * Last updated: Tue May 18 14:16:41 2021\n * Last change: Tue May 18 14:16:29 2021 by hacluster via crmd on localhost\n * 1 node configured\n * 0 resource instances configured\n\nNode List:\n * Online: [ localhost ]\n\nFull List of Resources:\n * No resources\n\nDaemon Status:\n corosync: active/enabled\n pacemaker: active/enabled\n pcsd: active/enabled", "stdout_lines": ["Cluster name: test-cluster", "", "WARNINGS:", "No stonith devices and stonith-enabled is not false", "", "Cluster Summary:", " * Stack: corosync", " * Current DC: localhost (version 2.0.4-6.el8_3.1-2deceaa3ae) - partition with quorum", " * Last updated: Tue May 18 14:16:41 2021", " * Last change: Tue May 18 14:16:29 2021 by hacluster via crmd on localhost", " * 1 node configured", " * 0 resource instances configured", "", "Node List:", " * Online: [ localhost ]", "", "Full List of Resources:", " * No resources", "", "Daemon Status:", " corosync: active/enabled", " pacemaker: active/enabled", " pcsd: active/enabled"]} TASK [Check cluster is running] ************************************************ task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:18 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=78 changed=26 unreachable=0 failed=0 skipped=33 rescued=0 ignored=0 + cd /tmp/tmpw60fupk6/tests; TEST_SUBJECTS=/cache/centos-8.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_ha_cluster-15-3fa4b46-centos-8-ur2076ow/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmpw60fupk6/_setup.yml /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_pcsd_tls.yml ansible-playbook 2.8.19 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 2 plays in /tmp/tmpw60fupk6/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:5 ok: [/cache/centos-8.qcow2] => { "groups": { "all": [ "/cache/centos-8.qcow2" ], "localhost": [ "/cache/centos-8.qcow2" ], "subjects": [ "/cache/centos-8.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmpw60fupk6/_setup.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:16 [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["dnf", "config-manager", "--set-enabled", "ha"], "delta": "0:00:00.421252", "end": "2021-05-18 14:17:43.345378", "rc": 0, "start": "2021-05-18 14:17:42.924126", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=2 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_cluster_basic_custom_pcsd_tls.yml ****************************** 1 plays in /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_pcsd_tls.yml PLAY [Minimal cluster configuration, custom pcsd TLS certificate - key pair] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_pcsd_tls.yml:1 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Set up test environment] ************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_pcsd_tls.yml:11 included: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml for /cache/centos-8.qcow2 TASK [Set node name to 'localhost' for single-node clusters] ******************* task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"inventory_hostname": "localhost"}, "changed": false} TASK [Do not try to enable RHEL repositories] ********************************** task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Run PSKs and certificates fixture] *************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_pcsd_tls.yml:14 included: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml for /cache/centos-8.qcow2 TASK [Ensure a directory for temporary files exists] *************************** task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:3 changed: [/cache/centos-8.qcow2 -> localhost] => {"changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/tmpw60fupk6/tests/tmp", "size": 6, "state": "directory", "uid": 0} TASK [Generate pcsd TLS private key] ******************************************* task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:9 changed: [/cache/centos-8.qcow2 -> localhost] => {"changed": true, "filename": "/tmp/tmpw60fupk6/tests/tmp/pcsd.key", "fingerprint": {"md5": "88:2b:b2:ba:b5:9a:3c:4e:13:86:3b:02:19:e5:8f:c9", "sha1": "35:94:3f:c7:b4:97:f9:fe:a8:c6:31:de:88:15:88:99:da:95:9c:a8", "sha224": "d1:f3:4e:8b:10:8d:39:46:5f:9d:33:5f:72:96:87:25:3b:d3:76:8a:2d:25:8d:4a:a9:1f:d6:ea", "sha256": "e4:bc:23:70:9e:f2:63:15:66:a4:20:06:bc:e6:74:0b:95:24:5c:fa:b2:21:bd:74:89:5e:29:d1:2f:e6:18:22", "sha384": "8b:e4:ea:15:a1:4f:ab:bc:be:fd:cd:f2:dc:7b:fd:e9:ad:9d:24:b6:c3:05:be:09:2d:a3:c1:e9:fe:f7:7a:b2:06:86:f7:a4:69:6c:95:2f:52:3d:3e:6b:9a:71:11:10", "sha512": "be:20:56:b0:9f:55:c3:f1:bf:de:9f:95:70:47:14:76:06:4e:98:2c:5a:ad:e9:51:d7:3a:93:33:08:27:76:cc:9f:f7:a2:ff:af:f9:e0:2f:01:73:06:88:aa:40:55:79:c4:8b:24:a1:52:8b:e4:77:2a:29:a8:0f:9f:54:b8:14"}, "size": 4096, "type": "RSA"} TASK [Generate pcsd TLS certificate signing request] *************************** task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:14 changed: [/cache/centos-8.qcow2 -> localhost] => {"basicConstraints": null, "changed": true, "extendedKeyUsage": null, "filename": "/tmp/tmpw60fupk6/tests/tmp/pcsd.csr", "keyUsage": null, "ocspMustStaple": false, "privatekey": "/tmp/tmpw60fupk6/tests/tmp/pcsd.key", "subject": [["CN", "127.0.0.3"]], "subjectAltName": ["DNS:127.0.0.3"]} TASK [Generate pcsd TLS certificate] ******************************************* task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:20 changed: [/cache/centos-8.qcow2 -> localhost] => {"changed": true, "csr": "/tmp/tmpw60fupk6/tests/tmp/pcsd.csr", "filename": "/tmp/tmpw60fupk6/tests/tmp/pcsd.crt", "notAfter": "20310516141749Z", "notBefore": "20210518141749Z", "privatekey": "/tmp/tmpw60fupk6/tests/tmp/pcsd.key", "serial_number": 226789966705326934329515506564283163660358071714} TASK [Generate pre-shared keys] ************************************************ task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:27 ok: [/cache/centos-8.qcow2 -> localhost] => {"ansible_facts": {"__test_corosync_key": "ZkAx8jR/YfMAodoCdttQMZSDu/I3ZQQt/H2Q1sktUd0LNq1r308l95RHdBsNuG6d\nJ2GrbeDo1TsiuFfGBrozgZ+m4ePjUQnc1h32722lBmmS4PchRQ+v6iSCDb/L8A5d\noWEhO0qOt7oB59NcszScB0dMiorhsqJmbB8xFFC/de68Vg2yf62OdyJ9PSFG3B5X\nQhJrbRmI+03b9kqqgVk6LS0rKLJa0tSRqoBh+Z/kE8sIp5TKxsCSg6hIWhBpHTPb\n+SmGyEMBX6MWvK/lVJxSjGrubzVXF1BMxxowCYtI7UjtcS3Vy1OFHNS2WG/IKw+U\nyO75Qo/xthCVhCcgSycMgQ==", "__test_fence_xvm_key": "3xWgBmrwP9Jk9A4pbdS0dJGBNb2viMbb/Q65JXbqckIIvGi9UKXZuRUoubcINlKJ\nbJtrboq4Kic65+EHyNBB2SEOSnutnZphrNXV0SHA8jkMEC1IfuOr0ZMEgNM6bmIs\nYOAVKVcR9m1lLu0Wjji0Ui3FX7YFL9IQIaxhsZNDeRwuWltL4enJSkNIbSoWFRoG\nimaWdwPY5fRQgPRFaOaEcvLNIIw4FXSfxlg7o+4aLXNgHqntOZ+2otfl15nWKlhk\n6a0BFONdwy8FEIDROMggr5LafpD1N+BpIhNTSGrtAZMTtWrmGwoHr4McUJzWWOtV\nip6OE6fcfoJ934ciVkOx15M3aTWaGENcBIHrPmeggYaRk8PzRaK7xhO0hBtMdxQk\nUMZUtdPpavhDErFQWBSw6Vjp/QLdu/HvKUOSaQ1CdkgkSviUriRpsjKhDdu4g0rM\nbHlIPziqgjP3z5X+RqnpcblekWY7nj+OSMJhFfxxLIv0wkYDtljv8Q/StYeovx5s\nUSzq2Qje9LJaRhKZc0uZ8hSdjXKlb6ulOJzC890MXJGZ7SGevPzxykALxcAdvKRf\nHGv7oNlwbH+inF7iWrYE/p3WU4krEIbk4pvTtXr2NIb9w+k78BA1FQbhO53Ynqof\nemgL712lbVO7Oa2QkFTx0STtWO9EixD1ZdhqpgTFWrQ=", "__test_pacemaker_key": "ZkAx8jR/YfMAodoCdttQMZSDu/I3ZQQt/H2Q1sktUd0LNq1r308l95RHdBsNuG6d\nJ2GrbeDo1TsiuFfGBrozgZ+m4ePjUQnc1h32722lBmmS4PchRQ+v6iSCDb/L8A5d\noWEhO0qOt7oB59NcszScB0dMiorhsqJmbB8xFFC/de68Vg2yf62OdyJ9PSFG3B5X\nQhJrbRmI+03b9kqqgVk6LS0rKLJa0tSRqoBh+Z/kE8sIp5TKxsCSg6hIWhBpHTPb\n+SmGyEMBX6MWvK/lVJxSjGrubzVXF1BMxxowCYtI7UjtcS3Vy1OFHNS2WG/IKw+U\nyO75Qo/xthCVhCcgSycMgQ=="}, "changed": false} TASK [Save corosync key] ******************************************************* task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:33 changed: [/cache/centos-8.qcow2 -> localhost] => {"changed": true, "checksum": "6a5f3d81cc1dcf6dcac84f0e79143e693729766b", "dest": "/tmp/tmpw60fupk6/tests/tmp/corosync-authkey", "gid": 0, "group": "root", "md5sum": "ba79b4f90c549eaed4ad48fa3f569c99", "mode": "0400", "owner": "root", "size": 480, "src": "/root/.ansible/tmp/ansible-tmp-1621347469.6-98256-270344824497246/source", "state": "file", "uid": 0} TASK [Save pacemaker key] ****************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:39 changed: [/cache/centos-8.qcow2 -> localhost] => {"changed": true, "checksum": "6a5f3d81cc1dcf6dcac84f0e79143e693729766b", "dest": "/tmp/tmpw60fupk6/tests/tmp/pacemaker-authkey", "gid": 0, "group": "root", "md5sum": "ba79b4f90c549eaed4ad48fa3f569c99", "mode": "0400", "owner": "root", "size": 480, "src": "/root/.ansible/tmp/ansible-tmp-1621347470.2-98285-217159787153618/source", "state": "file", "uid": 0} TASK [Save fence_xvm key] ****************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:45 changed: [/cache/centos-8.qcow2 -> localhost] => {"changed": true, "checksum": "40e93a9c57962c62c47443caf305b2dc81b876b1", "dest": "/tmp/tmpw60fupk6/tests/tmp/fence_xvm.key", "gid": 0, "group": "root", "md5sum": "21a272a89d51def58d8747c9d01ef38f", "mode": "0400", "owner": "root", "size": 965, "src": "/root/.ansible/tmp/ansible-tmp-1621347470.51-98320-235380503649105/source", "state": "file", "uid": 0} TASK [Get pcsd TLS private key hash] ******************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_pcsd_tls.yml:17 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "stat": {"atime": 1621347468.8586166, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "cdcfd9a2a0f5b9a029acdfccd379617f7e663aad", "ctime": 1621347468.2815955, "dev": 5242952, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 34824251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0600", "mtime": 1621347468.2805955, "nlink": 1, "path": "/tmp/tmpw60fupk6/tests/tmp/pcsd.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 3247, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get pcsd TLS certificate hash] ******************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_pcsd_tls.yml:24 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "stat": {"atime": 1621347469.4046364, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "9823744a9ea6f6ed93b16da39253e7926d3303f7", "ctime": 1621347469.4046364, "dev": 5242952, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 34834565, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0644", "mtime": 1621347469.4046364, "nlink": 1, "path": "/tmp/tmpw60fupk6/tests/tmp/pcsd.crt", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1728, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Run HA Cluster role] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_pcsd_tls.yml:31 TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:3 skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_facts": {"__ha_cluster_repos": [{"id": "ha", "name": "HighAvailability"}]}, "ansible_included_var_files": ["/tmp/tmpw60fupk6/vars/CentOS_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ******** task path: /tmp/tmpw60fupk6/tasks/main.yml:18 included: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] ***** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:3 skipping: [/cache/centos-8.qcow2] => (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 : Discover cluster node names] ************* task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:12 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_node_name": "localhost"}, "changed": false} TASK [linux-system-roles.ha_cluster : Collect cluster node names] ************** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:18 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_all_node_names": ["localhost"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:21 included: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:3 ok: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/RedHat.yml"}, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml"} ok: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml"}, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:24 included: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : List active CentOS repositories] ********* task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:3 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["dnf", "repolist"], "delta": "0:00:00.223457", "end": "2021-05-18 14:17:51.220404", "rc": 0, "start": "2021-05-18 14:17:50.996947", "stderr": "", "stderr_lines": [], "stdout": "repo id repo name\nappstream CentOS Linux 8 - AppStream\nbaseos CentOS Linux 8 - BaseOS\nextras CentOS Linux 8 - Extras\nha CentOS Linux 8 - HighAvailability", "stdout_lines": ["repo id repo name", "appstream CentOS Linux 8 - AppStream", "baseos CentOS Linux 8 - BaseOS", "extras CentOS Linux 8 - Extras", "ha CentOS Linux 8 - HighAvailability"]} TASK [linux-system-roles.ha_cluster : Enable CentOS repositories] ************** task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:12 skipping: [/cache/centos-8.qcow2] => (item={u'id': u'ha', u'name': u'HighAvailability'}) => {"ansible_loop_var": "item", "changed": false, "item": {"id": "ha", "name": "HighAvailability"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Install cluster packages] **************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:30 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: corosync", "Installed: libknet1-plugins-all", "Installed: pacemaker", "Installed: pcs", "Installed: fence-agents-all", "Installed: fence-virt", "Installed: gnutls-dane-3.6.14-8.el8_3.x86_64", "Installed: gnutls-utils-3.6.14-8.el8_3.x86_64", "Installed: samba-client-libs-4.12.3-12.el8.3.x86_64", "Installed: samba-common-4.12.3-12.el8.3.noarch", "Installed: samba-common-libs-4.12.3-12.el8.3.x86_64", "Installed: nspr-4.25.0-2.el8_2.x86_64", "Installed: nss-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-freebl-3.53.1-17.el8_3.x86_64", "Installed: nss-sysinit-3.53.1-17.el8_3.x86_64", "Installed: nss-util-3.53.1-17.el8_3.x86_64", "Installed: gnutls-3.6.14-8.el8_3.x86_64", "Installed: fence-agents-all-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-amt-ws-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-bladecenter-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-brocade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-mds-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-ucs-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-common-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-compute-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-drac5-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eaton-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-emerson-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eps-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-heuristics-ping-4.2.1-53.el8_3.1.noarch", "Installed: ipmitool-1.8.18-17.el8.x86_64", "Installed: fence-agents-hpblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ibmblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ifmib-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-moonshot-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-mp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-ssh-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo2-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-intelmodular-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipdu-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipmilan-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-kdump-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-mpath-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-redfish-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-rhevm-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsa-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsb-4.2.1-53.el8_3.1.noarch", "Installed: avahi-libs-0.7-19.el8.x86_64", "Installed: fence-agents-sbd-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-scsi-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-rest-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-soap-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-wti-4.2.1-53.el8_3.1.noarch", "Installed: fence-virt-1.0.0-1.el8.x86_64", "Installed: openwsman-python3-2.6.5-7.el8.x86_64", "Installed: ruby-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: autogen-libopts-5.18.12-8.el8.x86_64", "Installed: ruby-irb-2.5.5-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: ruby-libs-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: lvm2-8:2.03.09-5.el8.x86_64", "Installed: lvm2-libs-8:2.03.09-5.el8.x86_64", "Installed: rubygem-bigdecimal-1.3.4-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: libwsman1-2.6.5-7.el8.x86_64", "Installed: overpass-fonts-3.0.2-3.el8.noarch", "Installed: pacemaker-cluster-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-schemas-2.0.4-6.el8_3.1.noarch", "Installed: rubygem-did_you_mean-1.2.0-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygem-io-console-0.4.6-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cifs-utils-6.8-3.el8.x86_64", "Installed: userspace-rcu-0.10.1-2.el8.x86_64", "Installed: rubygem-json-2.1.0-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cups-libs-1:2.2.6-38.el8.x86_64", "Installed: rubygem-openssl-2.1.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: net-snmp-libs-1:5.8-18.el8_3.1.x86_64", "Installed: libwbclient-4.12.3-12.el8.3.x86_64", "Installed: python3-html5lib-1:0.999999999-6.el8.noarch", "Installed: rubygem-psych-3.0.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bcef.noarch", "Installed: rubygem-rdoc-6.0.1-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygems-2.7.6.2-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: device-mapper-event-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-5.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-5.el8.x86_64", "Installed: device-mapper-persistent-data-0.8.5-4.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: python3-lxml-4.2.3-1.el8.x86_64", "Installed: libxslt-1.1.32-5.el8.x86_64", "Installed: clufter-bin-0.77.1-5.el8.x86_64", "Installed: clufter-common-0.77.1-5.el8.noarch", "Installed: corosync-3.0.3-4.el8.x86_64", "Installed: python3-pexpect-4.3.1-3.el8.noarch", "Installed: python3-pip-9.0.3-18.el8.noarch", "Installed: libknet1-1.16-1.el8.x86_64", "Installed: libknet1-compress-bzip2-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-lz4-plugin-1.16-1.el8.x86_64", "Installed: sbd-1.4.1-7.el8.x86_64", "Installed: libknet1-compress-lzma-plugin-1.16-1.el8.x86_64", "Installed: python3-ptyprocess-0.5.2-4.el8.noarch", "Installed: libknet1-compress-lzo2-plugin-1.16-1.el8.x86_64", "Installed: python3-pyOpenSSL-18.0.0-1.el8.noarch", "Installed: libknet1-compress-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-compress-zlib-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-nss-plugin-1.16-1.el8.x86_64", "Installed: python3-pycurl-7.43.0.2-4.el8.x86_64", "Installed: libknet1-crypto-openssl-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-plugins-all-1.16-1.el8.x86_64", "Installed: libnozzle1-1.16-1.el8.x86_64", "Installed: pacemaker-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-cli-2.0.4-6.el8_3.1.x86_64", "Installed: pcs-0.10.6-4.el8_3.1.x86_64", "Installed: python3-clufter-0.77.1-5.el8.noarch", "Installed: resource-agents-4.1.1-68.el8_3.2.x86_64", "Installed: liberation-fonts-common-1:2.00.3-7.el8.noarch", "Installed: liberation-sans-fonts-1:2.00.3-7.el8.noarch", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-Errno-1.28-416.el8.x86_64", "Installed: perl-Exporter-5.72-396.el8.noarch", "Installed: perl-File-Path-2.15-2.el8.noarch", "Installed: perl-IO-1.38-416.el8.x86_64", "Installed: python3-suds-0.7-0.8.94664ddd46a6.el8.noarch", "Installed: perl-PathTools-3.74-1.el8.x86_64", "Installed: python3-webencodings-0.5.1-6.el8.noarch", "Installed: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64", "Installed: perl-Socket-4:2.027-3.el8.x86_64", "Installed: python36-3.6.8-2.module_el8.3.0+562+e162826a.x86_64", "Installed: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch", "Installed: perl-Time-Local-1:1.280-1.el8.noarch", "Installed: perl-Unicode-Normalize-1.25-396.el8.x86_64", "Installed: perl-constant-1.33-396.el8.noarch", "Installed: perl-interpreter-4:5.26.3-416.el8.x86_64", "Installed: perl-libs-4:5.26.3-416.el8.x86_64", "Installed: perl-macros-4:5.26.3-416.el8.x86_64", "Installed: perl-parent-1:0.237-1.el8.noarch", "Installed: perl-threads-1:2.21-2.el8.x86_64", "Installed: perl-threads-shared-1.58-2.el8.x86_64", "Installed: pkgconf-1.4.2-1.el8.x86_64", "Installed: pkgconf-m4-1.4.2-1.el8.noarch", "Installed: pkgconf-pkg-config-1.4.2-1.el8.x86_64", "Installed: libicu-60.3-2.el8_1.x86_64", "Installed: corosynclib-3.0.3-4.el8.x86_64", "Installed: telnet-1:0.17-73.el8_1.1.x86_64", "Installed: libpkgconf-1.4.2-1.el8.x86_64", "Installed: python3-pyparsing-2.1.10-7.el8.noarch", "Installed: libqb-1.0.3-12.el8.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch", "Installed: net-snmp-utils-1:5.8-18.el8_3.1.x86_64", "Removed: gnutls-3.6.14-6.el8.x86_64"]} TASK [linux-system-roles.ha_cluster : Set hacluster password] ****************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:43 changed: [/cache/centos-8.qcow2] => {"append": false, "changed": true, "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/tmpw60fupk6/tasks/main.yml:26 included: /tmp/tmpw60fupk6/tasks/firewall.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "stopped", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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"}, "run-r0e41ecbd3d324f7bbb27d318d47600a1.service": {"name": "run-r0e41ecbd3d324f7bbb27d318d47600a1.service", "source": "systemd", "state": "running", "status": "transient"}, "sbd.service": {"name": "sbd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "stopped", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "stopped", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable service "high-availability" in firewalld] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:6 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] ***** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:16 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ******************** task path: /tmp/tmpw60fupk6/tasks/main.yml:29 included: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Stop pcsd] ******************************* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:4 ok: [/cache/centos-8.qcow2] => {"changed": false, "name": "pcsd", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target sysinit.target system.slice pcsd-ruby.service network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 system.slice pcsd-ruby.service 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] *** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:9 skipping: [/cache/centos-8.qcow2] => (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/centos-8.qcow2] => (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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:22 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "cdcfd9a2a0f5b9a029acdfccd379617f7e663aad", "dest": "/var/lib/pcsd/pcsd.key", "gid": 0, "group": "root", "md5sum": "8fbd1ae4b4a9b3f23d781a5bd3ae59fe", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 3247, "src": "/root/.ansible/tmp/ansible-tmp-1621347502.27-98513-206235802219228/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] ********* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:29 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "9823744a9ea6f6ed93b16da39253e7926d3303f7", "dest": "/var/lib/pcsd/pcsd.crt", "gid": 0, "group": "root", "md5sum": "88a6692e1fccbd9a9cf378b0bb92224b", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 1728, "src": "/root/.ansible/tmp/ansible-tmp-1621347503.03-98541-109952782742525/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************ task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "2eb5db17086a85e3c786b995b992ab2a88c5819d", "dest": "/var/lib/pcsd/pcs_settings.conf", "gid": 0, "group": "root", "md5sum": "e057b9b2678ff5dfe700f048dae0963c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 362, "src": "/root/.ansible/tmp/ansible-tmp-1621347503.73-98569-144129899624587/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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "enabled": true, "name": "pcsd", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target sysinit.target pcsd-ruby.service systemd-journald.socket system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "network-online.target sysinit.target pcsd-ruby.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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:57 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "--version", "--full"], "delta": "0:00:00.534568", "end": "2021-05-18 14:18:26.068317", "rc": 0, "start": "2021-05-18 14:18:25.533749", "stderr": "", "stderr_lines": [], "stdout": "0.10.6\nbooth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed", "stdout_lines": ["0.10.6", "booth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed"]} TASK [linux-system-roles.ha_cluster : Parse pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:64 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_pcs_capabilities": ["booth", "cluster.config.backup-local", "cluster.config.export.to-pcs-commands", "cluster.config.import-cman", "cluster.config.restore-cluster", "cluster.config.restore-local", "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.config.get", "corosync.config.reload", "corosync.config.sync-to-local-cluster", "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.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.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.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-rsc-op", "pcmk.properties.resource-defaults", "pcmk.properties.resource-defaults.multiple", "pcmk.properties.resource-defaults.rule-rsc-op", "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.meta-in-create", "pcmk.resource.clone.wait", "pcmk.resource.create", "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.wait", "pcmk.resource.debug", "pcmk.resource.delete", "pcmk.resource.disable.safe", "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.promotable", "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.strict", "pcmk.stonith.create", "pcmk.stonith.create.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "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.node-attr", "pcmk.stonith.levels.node-regexp", "pcmk.stonith.refresh", "pcmk.stonith.refresh.strict", "pcmk.stonith.update", "pcmk.tag", "pcmk.tag.resources", "pcs.auth.client", "pcs.auth.client.cluster", "pcs.auth.deauth-client", "pcs.auth.deauth-server", "pcs.auth.no-bidirectional", "pcs.auth.separated-name-and-address", "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", "sbd", "sbd.option-timeout-action", "sbd.shared-block-device", "status.corosync.membership", "status.pcmk.resources.hide-inactive", "status.pcmk.resources.orphaned", "status.pcmk.xml", "stonith-agents.describe", "stonith-agents.list", "stonith-agents.list.detailed"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] *********** task path: /tmp/tmpw60fupk6/tasks/main.yml:32 included: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] *********** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/cluster", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0} TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] *********************** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:7 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random fence_xvm.key] *********** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:15 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "435269ec9c26e412554c2576ca929abd42bec762", "dest": "/etc/cluster/fence_xvm.key", "gid": 0, "group": "root", "md5sum": "410dbd2e91ed588ffdf9cc1c342e68ab", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_conf_t:s0", "size": 910, "src": "/root/.ansible/tmp/ansible-tmp-1621347508.65-98680-66564316362662/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Configure cluster nodes] ***************** task path: /tmp/tmpw60fupk6/tasks/main.yml:35 included: /tmp/tmpw60fupk6/tasks/cluster-setup.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.l0m2d56p_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/tmpw60fupk6/tasks/cluster-setup.yml:14 included: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] *** task path: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "cluster", "setup", "--corosync_conf", "/tmp/ansible.l0m2d56p_ha_cluster_corosync_conf", "--overwrite", "test-cluster", "localhost"], "delta": "0:00:00.577114", "end": "2021-05-18 14:18:30.011989", "rc": 0, "start": "2021-05-18 14:18:29.434875", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\nNo addresses specified for host 'localhost', using 'localhost'", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", "No addresses specified for host 'localhost', using 'localhost'"]} TASK [linux-system-roles.ha_cluster : Fetch created corosync.conf file] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:17 ok: [/cache/centos-8.qcow2] => {"changed": false, "content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==", "encoding": "base64", "source": "/tmp/ansible.l0m2d56p_ha_cluster_corosync_conf"} TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] *********** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:24 changed: [/cache/centos-8.qcow2] => {"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-1621347511.65-98760-145153214735812/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:34 changed: [/cache/centos-8.qcow2] => {"changed": true, "path": "/tmp/ansible.l0m2d56p_ha_cluster_corosync_conf", "state": "absent"} TASK [linux-system-roles.ha_cluster : Get corosync authkey] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:47 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random corosync authkey] ******** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:55 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "011d3609c1ba4ab77b07efb39659461a9d03bd6c", "dest": "/etc/corosync/authkey", "gid": 0, "group": "root", "md5sum": "70635ff463dd192779a624eb5c39bba5", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 474, "src": "/root/.ansible/tmp/ansible-tmp-1621347513.57-98835-63188077443823/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] ******************* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:64 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random pacemaker authkey] ******* task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:72 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "ce214fa7f24886a19f8fa5effa44198d8b46ea17", "dest": "/etc/pacemaker/authkey", "gid": 189, "group": "haclient", "md5sum": "c6baf6d2063889822d033a5dfb7227cc", "mode": "0400", "owner": "hacluster", "secontext": "system_u:object_r:etc_t:s0", "size": 482, "src": "/root/.ansible/tmp/ansible-tmp-1621347515.12-98894-123972701644390/source", "state": "file", "uid": 189} TASK [linux-system-roles.ha_cluster : Check if qdevice is configured] ********** task path: /tmp/tmpw60fupk6/tasks/main.yml:50 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_qdevice_in_use": false}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:55 included: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:1 changed: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "corosync", "name": "corosync", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice network-online.target basic.target sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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", "Requires": "network-online.target sysinit.target 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]", "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} changed: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "pacemaker", "name": "pacemaker", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service resource-agents-deps.target rsyslog.service corosync.service systemd-journald.socket time-sync.target basic.target system.slice sysinit.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 corosync.service sysinit.target", "Restart": "on-failure", "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": "no", "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]", "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": "infinity", "TimeoutStartUSec": "1min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "resource-agents-deps.target dbus.service", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:14 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Disable SBD] ***************************** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:18 ok: [/cache/centos-8.qcow2] => {"changed": false, "enabled": false, "name": "sbd", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target iscsi.service sysinit.target systemd-modules-load.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "pacemaker.service dlm.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "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 /var/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": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "/var/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": "11220", "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/tmpw60fupk6/tasks/main.yml:58 included: /tmp/tmpw60fupk6/tasks/pcs-auth.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check pcs auth status] ******************* task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "status", "pcsd", "localhost"], "delta": "0:00:00.558578", "end": "2021-05-18 14:18:38.559873", "failed_when_result": false, "msg": "non-zero return code", "rc": 2, "start": "2021-05-18 14:18:38.001295", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\n localhost: Unable to authenticate", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", " localhost: Unable to authenticate"]} TASK [linux-system-roles.ha_cluster : Run pcs auth] **************************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:18 included: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] ***************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "host", "auth", "-u", "hacluster", "localhost"], "delta": "0:00:00.948842", "end": "2021-05-18 14:18:40.083398", "rc": 0, "start": "2021-05-18 14:18:39.134556", "stderr": "", "stderr_lines": [], "stdout": "Password: localhost: Authorized", "stdout_lines": ["Password: localhost: Authorized"]} TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:63 included: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:19 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:22 ok: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": false, "item": "pacemaker", "name": "pacemaker", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service corosync.service system.slice network.target time-sync.target resource-agents-deps.target rsyslog.service basic.target sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target corosync.service system.slice", "Restart": "on-failure", "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": "no", "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]", "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": "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"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": false, "item": "corosync", "name": "corosync", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target basic.target system.slice systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target pacemaker.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 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": "Tue 2021-05-18 14:18:36 UTC", "StateChangeTimestampMonotonic": "110717844", "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": "11220", "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 : Start corosync] ************************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "corosync", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target basic.target system.slice systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target pacemaker.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 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": "Tue 2021-05-18 14:18:36 UTC", "StateChangeTimestampMonotonic": "110717844", "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": "11220", "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/tmpw60fupk6/tasks/cluster-start-and-reload.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["corosync-cfgtool", "-R"], "delta": "0:00:00.012911", "end": "2021-05-18 14:18:44.371720", "rc": 0, "start": "2021-05-18 14:18:44.358809", "stderr": "", "stderr_lines": [], "stdout": "Reloading corosync.conf...\nDone", "stdout_lines": ["Reloading corosync.conf...", "Done"]} TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ****************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:57 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Start pacemaker] ************************* task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:63 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "pacemaker", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service corosync.service system.slice network.target time-sync.target resource-agents-deps.target rsyslog.service basic.target sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target corosync.service system.slice", "Restart": "on-failure", "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": "no", "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]", "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": "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 [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:69 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "cluster", "start", "--all", "--wait"], "delta": "0:00:24.408775", "end": "2021-05-18 14:19:09.765204", "rc": 0, "start": "2021-05-18 14:18:45.356429", "stderr": "", "stderr_lines": [], "stdout": "localhost: Starting Cluster...\nWaiting for node(s) to start...\nlocalhost: Started", "stdout_lines": ["localhost: Starting Cluster...", "Waiting for node(s) to start...", "localhost: Started"]} TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:83 ok: [/cache/centos-8.qcow2] => {"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.019974", "end": "2021-05-18 14:19:10.199748", "rc": 0, "start": "2021-05-18 14:19:10.179774", "stderr": "", "stderr_lines": [], "stdout": "localhost", "stdout_lines": ["localhost"]} TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:104 skipping: [/cache/centos-8.qcow2] => (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/tmpw60fupk6/tasks/main.yml:66 included: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ****** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:10 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.dm48bx4n_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/tmpw60fupk6/tasks/create-and-push-cib.yml:18 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.jh3n443__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/tmpw60fupk6/tasks/create-and-push-cib.yml:26 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["cibadmin", "--query"], "delta": "0:00:00.010604", "end": "2021-05-18 14:19:11.622631", "rc": 0, "start": "2021-05-18 14:19:11.612027", "stderr": "", "stderr_lines": [], "stdout": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n", "stdout_lines": ["", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", ""]} TASK [linux-system-roles.ha_cluster : Write CIB configuration] ***************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:33 changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.jh3n443__ha_cluster_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "ec7f27ae03a0e0af398537797107a2aca5460b54", "dest": "/tmp/ansible.jh3n443__ha_cluster_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.jh3n443__ha_cluster_cib_xml", "md5sum": "ebc0a09b12f4cf22bc2a1789f8b47b93", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621347552.77-99205-96620132256666/source", "state": "file", "uid": 0} changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.dm48bx4n_ha_cluster_original_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "ec7f27ae03a0e0af398537797107a2aca5460b54", "dest": "/tmp/ansible.dm48bx4n_ha_cluster_original_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.dm48bx4n_ha_cluster_original_cib_xml", "md5sum": "ebc0a09b12f4cf22bc2a1789f8b47b93", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621347553.45-99205-61297182040669/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:51 changed: [/cache/centos-8.qcow2] => {"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\"\n)]"], "delta": "0:00:00.021350", "end": "2021-05-18 14:19:13.423480", "rc": 0, "start": "2021-05-18 14:19:13.402130", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure cluster resources] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:78 TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:85 TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:91 TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:100 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.wq287ypy_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/tmpw60fupk6/tasks/create-and-push-cib.yml:108 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["crm_diff", "--no-version", "--original", "/tmp/ansible.dm48bx4n_ha_cluster_original_cib_xml", "--new", "/tmp/ansible.jh3n443__ha_cluster_cib_xml"], "delta": "0:00:00.006270", "end": "2021-05-18 14:19:14.353291", "failed_when_result": false, "rc": 0, "start": "2021-05-18 14:19:14.347021", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:121 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/create-and-push-cib.yml:132 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ******************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:140 changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.jh3n443__ha_cluster_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.jh3n443__ha_cluster_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.jh3n443__ha_cluster_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.dm48bx4n_ha_cluster_original_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.dm48bx4n_ha_cluster_original_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.dm48bx4n_ha_cluster_original_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.wq287ypy_ha_cluster_cib_diff', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.wq287ypy_ha_cluster_cib_diff", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.wq287ypy_ha_cluster_cib_diff", "state": "absent"} TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpw60fupk6/tasks/main.yml:73 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] *************** task path: /tmp/tmpw60fupk6/tasks/main.yml:76 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Stat pcsd TLS certificate] *********************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_pcsd_tls.yml:35 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347505.107285, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9823744a9ea6f6ed93b16da39253e7926d3303f7", "ctime": 1621347502.5892851, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8838608, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1621347502.3162851, "nlink": 1, "path": "/var/lib/pcsd/pcsd.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1728, "uid": 0, "version": "3584328930", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Stat pcsd TLS key] ******************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_pcsd_tls.yml:41 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347505.108285, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cdcfd9a2a0f5b9a029acdfccd379617f7e663aad", "ctime": 1621347501.870285, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 115646, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1621347501.583285, "nlink": 1, "path": "/var/lib/pcsd/pcsd.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 3247, "uid": 0, "version": "3418114531", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check pre-shared keys and TLS certificates are present] ****************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_pcsd_tls.yml:47 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check pcsd TLS certificate content] ************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_pcsd_tls.yml:53 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check pcsd TLS key content] ********************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_custom_pcsd_tls.yml:60 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=88 changed=35 unreachable=0 failed=0 skipped=31 rescued=0 ignored=0 + cd /tmp/tmpw60fupk6/tests; TEST_SUBJECTS=/cache/centos-8.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_ha_cluster-15-3fa4b46-centos-8-ur2076ow/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmpw60fupk6/_setup.yml /tmp/tmpw60fupk6/tests/tests_cluster_basic_disabled.yml ansible-playbook 2.8.19 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 2 plays in /tmp/tmpw60fupk6/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:5 ok: [/cache/centos-8.qcow2] => { "groups": { "all": [ "/cache/centos-8.qcow2" ], "localhost": [ "/cache/centos-8.qcow2" ], "subjects": [ "/cache/centos-8.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmpw60fupk6/_setup.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:16 [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["dnf", "config-manager", "--set-enabled", "ha"], "delta": "0:00:00.427260", "end": "2021-05-18 14:20:18.443973", "rc": 0, "start": "2021-05-18 14:20:18.016713", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=2 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_cluster_basic_disabled.yml ************************************* 1 plays in /tmp/tmpw60fupk6/tests/tests_cluster_basic_disabled.yml PLAY [Minimal cluster configuration, daemons disabled] ************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_disabled.yml:1 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Set up test environment] ************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_disabled.yml:10 included: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml for /cache/centos-8.qcow2 TASK [Set node name to 'localhost' for single-node clusters] ******************* task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"inventory_hostname": "localhost"}, "changed": false} TASK [Do not try to enable RHEL repositories] ********************************** task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Run HA Cluster role] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_disabled.yml:13 TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:3 skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_facts": {"__ha_cluster_repos": [{"id": "ha", "name": "HighAvailability"}]}, "ansible_included_var_files": ["/tmp/tmpw60fupk6/vars/CentOS_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ******** task path: /tmp/tmpw60fupk6/tasks/main.yml:18 included: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] ***** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:3 skipping: [/cache/centos-8.qcow2] => (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 : Discover cluster node names] ************* task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:12 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_node_name": "localhost"}, "changed": false} TASK [linux-system-roles.ha_cluster : Collect cluster node names] ************** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:18 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_all_node_names": ["localhost"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:21 included: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:3 ok: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/RedHat.yml"}, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml"} ok: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml"}, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:24 included: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : List active CentOS repositories] ********* task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:3 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["dnf", "repolist"], "delta": "0:00:00.206108", "end": "2021-05-18 14:20:20.576317", "rc": 0, "start": "2021-05-18 14:20:20.370209", "stderr": "", "stderr_lines": [], "stdout": "repo id repo name\nappstream CentOS Linux 8 - AppStream\nbaseos CentOS Linux 8 - BaseOS\nextras CentOS Linux 8 - Extras\nha CentOS Linux 8 - HighAvailability", "stdout_lines": ["repo id repo name", "appstream CentOS Linux 8 - AppStream", "baseos CentOS Linux 8 - BaseOS", "extras CentOS Linux 8 - Extras", "ha CentOS Linux 8 - HighAvailability"]} TASK [linux-system-roles.ha_cluster : Enable CentOS repositories] ************** task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:12 skipping: [/cache/centos-8.qcow2] => (item={u'id': u'ha', u'name': u'HighAvailability'}) => {"ansible_loop_var": "item", "changed": false, "item": {"id": "ha", "name": "HighAvailability"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Install cluster packages] **************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:30 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: corosync", "Installed: libknet1-plugins-all", "Installed: pacemaker", "Installed: pcs", "Installed: fence-agents-all", "Installed: fence-virt", "Installed: gnutls-dane-3.6.14-8.el8_3.x86_64", "Installed: gnutls-utils-3.6.14-8.el8_3.x86_64", "Installed: samba-client-libs-4.12.3-12.el8.3.x86_64", "Installed: samba-common-4.12.3-12.el8.3.noarch", "Installed: samba-common-libs-4.12.3-12.el8.3.x86_64", "Installed: nspr-4.25.0-2.el8_2.x86_64", "Installed: nss-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-freebl-3.53.1-17.el8_3.x86_64", "Installed: nss-sysinit-3.53.1-17.el8_3.x86_64", "Installed: nss-util-3.53.1-17.el8_3.x86_64", "Installed: gnutls-3.6.14-8.el8_3.x86_64", "Installed: fence-agents-all-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-amt-ws-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-bladecenter-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-brocade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-mds-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-ucs-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-common-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-compute-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-drac5-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eaton-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-emerson-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eps-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-heuristics-ping-4.2.1-53.el8_3.1.noarch", "Installed: ipmitool-1.8.18-17.el8.x86_64", "Installed: fence-agents-hpblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ibmblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ifmib-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-moonshot-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-mp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-ssh-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo2-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-intelmodular-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipdu-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipmilan-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-kdump-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-mpath-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-redfish-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-rhevm-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsa-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsb-4.2.1-53.el8_3.1.noarch", "Installed: avahi-libs-0.7-19.el8.x86_64", "Installed: fence-agents-sbd-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-scsi-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-rest-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-soap-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-wti-4.2.1-53.el8_3.1.noarch", "Installed: fence-virt-1.0.0-1.el8.x86_64", "Installed: openwsman-python3-2.6.5-7.el8.x86_64", "Installed: ruby-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: autogen-libopts-5.18.12-8.el8.x86_64", "Installed: ruby-irb-2.5.5-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: ruby-libs-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: lvm2-8:2.03.09-5.el8.x86_64", "Installed: lvm2-libs-8:2.03.09-5.el8.x86_64", "Installed: rubygem-bigdecimal-1.3.4-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: libwsman1-2.6.5-7.el8.x86_64", "Installed: overpass-fonts-3.0.2-3.el8.noarch", "Installed: pacemaker-cluster-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-schemas-2.0.4-6.el8_3.1.noarch", "Installed: rubygem-did_you_mean-1.2.0-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygem-io-console-0.4.6-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cifs-utils-6.8-3.el8.x86_64", "Installed: userspace-rcu-0.10.1-2.el8.x86_64", "Installed: rubygem-json-2.1.0-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cups-libs-1:2.2.6-38.el8.x86_64", "Installed: rubygem-openssl-2.1.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: net-snmp-libs-1:5.8-18.el8_3.1.x86_64", "Installed: libwbclient-4.12.3-12.el8.3.x86_64", "Installed: python3-html5lib-1:0.999999999-6.el8.noarch", "Installed: rubygem-psych-3.0.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bcef.noarch", "Installed: rubygem-rdoc-6.0.1-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygems-2.7.6.2-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: device-mapper-event-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-5.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-5.el8.x86_64", "Installed: device-mapper-persistent-data-0.8.5-4.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: python3-lxml-4.2.3-1.el8.x86_64", "Installed: libxslt-1.1.32-5.el8.x86_64", "Installed: clufter-bin-0.77.1-5.el8.x86_64", "Installed: clufter-common-0.77.1-5.el8.noarch", "Installed: corosync-3.0.3-4.el8.x86_64", "Installed: python3-pexpect-4.3.1-3.el8.noarch", "Installed: python3-pip-9.0.3-18.el8.noarch", "Installed: libknet1-1.16-1.el8.x86_64", "Installed: libknet1-compress-bzip2-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-lz4-plugin-1.16-1.el8.x86_64", "Installed: sbd-1.4.1-7.el8.x86_64", "Installed: libknet1-compress-lzma-plugin-1.16-1.el8.x86_64", "Installed: python3-ptyprocess-0.5.2-4.el8.noarch", "Installed: libknet1-compress-lzo2-plugin-1.16-1.el8.x86_64", "Installed: python3-pyOpenSSL-18.0.0-1.el8.noarch", "Installed: libknet1-compress-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-compress-zlib-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-nss-plugin-1.16-1.el8.x86_64", "Installed: python3-pycurl-7.43.0.2-4.el8.x86_64", "Installed: libknet1-crypto-openssl-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-plugins-all-1.16-1.el8.x86_64", "Installed: libnozzle1-1.16-1.el8.x86_64", "Installed: pacemaker-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-cli-2.0.4-6.el8_3.1.x86_64", "Installed: pcs-0.10.6-4.el8_3.1.x86_64", "Installed: python3-clufter-0.77.1-5.el8.noarch", "Installed: resource-agents-4.1.1-68.el8_3.2.x86_64", "Installed: liberation-fonts-common-1:2.00.3-7.el8.noarch", "Installed: liberation-sans-fonts-1:2.00.3-7.el8.noarch", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-Errno-1.28-416.el8.x86_64", "Installed: perl-Exporter-5.72-396.el8.noarch", "Installed: perl-File-Path-2.15-2.el8.noarch", "Installed: perl-IO-1.38-416.el8.x86_64", "Installed: python3-suds-0.7-0.8.94664ddd46a6.el8.noarch", "Installed: perl-PathTools-3.74-1.el8.x86_64", "Installed: python3-webencodings-0.5.1-6.el8.noarch", "Installed: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64", "Installed: perl-Socket-4:2.027-3.el8.x86_64", "Installed: python36-3.6.8-2.module_el8.3.0+562+e162826a.x86_64", "Installed: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch", "Installed: perl-Time-Local-1:1.280-1.el8.noarch", "Installed: perl-Unicode-Normalize-1.25-396.el8.x86_64", "Installed: perl-constant-1.33-396.el8.noarch", "Installed: perl-interpreter-4:5.26.3-416.el8.x86_64", "Installed: perl-libs-4:5.26.3-416.el8.x86_64", "Installed: perl-macros-4:5.26.3-416.el8.x86_64", "Installed: perl-parent-1:0.237-1.el8.noarch", "Installed: perl-threads-1:2.21-2.el8.x86_64", "Installed: perl-threads-shared-1.58-2.el8.x86_64", "Installed: pkgconf-1.4.2-1.el8.x86_64", "Installed: pkgconf-m4-1.4.2-1.el8.noarch", "Installed: pkgconf-pkg-config-1.4.2-1.el8.x86_64", "Installed: libicu-60.3-2.el8_1.x86_64", "Installed: corosynclib-3.0.3-4.el8.x86_64", "Installed: telnet-1:0.17-73.el8_1.1.x86_64", "Installed: libpkgconf-1.4.2-1.el8.x86_64", "Installed: python3-pyparsing-2.1.10-7.el8.noarch", "Installed: libqb-1.0.3-12.el8.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch", "Installed: net-snmp-utils-1:5.8-18.el8_3.1.x86_64", "Removed: gnutls-3.6.14-6.el8.x86_64"]} TASK [linux-system-roles.ha_cluster : Set hacluster password] ****************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:43 changed: [/cache/centos-8.qcow2] => {"append": false, "changed": true, "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/tmpw60fupk6/tasks/main.yml:26 included: /tmp/tmpw60fupk6/tasks/firewall.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "stopped", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.service", "source": "systemd", "state": "stopped", "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"}, "run-r6223d8b2b71c43079a154f05e7b9b894.service": {"name": "run-r6223d8b2b71c43079a154f05e7b9b894.service", "source": "systemd", "state": "running", "status": "transient"}, "sbd.service": {"name": "sbd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "stopped", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "stopped", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable service "high-availability" in firewalld] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:6 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] ***** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:16 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ******************** task path: /tmp/tmpw60fupk6/tasks/main.yml:29 included: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Stop pcsd] ******************************* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:4 ok: [/cache/centos-8.qcow2] => {"changed": false, "name": "pcsd", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target network-online.target systemd-journald.socket pcsd-ruby.service system.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 pcsd-ruby.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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] *** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:9 skipping: [/cache/centos-8.qcow2] => (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/centos-8.qcow2] => (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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:22 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] ********* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:29 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************ task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "2eb5db17086a85e3c786b995b992ab2a88c5819d", "dest": "/var/lib/pcsd/pcs_settings.conf", "gid": 0, "group": "root", "md5sum": "e057b9b2678ff5dfe700f048dae0963c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 362, "src": "/root/.ansible/tmp/ansible-tmp-1621347651.89-99908-119074217578261/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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "enabled": true, "name": "pcsd", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target sysinit.target pcsd-ruby.service systemd-journald.socket network-online.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 pcsd-ruby.service network-online.target 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:57 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "--version", "--full"], "delta": "0:00:00.599733", "end": "2021-05-18 14:20:54.946140", "rc": 0, "start": "2021-05-18 14:20:54.346407", "stderr": "", "stderr_lines": [], "stdout": "0.10.6\nbooth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed", "stdout_lines": ["0.10.6", "booth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed"]} TASK [linux-system-roles.ha_cluster : Parse pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:64 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_pcs_capabilities": ["booth", "cluster.config.backup-local", "cluster.config.export.to-pcs-commands", "cluster.config.import-cman", "cluster.config.restore-cluster", "cluster.config.restore-local", "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.config.get", "corosync.config.reload", "corosync.config.sync-to-local-cluster", "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.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.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.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-rsc-op", "pcmk.properties.resource-defaults", "pcmk.properties.resource-defaults.multiple", "pcmk.properties.resource-defaults.rule-rsc-op", "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.meta-in-create", "pcmk.resource.clone.wait", "pcmk.resource.create", "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.wait", "pcmk.resource.debug", "pcmk.resource.delete", "pcmk.resource.disable.safe", "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.promotable", "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.strict", "pcmk.stonith.create", "pcmk.stonith.create.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "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.node-attr", "pcmk.stonith.levels.node-regexp", "pcmk.stonith.refresh", "pcmk.stonith.refresh.strict", "pcmk.stonith.update", "pcmk.tag", "pcmk.tag.resources", "pcs.auth.client", "pcs.auth.client.cluster", "pcs.auth.deauth-client", "pcs.auth.deauth-server", "pcs.auth.no-bidirectional", "pcs.auth.separated-name-and-address", "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", "sbd", "sbd.option-timeout-action", "sbd.shared-block-device", "status.corosync.membership", "status.pcmk.resources.hide-inactive", "status.pcmk.resources.orphaned", "status.pcmk.xml", "stonith-agents.describe", "stonith-agents.list", "stonith-agents.list.detailed"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] *********** task path: /tmp/tmpw60fupk6/tasks/main.yml:32 included: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] *********** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/cluster", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0} TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] *********************** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:7 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random fence_xvm.key] *********** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:15 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "9257a0a71bd41af5940d82082fd4dab27ebf7c65", "dest": "/etc/cluster/fence_xvm.key", "gid": 0, "group": "root", "md5sum": "163e7bca0d985298721f095bc025137d", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_conf_t:s0", "size": 944, "src": "/root/.ansible/tmp/ansible-tmp-1621347659.73-100019-246252523505680/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Configure cluster nodes] ***************** task path: /tmp/tmpw60fupk6/tasks/main.yml:35 included: /tmp/tmpw60fupk6/tasks/cluster-setup.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.pwkyrgyn_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/tmpw60fupk6/tasks/cluster-setup.yml:14 included: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] *** task path: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "cluster", "setup", "--corosync_conf", "/tmp/ansible.pwkyrgyn_ha_cluster_corosync_conf", "--overwrite", "test-cluster", "localhost"], "delta": "0:00:00.603670", "end": "2021-05-18 14:21:01.374031", "rc": 0, "start": "2021-05-18 14:21:00.770361", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\nNo addresses specified for host 'localhost', using 'localhost'", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", "No addresses specified for host 'localhost', using 'localhost'"]} TASK [linux-system-roles.ha_cluster : Fetch created corosync.conf file] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:17 ok: [/cache/centos-8.qcow2] => {"changed": false, "content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==", "encoding": "base64", "source": "/tmp/ansible.pwkyrgyn_ha_cluster_corosync_conf"} TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] *********** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:24 changed: [/cache/centos-8.qcow2] => {"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-1621347662.94-100099-114847596009052/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:34 changed: [/cache/centos-8.qcow2] => {"changed": true, "path": "/tmp/ansible.pwkyrgyn_ha_cluster_corosync_conf", "state": "absent"} TASK [linux-system-roles.ha_cluster : Get corosync authkey] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:47 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random corosync authkey] ******** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:55 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "ebc6e47b12e2fe29bd58ae42bb9910f649649a12", "dest": "/etc/corosync/authkey", "gid": 0, "group": "root", "md5sum": "522748fad1177ba0da967a24ac6a24a0", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 473, "src": "/root/.ansible/tmp/ansible-tmp-1621347665.04-100174-60409380799760/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] ******************* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:64 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random pacemaker authkey] ******* task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:72 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "6277be5b70b14e7fff4e53e2fafd8b02a0c4c241", "dest": "/etc/pacemaker/authkey", "gid": 189, "group": "haclient", "md5sum": "499a17beb6dc294b7a14a27491fba120", "mode": "0400", "owner": "hacluster", "secontext": "system_u:object_r:etc_t:s0", "size": 458, "src": "/root/.ansible/tmp/ansible-tmp-1621347666.66-100233-242405605441240/source", "state": "file", "uid": 189} TASK [linux-system-roles.ha_cluster : Check if qdevice is configured] ********** task path: /tmp/tmpw60fupk6/tasks/main.yml:50 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_qdevice_in_use": false}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:55 included: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:1 ok: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": false, "enabled": false, "item": "corosync", "name": "corosync", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target systemd-journald.socket system.slice sysinit.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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", "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]", "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": false, "enabled": false, "item": "pacemaker", "name": "pacemaker", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket sysinit.target network.target rsyslog.service corosync.service basic.target system.slice dbus.service time-sync.target resource-agents-deps.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "corosync.service system.slice sysinit.target", "Restart": "on-failure", "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": "no", "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]", "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": "infinity", "TimeoutStartUSec": "1min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "dbus.service resource-agents-deps.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:14 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Disable SBD] ***************************** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:18 ok: [/cache/centos-8.qcow2] => {"changed": false, "enabled": false, "name": "sbd", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target systemd-journald.socket system.slice iscsi.service basic.target systemd-modules-load.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "dlm.service shutdown.target pacemaker.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "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 /var/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": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "/var/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": "11220", "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/tmpw60fupk6/tasks/main.yml:58 included: /tmp/tmpw60fupk6/tasks/pcs-auth.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check pcs auth status] ******************* task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "status", "pcsd", "localhost"], "delta": "0:00:00.609550", "end": "2021-05-18 14:21:10.146317", "failed_when_result": false, "msg": "non-zero return code", "rc": 2, "start": "2021-05-18 14:21:09.536767", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\n localhost: Unable to authenticate", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", " localhost: Unable to authenticate"]} TASK [linux-system-roles.ha_cluster : Run pcs auth] **************************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:18 included: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] ***************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "host", "auth", "-u", "hacluster", "localhost"], "delta": "0:00:01.087351", "end": "2021-05-18 14:21:11.924662", "rc": 0, "start": "2021-05-18 14:21:10.837311", "stderr": "", "stderr_lines": [], "stdout": "Password: localhost: Authorized", "stdout_lines": ["Password: localhost: Authorized"]} TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:63 included: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:19 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:22 ok: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": false, "item": "pacemaker", "name": "pacemaker", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "resource-agents-deps.target systemd-journald.socket time-sync.target system.slice rsyslog.service dbus.service corosync.service basic.target sysinit.target network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target corosync.service system.slice", "Restart": "on-failure", "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": "no", "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]", "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": "infinity", "TimeoutStartUSec": "1min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "dbus.service resource-agents-deps.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": false, "item": "corosync", "name": "corosync", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice network-online.target basic.target systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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", "Requires": "system.slice network-online.target 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]", "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Start corosync] ************************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "corosync", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target systemd-journald.socket basic.target network-online.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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", "Requires": "sysinit.target network-online.target 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]", "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Reload corosync configuration] *********** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["corosync-cfgtool", "-R"], "delta": "0:00:00.015067", "end": "2021-05-18 14:21:15.483827", "rc": 0, "start": "2021-05-18 14:21:15.468760", "stderr": "", "stderr_lines": [], "stdout": "Reloading corosync.conf...\nDone", "stdout_lines": ["Reloading corosync.conf...", "Done"]} TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ****************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:57 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Start pacemaker] ************************* task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:63 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "pacemaker", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target basic.target rsyslog.service systemd-journald.socket sysinit.target resource-agents-deps.target dbus.service corosync.service system.slice time-sync.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 corosync.service sysinit.target", "Restart": "on-failure", "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": "no", "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]", "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": "infinity", "TimeoutStartUSec": "1min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "dbus.service resource-agents-deps.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:69 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "cluster", "start", "--all", "--wait"], "delta": "0:00:23.761485", "end": "2021-05-18 14:21:40.283838", "rc": 0, "start": "2021-05-18 14:21:16.522353", "stderr": "", "stderr_lines": [], "stdout": "localhost: Starting Cluster...\nWaiting for node(s) to start...\nlocalhost: Started", "stdout_lines": ["localhost: Starting Cluster...", "Waiting for node(s) to start...", "localhost: Started"]} TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:83 ok: [/cache/centos-8.qcow2] => {"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.018039", "end": "2021-05-18 14:21:40.702115", "rc": 0, "start": "2021-05-18 14:21:40.684076", "stderr": "", "stderr_lines": [], "stdout": "localhost", "stdout_lines": ["localhost"]} TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:104 skipping: [/cache/centos-8.qcow2] => (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/tmpw60fupk6/tasks/main.yml:66 included: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ****** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:10 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.mlz8s5m__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/tmpw60fupk6/tasks/create-and-push-cib.yml:18 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.cm6zgzo__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/tmpw60fupk6/tasks/create-and-push-cib.yml:26 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["cibadmin", "--query"], "delta": "0:00:00.010076", "end": "2021-05-18 14:21:42.150550", "rc": 0, "start": "2021-05-18 14:21:42.140474", "stderr": "", "stderr_lines": [], "stdout": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n", "stdout_lines": ["", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", ""]} TASK [linux-system-roles.ha_cluster : Write CIB configuration] ***************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:33 changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.cm6zgzo__ha_cluster_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "4de923fc74fcf58b7fd0fdc075278482f03417d7", "dest": "/tmp/ansible.cm6zgzo__ha_cluster_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.cm6zgzo__ha_cluster_cib_xml", "md5sum": "0c32806e3b9ad944bc86ee7d8656efc4", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621347703.1-100543-190188235182144/source", "state": "file", "uid": 0} changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.mlz8s5m__ha_cluster_original_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "4de923fc74fcf58b7fd0fdc075278482f03417d7", "dest": "/tmp/ansible.mlz8s5m__ha_cluster_original_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.mlz8s5m__ha_cluster_original_cib_xml", "md5sum": "0c32806e3b9ad944bc86ee7d8656efc4", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621347703.8-100543-138236505961095/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:51 changed: [/cache/centos-8.qcow2] => {"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\"\n)]"], "delta": "0:00:00.025335", "end": "2021-05-18 14:21:43.998814", "rc": 0, "start": "2021-05-18 14:21:43.973479", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure cluster resources] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:78 TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:85 TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:91 TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:100 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.m0xv2occ_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/tmpw60fupk6/tasks/create-and-push-cib.yml:108 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["crm_diff", "--no-version", "--original", "/tmp/ansible.mlz8s5m__ha_cluster_original_cib_xml", "--new", "/tmp/ansible.cm6zgzo__ha_cluster_cib_xml"], "delta": "0:00:00.006413", "end": "2021-05-18 14:21:44.928911", "failed_when_result": false, "rc": 0, "start": "2021-05-18 14:21:44.922498", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:121 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/create-and-push-cib.yml:132 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ******************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:140 changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.cm6zgzo__ha_cluster_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.cm6zgzo__ha_cluster_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.cm6zgzo__ha_cluster_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.mlz8s5m__ha_cluster_original_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.mlz8s5m__ha_cluster_original_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.mlz8s5m__ha_cluster_original_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.m0xv2occ_ha_cluster_cib_diff', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.m0xv2occ_ha_cluster_cib_diff", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.m0xv2occ_ha_cluster_cib_diff", "state": "absent"} TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpw60fupk6/tasks/main.yml:73 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] *************** task path: /tmp/tmpw60fupk6/tasks/main.yml:76 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Get services status] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_disabled.yml:17 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "running", "status": "disabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "running", "status": "disabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [Check services status] *************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_disabled.yml:20 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Assert cluster status] *************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_disabled.yml:27 included: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml for /cache/centos-8.qcow2 TASK [Get pcs auth status] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:1 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "status", "pcsd"], "delta": "0:00:00.574983", "end": "2021-05-18 14:21:48.148640", "rc": 0, "start": "2021-05-18 14:21:47.573657", "stderr": "", "stderr_lines": [], "stdout": " localhost: Online", "stdout_lines": [" localhost: Online"]} TASK [Check pcs auth] ********************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:7 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Get cluster status] ****************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:12 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "status"], "delta": "0:00:00.649895", "end": "2021-05-18 14:21:49.240592", "rc": 0, "start": "2021-05-18 14:21:48.590697", "stderr": "", "stderr_lines": [], "stdout": "Cluster name: test-cluster\n\nWARNINGS:\nNo stonith devices and stonith-enabled is not false\n\nCluster Summary:\n * Stack: corosync\n * Current DC: localhost (version 2.0.4-6.el8_3.1-2deceaa3ae) - partition with quorum\n * Last updated: Tue May 18 14:21:49 2021\n * Last change: Tue May 18 14:21:38 2021 by hacluster via crmd on localhost\n * 1 node configured\n * 0 resource instances configured\n\nNode List:\n * Online: [ localhost ]\n\nFull List of Resources:\n * No resources\n\nDaemon Status:\n corosync: active/disabled\n pacemaker: active/disabled\n pcsd: active/enabled", "stdout_lines": ["Cluster name: test-cluster", "", "WARNINGS:", "No stonith devices and stonith-enabled is not false", "", "Cluster Summary:", " * Stack: corosync", " * Current DC: localhost (version 2.0.4-6.el8_3.1-2deceaa3ae) - partition with quorum", " * Last updated: Tue May 18 14:21:49 2021", " * Last change: Tue May 18 14:21:38 2021 by hacluster via crmd on localhost", " * 1 node configured", " * 0 resource instances configured", "", "Node List:", " * Online: [ localhost ]", "", "Full List of Resources:", " * No resources", "", "Daemon Status:", " corosync: active/disabled", " pacemaker: active/disabled", " pcsd: active/enabled"]} TASK [Check cluster is running] ************************************************ task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:18 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=77 changed=25 unreachable=0 failed=0 skipped=33 rescued=0 ignored=0 + cd /tmp/tmpw60fupk6/tests; TEST_SUBJECTS=/cache/centos-8.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_ha_cluster-15-3fa4b46-centos-8-ur2076ow/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmpw60fupk6/_setup.yml /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml ansible-playbook 2.8.19 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 2 plays in /tmp/tmpw60fupk6/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:5 ok: [/cache/centos-8.qcow2] => { "groups": { "all": [ "/cache/centos-8.qcow2" ], "localhost": [ "/cache/centos-8.qcow2" ], "subjects": [ "/cache/centos-8.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmpw60fupk6/_setup.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:16 [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["dnf", "config-manager", "--set-enabled", "ha"], "delta": "0:00:00.466397", "end": "2021-05-18 14:22:50.478900", "rc": 0, "start": "2021-05-18 14:22:50.012503", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=2 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_cluster_basic_existing_psks.yml ******************************** 1 plays in /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml PLAY [Minimal cluster configuration, using existing PSKs] ********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:1 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Set up test environment] ************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:14 included: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml for /cache/centos-8.qcow2 TASK [Set node name to 'localhost' for single-node clusters] ******************* task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"inventory_hostname": "localhost"}, "changed": false} TASK [Do not try to enable RHEL repositories] ********************************** task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Run PSKs and certificates fixture] *************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:17 included: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml for /cache/centos-8.qcow2 TASK [Ensure a directory for temporary files exists] *************************** task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:3 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/tmpw60fupk6/tests/tmp", "size": 124, "state": "directory", "uid": 0} TASK [Generate pcsd TLS private key] ******************************************* task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:9 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "filename": "/tmp/tmpw60fupk6/tests/tmp/pcsd.key", "fingerprint": {"md5": "88:2b:b2:ba:b5:9a:3c:4e:13:86:3b:02:19:e5:8f:c9", "sha1": "35:94:3f:c7:b4:97:f9:fe:a8:c6:31:de:88:15:88:99:da:95:9c:a8", "sha224": "d1:f3:4e:8b:10:8d:39:46:5f:9d:33:5f:72:96:87:25:3b:d3:76:8a:2d:25:8d:4a:a9:1f:d6:ea", "sha256": "e4:bc:23:70:9e:f2:63:15:66:a4:20:06:bc:e6:74:0b:95:24:5c:fa:b2:21:bd:74:89:5e:29:d1:2f:e6:18:22", "sha384": "8b:e4:ea:15:a1:4f:ab:bc:be:fd:cd:f2:dc:7b:fd:e9:ad:9d:24:b6:c3:05:be:09:2d:a3:c1:e9:fe:f7:7a:b2:06:86:f7:a4:69:6c:95:2f:52:3d:3e:6b:9a:71:11:10", "sha512": "be:20:56:b0:9f:55:c3:f1:bf:de:9f:95:70:47:14:76:06:4e:98:2c:5a:ad:e9:51:d7:3a:93:33:08:27:76:cc:9f:f7:a2:ff:af:f9:e0:2f:01:73:06:88:aa:40:55:79:c4:8b:24:a1:52:8b:e4:77:2a:29:a8:0f:9f:54:b8:14"}, "size": 4096, "type": "RSA"} TASK [Generate pcsd TLS certificate signing request] *************************** task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:14 ok: [/cache/centos-8.qcow2 -> localhost] => {"basicConstraints": null, "changed": false, "extendedKeyUsage": null, "filename": "/tmp/tmpw60fupk6/tests/tmp/pcsd.csr", "keyUsage": null, "ocspMustStaple": false, "privatekey": "/tmp/tmpw60fupk6/tests/tmp/pcsd.key", "subject": [["CN", "127.0.0.3"]], "subjectAltName": ["DNS:127.0.0.3"]} TASK [Generate pcsd TLS certificate] ******************************************* task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:20 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "csr": "/tmp/tmpw60fupk6/tests/tmp/pcsd.csr", "filename": "/tmp/tmpw60fupk6/tests/tmp/pcsd.crt", "notAfter": "20310516141749Z", "notBefore": "20210518141749Z", "privatekey": "/tmp/tmpw60fupk6/tests/tmp/pcsd.key", "serial_number": 226789966705326934329515506564283163660358071714} TASK [Generate pre-shared keys] ************************************************ task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:27 ok: [/cache/centos-8.qcow2 -> localhost] => {"ansible_facts": {"__test_corosync_key": "JAsrCcXMiwpDFzdPcs9TgpcCwMhUKWZLq3cxgU79FA20AFPEB3IEjqaBVB4JEcNE\naDq28ZjHTHWry/zpBPZJbLLX5LZAo4fdjWpQQkIdbvmJn4RjPQUe4rCteWQVxp+z\nvNJ3In3qY7PDPV9v238O2wzyxqI+Nx3lTdtWf5unEbK5yGx0Y0CnsB03qmiBk9aK\nJcqNlClnGD/EFEnY97rXsh6ZzjWb4tm6hSWmvjOGsl2JcVYZsPPf8NAzqakihPRV\nLWj0ht5gFBAyIvoTw01koc8D1VyTDmp9CLg0wsPHtqdtmmIkzWbfv0VkAEw+ZnX/\nrR9HZXTy3b+SulzOjFyv7w==", "__test_fence_xvm_key": "vhBCX62RMmk/ah8ANKZO8mmMfGXP+4yEVHERuTUIr5br8HcnUfjeGwr9bUx72nc3\nlm1QV0CU4OL+zEuTugwq5GTmiIPIB8oyEHNcs/V9TyHDAZgpz9tb7kb78nkt8Og0\n1o9S7sxE7Kc1+FZ4T/k7ZkKD2EnRbsehIQec7rsLR+PloMkH+1jsFHIzmAYWQd9W\n5W+QznmVR3XPj2ChO5cPC7K1B8A/4YpGWZnOHqFh7UIKbRTzlwvOmQoQghwrQk7O\nGPcNuCZZgQzoaBJsYgEM8JoNfT94qkzvT3n5E9NEqBwntsBfqMTuRdggcdNGks+n\nbQBryR6/K6Ur4dya/rJV7+RxxIq0NvB5Ix5p9tfrNzNVBhFxfQv7ro0Uo5QxS57w\n13XI4P3e6wHZAuR3fZ6HefMEF9ihihdvQdQdjeytRR96gTD35nW0kUctDemu0K7k\nunaiUzAleaURRBLyHYy0PzvJBBOOeAzn4NYj0N2Kw44Z4hCcRzL8TAkiXZ+fMnQ5\nlcRhzZ/XotYvAWmM74SL1B88U9DYe2MALc2GhxxcDDIp+o/96q6T62F6v579iTVy\nsH+gsHAADAm1bkilXX5s++bYIc+0Ig5hDCeJsO5v9kanmNzScGkRpRhcEpiuBeT1\nqIE7abE6gZcjfuHxOVSkKNYgoDa/Ggx4rBBn4FDe89I=", "__test_pacemaker_key": "JAsrCcXMiwpDFzdPcs9TgpcCwMhUKWZLq3cxgU79FA20AFPEB3IEjqaBVB4JEcNE\naDq28ZjHTHWry/zpBPZJbLLX5LZAo4fdjWpQQkIdbvmJn4RjPQUe4rCteWQVxp+z\nvNJ3In3qY7PDPV9v238O2wzyxqI+Nx3lTdtWf5unEbK5yGx0Y0CnsB03qmiBk9aK\nJcqNlClnGD/EFEnY97rXsh6ZzjWb4tm6hSWmvjOGsl2JcVYZsPPf8NAzqakihPRV\nLWj0ht5gFBAyIvoTw01koc8D1VyTDmp9CLg0wsPHtqdtmmIkzWbfv0VkAEw+ZnX/\nrR9HZXTy3b+SulzOjFyv7w=="}, "changed": false} TASK [Save corosync key] ******************************************************* task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:33 changed: [/cache/centos-8.qcow2 -> localhost] => {"changed": true, "checksum": "2f6db2c622608913a19408d19334151fcb527494", "dest": "/tmp/tmpw60fupk6/tests/tmp/corosync-authkey", "gid": 0, "group": "root", "md5sum": "feeba7631b1eb30adcd4d24cfb776454", "mode": "0400", "owner": "root", "size": 449, "src": "/root/.ansible/tmp/ansible-tmp-1621347775.43-101207-204316198520485/source", "state": "file", "uid": 0} TASK [Save pacemaker key] ****************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:39 changed: [/cache/centos-8.qcow2 -> localhost] => {"changed": true, "checksum": "2f6db2c622608913a19408d19334151fcb527494", "dest": "/tmp/tmpw60fupk6/tests/tmp/pacemaker-authkey", "gid": 0, "group": "root", "md5sum": "feeba7631b1eb30adcd4d24cfb776454", "mode": "0400", "owner": "root", "size": 449, "src": "/root/.ansible/tmp/ansible-tmp-1621347776.05-101236-117691607029574/source", "state": "file", "uid": 0} TASK [Save fence_xvm key] ****************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:45 changed: [/cache/centos-8.qcow2 -> localhost] => {"changed": true, "checksum": "04b6246b7f1a9e738166d46aa25c398ff0af29fc", "dest": "/tmp/tmpw60fupk6/tests/tmp/fence_xvm.key", "gid": 0, "group": "root", "md5sum": "959233edcb12a89aafa053485b80090d", "mode": "0400", "owner": "root", "size": 911, "src": "/root/.ansible/tmp/ansible-tmp-1621347776.35-101265-176023707160840/source", "state": "file", "uid": 0} TASK [Ensure directories for keys exist] *************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:20 changed: [/cache/centos-8.qcow2] => (item=/etc/corosync) => {"ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/etc/corosync", "mode": "0755", "owner": "root", "path": "/etc/corosync", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0} changed: [/cache/centos-8.qcow2] => (item=/etc/pacemaker) => {"ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/etc/pacemaker", "mode": "0755", "owner": "root", "path": "/etc/pacemaker", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0} changed: [/cache/centos-8.qcow2] => (item=/etc/cluster) => {"ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/etc/cluster", "mode": "0755", "owner": "root", "path": "/etc/cluster", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0} changed: [/cache/centos-8.qcow2] => (item=/var/lib/pcsd) => {"ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/var/lib/pcsd", "mode": "0755", "owner": "root", "path": "/var/lib/pcsd", "secontext": "unconfined_u:object_r:var_lib_t:s0", "size": 6, "state": "directory", "uid": 0} TASK [Ensure corosync key is present] ****************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:33 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "2f6db2c622608913a19408d19334151fcb527494", "dest": "/etc/corosync/authkey", "gid": 0, "group": "root", "md5sum": "feeba7631b1eb30adcd4d24cfb776454", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 449, "src": "/root/.ansible/tmp/ansible-tmp-1621347778.24-101357-271339599734871/source", "state": "file", "uid": 0} TASK [Ensure pacemaker key is present] ***************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:41 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "2f6db2c622608913a19408d19334151fcb527494", "dest": "/etc/pacemaker/authkey", "gid": 0, "group": "root", "md5sum": "feeba7631b1eb30adcd4d24cfb776454", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 449, "src": "/root/.ansible/tmp/ansible-tmp-1621347778.98-101385-22818797452090/source", "state": "file", "uid": 0} TASK [Ensure fence-virt key is present] **************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:49 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "04b6246b7f1a9e738166d46aa25c398ff0af29fc", "dest": "/etc/cluster/fence_xvm.key", "gid": 0, "group": "root", "md5sum": "959233edcb12a89aafa053485b80090d", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:cluster_conf_t:s0", "size": 911, "src": "/root/.ansible/tmp/ansible-tmp-1621347779.71-101413-90394412035542/source", "state": "file", "uid": 0} TASK [Distribute pcsd TLS private key] ***************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:59 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "cdcfd9a2a0f5b9a029acdfccd379617f7e663aad", "dest": "/var/lib/pcsd/pcsd.key", "gid": 0, "group": "root", "md5sum": "8fbd1ae4b4a9b3f23d781a5bd3ae59fe", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 3247, "src": "/root/.ansible/tmp/ansible-tmp-1621347780.42-101441-200616751065675/source", "state": "file", "uid": 0} TASK [Distribute pcsd TLS certificate] ***************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:67 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "9823744a9ea6f6ed93b16da39253e7926d3303f7", "dest": "/var/lib/pcsd/pcsd.crt", "gid": 0, "group": "root", "md5sum": "88a6692e1fccbd9a9cf378b0bb92224b", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 1728, "src": "/root/.ansible/tmp/ansible-tmp-1621347781.15-101469-236089827239521/source", "state": "file", "uid": 0} TASK [Get corosync key hash] *************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:75 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "stat": {"atime": 1621347778.2678597, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "2f6db2c622608913a19408d19334151fcb527494", "ctime": 1621347775.9777765, "dev": 5242952, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 120143532, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0400", "mtime": 1621347775.7307675, "nlink": 1, "path": "/tmp/tmpw60fupk6/tests/tmp/corosync-authkey", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 449, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get pacemaker key hash] ************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:82 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "stat": {"atime": 1621347779.017887, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "2f6db2c622608913a19408d19334151fcb527494", "ctime": 1621347776.2747874, "dev": 5242952, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 170031744, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0400", "mtime": 1621347776.1637833, "nlink": 1, "path": "/tmp/tmpw60fupk6/tests/tmp/pacemaker-authkey", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 449, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get fence-virt key hash] ************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:89 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "stat": {"atime": 1621347779.7389133, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "04b6246b7f1a9e738166d46aa25c398ff0af29fc", "ctime": 1621347776.5967991, "dev": 5242952, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 238203941, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0400", "mtime": 1621347776.4707944, "nlink": 1, "path": "/tmp/tmpw60fupk6/tests/tmp/fence_xvm.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 911, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get pcsd TLS private key hash] ******************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:96 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "stat": {"atime": 1621347468.8586166, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "cdcfd9a2a0f5b9a029acdfccd379617f7e663aad", "ctime": 1621347468.2815955, "dev": 5242952, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 34824251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0600", "mtime": 1621347468.2805955, "nlink": 1, "path": "/tmp/tmpw60fupk6/tests/tmp/pcsd.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 3247, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get pcsd TLS certificate hash] ******************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:103 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "stat": {"atime": 1621347471.126699, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "9823744a9ea6f6ed93b16da39253e7926d3303f7", "ctime": 1621347469.4046364, "dev": 5242952, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 34834565, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0644", "mtime": 1621347469.4046364, "nlink": 1, "path": "/tmp/tmpw60fupk6/tests/tmp/pcsd.crt", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1728, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Run HA Cluster role] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:110 TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:3 skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_facts": {"__ha_cluster_repos": [{"id": "ha", "name": "HighAvailability"}]}, "ansible_included_var_files": ["/tmp/tmpw60fupk6/vars/CentOS_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ******** task path: /tmp/tmpw60fupk6/tasks/main.yml:18 included: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] ***** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:3 skipping: [/cache/centos-8.qcow2] => (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 : Discover cluster node names] ************* task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:12 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_node_name": "localhost"}, "changed": false} TASK [linux-system-roles.ha_cluster : Collect cluster node names] ************** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:18 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_all_node_names": ["localhost"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:21 included: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:3 ok: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/RedHat.yml"}, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml"} ok: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml"}, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:24 included: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : List active CentOS repositories] ********* task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:3 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["dnf", "repolist"], "delta": "0:00:00.215599", "end": "2021-05-18 14:23:02.494615", "rc": 0, "start": "2021-05-18 14:23:02.279016", "stderr": "", "stderr_lines": [], "stdout": "repo id repo name\nappstream CentOS Linux 8 - AppStream\nbaseos CentOS Linux 8 - BaseOS\nextras CentOS Linux 8 - Extras\nha CentOS Linux 8 - HighAvailability", "stdout_lines": ["repo id repo name", "appstream CentOS Linux 8 - AppStream", "baseos CentOS Linux 8 - BaseOS", "extras CentOS Linux 8 - Extras", "ha CentOS Linux 8 - HighAvailability"]} TASK [linux-system-roles.ha_cluster : Enable CentOS repositories] ************** task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:12 skipping: [/cache/centos-8.qcow2] => (item={u'id': u'ha', u'name': u'HighAvailability'}) => {"ansible_loop_var": "item", "changed": false, "item": {"id": "ha", "name": "HighAvailability"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Install cluster packages] **************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:30 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: corosync", "Installed: libknet1-plugins-all", "Installed: pacemaker", "Installed: pcs", "Installed: fence-agents-all", "Installed: fence-virt", "Installed: gnutls-dane-3.6.14-8.el8_3.x86_64", "Installed: gnutls-utils-3.6.14-8.el8_3.x86_64", "Installed: samba-client-libs-4.12.3-12.el8.3.x86_64", "Installed: samba-common-4.12.3-12.el8.3.noarch", "Installed: samba-common-libs-4.12.3-12.el8.3.x86_64", "Installed: nspr-4.25.0-2.el8_2.x86_64", "Installed: nss-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-freebl-3.53.1-17.el8_3.x86_64", "Installed: nss-sysinit-3.53.1-17.el8_3.x86_64", "Installed: nss-util-3.53.1-17.el8_3.x86_64", "Installed: gnutls-3.6.14-8.el8_3.x86_64", "Installed: fence-agents-all-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-amt-ws-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-bladecenter-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-brocade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-mds-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-ucs-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-common-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-compute-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-drac5-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eaton-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-emerson-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eps-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-heuristics-ping-4.2.1-53.el8_3.1.noarch", "Installed: ipmitool-1.8.18-17.el8.x86_64", "Installed: fence-agents-hpblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ibmblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ifmib-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-moonshot-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-mp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-ssh-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo2-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-intelmodular-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipdu-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipmilan-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-kdump-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-mpath-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-redfish-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-rhevm-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsa-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsb-4.2.1-53.el8_3.1.noarch", "Installed: avahi-libs-0.7-19.el8.x86_64", "Installed: fence-agents-sbd-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-scsi-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-rest-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-soap-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-wti-4.2.1-53.el8_3.1.noarch", "Installed: fence-virt-1.0.0-1.el8.x86_64", "Installed: openwsman-python3-2.6.5-7.el8.x86_64", "Installed: ruby-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: autogen-libopts-5.18.12-8.el8.x86_64", "Installed: ruby-irb-2.5.5-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: ruby-libs-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: lvm2-8:2.03.09-5.el8.x86_64", "Installed: lvm2-libs-8:2.03.09-5.el8.x86_64", "Installed: rubygem-bigdecimal-1.3.4-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: libwsman1-2.6.5-7.el8.x86_64", "Installed: overpass-fonts-3.0.2-3.el8.noarch", "Installed: pacemaker-cluster-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-schemas-2.0.4-6.el8_3.1.noarch", "Installed: rubygem-did_you_mean-1.2.0-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygem-io-console-0.4.6-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cifs-utils-6.8-3.el8.x86_64", "Installed: userspace-rcu-0.10.1-2.el8.x86_64", "Installed: rubygem-json-2.1.0-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cups-libs-1:2.2.6-38.el8.x86_64", "Installed: rubygem-openssl-2.1.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: net-snmp-libs-1:5.8-18.el8_3.1.x86_64", "Installed: libwbclient-4.12.3-12.el8.3.x86_64", "Installed: python3-html5lib-1:0.999999999-6.el8.noarch", "Installed: rubygem-psych-3.0.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bcef.noarch", "Installed: rubygem-rdoc-6.0.1-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygems-2.7.6.2-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: device-mapper-event-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-5.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-5.el8.x86_64", "Installed: device-mapper-persistent-data-0.8.5-4.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: python3-lxml-4.2.3-1.el8.x86_64", "Installed: libxslt-1.1.32-5.el8.x86_64", "Installed: clufter-bin-0.77.1-5.el8.x86_64", "Installed: clufter-common-0.77.1-5.el8.noarch", "Installed: corosync-3.0.3-4.el8.x86_64", "Installed: python3-pexpect-4.3.1-3.el8.noarch", "Installed: python3-pip-9.0.3-18.el8.noarch", "Installed: libknet1-1.16-1.el8.x86_64", "Installed: libknet1-compress-bzip2-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-lz4-plugin-1.16-1.el8.x86_64", "Installed: sbd-1.4.1-7.el8.x86_64", "Installed: libknet1-compress-lzma-plugin-1.16-1.el8.x86_64", "Installed: python3-ptyprocess-0.5.2-4.el8.noarch", "Installed: libknet1-compress-lzo2-plugin-1.16-1.el8.x86_64", "Installed: python3-pyOpenSSL-18.0.0-1.el8.noarch", "Installed: libknet1-compress-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-compress-zlib-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-nss-plugin-1.16-1.el8.x86_64", "Installed: python3-pycurl-7.43.0.2-4.el8.x86_64", "Installed: libknet1-crypto-openssl-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-plugins-all-1.16-1.el8.x86_64", "Installed: libnozzle1-1.16-1.el8.x86_64", "Installed: pacemaker-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-cli-2.0.4-6.el8_3.1.x86_64", "Installed: pcs-0.10.6-4.el8_3.1.x86_64", "Installed: python3-clufter-0.77.1-5.el8.noarch", "Installed: resource-agents-4.1.1-68.el8_3.2.x86_64", "Installed: liberation-fonts-common-1:2.00.3-7.el8.noarch", "Installed: liberation-sans-fonts-1:2.00.3-7.el8.noarch", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-Errno-1.28-416.el8.x86_64", "Installed: perl-Exporter-5.72-396.el8.noarch", "Installed: perl-File-Path-2.15-2.el8.noarch", "Installed: perl-IO-1.38-416.el8.x86_64", "Installed: python3-suds-0.7-0.8.94664ddd46a6.el8.noarch", "Installed: perl-PathTools-3.74-1.el8.x86_64", "Installed: python3-webencodings-0.5.1-6.el8.noarch", "Installed: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64", "Installed: perl-Socket-4:2.027-3.el8.x86_64", "Installed: python36-3.6.8-2.module_el8.3.0+562+e162826a.x86_64", "Installed: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch", "Installed: perl-Time-Local-1:1.280-1.el8.noarch", "Installed: perl-Unicode-Normalize-1.25-396.el8.x86_64", "Installed: perl-constant-1.33-396.el8.noarch", "Installed: perl-interpreter-4:5.26.3-416.el8.x86_64", "Installed: perl-libs-4:5.26.3-416.el8.x86_64", "Installed: perl-macros-4:5.26.3-416.el8.x86_64", "Installed: perl-parent-1:0.237-1.el8.noarch", "Installed: perl-threads-1:2.21-2.el8.x86_64", "Installed: perl-threads-shared-1.58-2.el8.x86_64", "Installed: pkgconf-1.4.2-1.el8.x86_64", "Installed: pkgconf-m4-1.4.2-1.el8.noarch", "Installed: pkgconf-pkg-config-1.4.2-1.el8.x86_64", "Installed: libicu-60.3-2.el8_1.x86_64", "Installed: corosynclib-3.0.3-4.el8.x86_64", "Installed: telnet-1:0.17-73.el8_1.1.x86_64", "Installed: libpkgconf-1.4.2-1.el8.x86_64", "Installed: python3-pyparsing-2.1.10-7.el8.noarch", "Installed: libqb-1.0.3-12.el8.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch", "Installed: net-snmp-utils-1:5.8-18.el8_3.1.x86_64", "Removed: gnutls-3.6.14-6.el8.x86_64"]} TASK [linux-system-roles.ha_cluster : Set hacluster password] ****************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:43 changed: [/cache/centos-8.qcow2] => {"append": false, "changed": true, "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/tmpw60fupk6/tasks/main.yml:26 included: /tmp/tmpw60fupk6/tasks/firewall.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "stopped", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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"}, "run-r2cf64b65cef84d3b8ead5ee5d7787afc.service": {"name": "run-r2cf64b65cef84d3b8ead5ee5d7787afc.service", "source": "systemd", "state": "running", "status": "transient"}, "sbd.service": {"name": "sbd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "stopped", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "stopped", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable service "high-availability" in firewalld] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:6 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] ***** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:16 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ******************** task path: /tmp/tmpw60fupk6/tasks/main.yml:29 included: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Stop pcsd] ******************************* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:4 ok: [/cache/centos-8.qcow2] => {"changed": false, "name": "pcsd", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target systemd-journald.socket basic.target system.slice pcsd-ruby.service sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "network-online.target system.slice pcsd-ruby.service 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] *** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:9 skipping: [/cache/centos-8.qcow2] => (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/centos-8.qcow2] => (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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:22 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] ********* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:29 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************ task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "2eb5db17086a85e3c786b995b992ab2a88c5819d", "dest": "/var/lib/pcsd/pcs_settings.conf", "gid": 0, "group": "root", "md5sum": "e057b9b2678ff5dfe700f048dae0963c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 362, "src": "/root/.ansible/tmp/ansible-tmp-1621347815.65-101732-152367140853195/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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "enabled": true, "name": "pcsd", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice network-online.target systemd-journald.socket pcsd-ruby.service basic.target sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 network-online.target pcsd-ruby.service 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:57 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "--version", "--full"], "delta": "0:00:00.554689", "end": "2021-05-18 14:23:37.953123", "rc": 0, "start": "2021-05-18 14:23:37.398434", "stderr": "", "stderr_lines": [], "stdout": "0.10.6\nbooth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed", "stdout_lines": ["0.10.6", "booth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed"]} TASK [linux-system-roles.ha_cluster : Parse pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:64 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_pcs_capabilities": ["booth", "cluster.config.backup-local", "cluster.config.export.to-pcs-commands", "cluster.config.import-cman", "cluster.config.restore-cluster", "cluster.config.restore-local", "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.config.get", "corosync.config.reload", "corosync.config.sync-to-local-cluster", "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.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.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.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-rsc-op", "pcmk.properties.resource-defaults", "pcmk.properties.resource-defaults.multiple", "pcmk.properties.resource-defaults.rule-rsc-op", "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.meta-in-create", "pcmk.resource.clone.wait", "pcmk.resource.create", "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.wait", "pcmk.resource.debug", "pcmk.resource.delete", "pcmk.resource.disable.safe", "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.promotable", "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.strict", "pcmk.stonith.create", "pcmk.stonith.create.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "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.node-attr", "pcmk.stonith.levels.node-regexp", "pcmk.stonith.refresh", "pcmk.stonith.refresh.strict", "pcmk.stonith.update", "pcmk.tag", "pcmk.tag.resources", "pcs.auth.client", "pcs.auth.client.cluster", "pcs.auth.deauth-client", "pcs.auth.deauth-server", "pcs.auth.no-bidirectional", "pcs.auth.separated-name-and-address", "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", "sbd", "sbd.option-timeout-action", "sbd.shared-block-device", "status.corosync.membership", "status.pcmk.resources.hide-inactive", "status.pcmk.resources.orphaned", "status.pcmk.xml", "stonith-agents.describe", "stonith-agents.list", "stonith-agents.list.detailed"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] *********** task path: /tmp/tmpw60fupk6/tasks/main.yml:32 included: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] *********** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:1 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:7 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random fence_xvm.key] *********** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347778.9814696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "checksum": "04b6246b7f1a9e738166d46aa25c398ff0af29fc", "ctime": 1621347778.9904697, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 123945, "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": 1621347778.7104695, "nlink": 1, "path": "/etc/cluster/fence_xvm.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 911, "uid": 0, "version": "3470246358", "wgrp": false, "woth": false, "writeable": true, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}} TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 ok: [/cache/centos-8.qcow2 -> 127.0.0.3] => (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/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:15 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "04b6246b7f1a9e738166d46aa25c398ff0af29fc", "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": 911, "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Configure cluster nodes] ***************** task path: /tmp/tmpw60fupk6/tasks/main.yml:35 included: /tmp/tmpw60fupk6/tasks/cluster-setup.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.4z9vktk8_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/tmpw60fupk6/tasks/cluster-setup.yml:14 included: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] *** task path: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "cluster", "setup", "--corosync_conf", "/tmp/ansible.4z9vktk8_ha_cluster_corosync_conf", "--overwrite", "test-cluster", "localhost"], "delta": "0:00:00.557116", "end": "2021-05-18 14:23:42.410227", "rc": 0, "start": "2021-05-18 14:23:41.853111", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\nNo addresses specified for host 'localhost', using 'localhost'", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", "No addresses specified for host 'localhost', using 'localhost'"]} TASK [linux-system-roles.ha_cluster : Fetch created corosync.conf file] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:17 ok: [/cache/centos-8.qcow2] => {"changed": false, "content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==", "encoding": "base64", "source": "/tmp/ansible.4z9vktk8_ha_cluster_corosync_conf"} TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] *********** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:24 changed: [/cache/centos-8.qcow2] => {"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-1621347824.28-101932-76976385495707/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:34 changed: [/cache/centos-8.qcow2] => {"changed": true, "path": "/tmp/ansible.4z9vktk8_ha_cluster_corosync_conf", "state": "absent"} TASK [linux-system-roles.ha_cluster : Get corosync authkey] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:47 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random corosync authkey] ******** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347777.5234697, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "checksum": "2f6db2c622608913a19408d19334151fcb527494", "ctime": 1621347777.5324695, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8412854, "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": 1621347777.2424695, "nlink": 1, "path": "/etc/corosync/authkey", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 449, "uid": 0, "version": "681877299", "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/tmpw60fupk6/tasks/presharedkey.yml:52 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 ok: [/cache/centos-8.qcow2 -> 127.0.0.3] => (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/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:55 ok: [/cache/centos-8.qcow2] => {"changed": false, "checksum": "2f6db2c622608913a19408d19334151fcb527494", "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": 449, "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] ******************* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:64 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random pacemaker authkey] ******* task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347778.2694695, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "checksum": "2f6db2c622608913a19408d19334151fcb527494", "ctime": 1621347778.2784696, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4195605, "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": 1621347778.0034697, "nlink": 1, "path": "/etc/pacemaker/authkey", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 449, "uid": 0, "version": "3217804447", "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/tmpw60fupk6/tasks/presharedkey.yml:52 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 ok: [/cache/centos-8.qcow2 -> 127.0.0.3] => (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/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:72 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "2f6db2c622608913a19408d19334151fcb527494", "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": 449, "state": "file", "uid": 189} TASK [linux-system-roles.ha_cluster : Check if qdevice is configured] ********** task path: /tmp/tmpw60fupk6/tasks/main.yml:50 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_qdevice_in_use": false}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:55 included: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:1 changed: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "corosync", "name": "corosync", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target sysinit.target basic.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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", "Requires": "sysinit.target network-online.target 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]", "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} changed: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "pacemaker", "name": "pacemaker", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service sysinit.target corosync.service network.target time-sync.target resource-agents-deps.target system.slice basic.target rsyslog.service systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target corosync.service system.slice", "Restart": "on-failure", "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": "no", "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]", "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": "infinity", "TimeoutStartUSec": "1min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "dbus.service resource-agents-deps.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:14 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Disable SBD] ***************************** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:18 ok: [/cache/centos-8.qcow2] => {"changed": false, "enabled": false, "name": "sbd", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "iscsi.service basic.target systemd-journald.socket sysinit.target systemd-modules-load.service system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target pacemaker.service dlm.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "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 /var/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": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "/var/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": "11220", "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/tmpw60fupk6/tasks/main.yml:58 included: /tmp/tmpw60fupk6/tasks/pcs-auth.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check pcs auth status] ******************* task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "status", "pcsd", "localhost"], "delta": "0:00:00.700122", "end": "2021-05-18 14:23:52.242611", "failed_when_result": false, "msg": "non-zero return code", "rc": 2, "start": "2021-05-18 14:23:51.542489", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\n localhost: Unable to authenticate", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", " localhost: Unable to authenticate"]} TASK [linux-system-roles.ha_cluster : Run pcs auth] **************************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:18 included: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] ***************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "host", "auth", "-u", "hacluster", "localhost"], "delta": "0:00:01.077451", "end": "2021-05-18 14:23:53.887610", "rc": 0, "start": "2021-05-18 14:23:52.810159", "stderr": "", "stderr_lines": [], "stdout": "Password: localhost: Authorized", "stdout_lines": ["Password: localhost: Authorized"]} TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:63 included: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:19 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:22 ok: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": false, "item": "pacemaker", "name": "pacemaker", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice resource-agents-deps.target systemd-journald.socket corosync.service network.target time-sync.target rsyslog.service dbus.service basic.target sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "corosync.service system.slice sysinit.target", "Restart": "on-failure", "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": "no", "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]", "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": "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"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": false, "item": "corosync", "name": "corosync", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target systemd-journald.socket network-online.target sysinit.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "pacemaker.service shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target network-online.target 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": "Tue 2021-05-18 14:23:49 UTC", "StateChangeTimestampMonotonic": "117251465", "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": "11220", "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 : Start corosync] ************************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "corosync", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target systemd-journald.socket network-online.target sysinit.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "pacemaker.service shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target network-online.target 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": "Tue 2021-05-18 14:23:49 UTC", "StateChangeTimestampMonotonic": "117251465", "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": "11220", "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/tmpw60fupk6/tasks/cluster-start-and-reload.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["corosync-cfgtool", "-R"], "delta": "0:00:00.014320", "end": "2021-05-18 14:23:57.550734", "rc": 0, "start": "2021-05-18 14:23:57.536414", "stderr": "", "stderr_lines": [], "stdout": "Reloading corosync.conf...\nDone", "stdout_lines": ["Reloading corosync.conf...", "Done"]} TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ****************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:57 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Start pacemaker] ************************* task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:63 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "pacemaker", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice resource-agents-deps.target systemd-journald.socket corosync.service network.target time-sync.target rsyslog.service dbus.service basic.target sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "corosync.service system.slice sysinit.target", "Restart": "on-failure", "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": "no", "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]", "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": "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 [linux-system-roles.ha_cluster : Wait for the cluster to fully start and form membership] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:69 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "cluster", "start", "--all", "--wait"], "delta": "0:00:22.928798", "end": "2021-05-18 14:24:21.512925", "rc": 0, "start": "2021-05-18 14:23:58.584127", "stderr": "", "stderr_lines": [], "stdout": "localhost: Starting Cluster...\nWaiting for node(s) to start...\nlocalhost: Started", "stdout_lines": ["localhost: Starting Cluster...", "Waiting for node(s) to start...", "localhost: Started"]} TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:83 ok: [/cache/centos-8.qcow2] => {"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.020229", "end": "2021-05-18 14:24:21.970508", "rc": 0, "start": "2021-05-18 14:24:21.950279", "stderr": "", "stderr_lines": [], "stdout": "localhost", "stdout_lines": ["localhost"]} TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:104 skipping: [/cache/centos-8.qcow2] => (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/tmpw60fupk6/tasks/main.yml:66 included: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ****** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:10 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.alrbckrb_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/tmpw60fupk6/tasks/create-and-push-cib.yml:18 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.dyuvhpm0_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/tmpw60fupk6/tasks/create-and-push-cib.yml:26 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["cibadmin", "--query"], "delta": "0:00:00.013315", "end": "2021-05-18 14:24:23.421737", "rc": 0, "start": "2021-05-18 14:24:23.408422", "stderr": "", "stderr_lines": [], "stdout": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n", "stdout_lines": ["", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", ""]} TASK [linux-system-roles.ha_cluster : Write CIB configuration] ***************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:33 changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.dyuvhpm0_ha_cluster_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "862be14bca06eefd4d7059eb8f7cb1f0ec27d8a2", "dest": "/tmp/ansible.dyuvhpm0_ha_cluster_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.dyuvhpm0_ha_cluster_cib_xml", "md5sum": "ee5abde703fd2128af66626d1e6ec3ca", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621347864.88-102394-194036266169467/source", "state": "file", "uid": 0} changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.alrbckrb_ha_cluster_original_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "862be14bca06eefd4d7059eb8f7cb1f0ec27d8a2", "dest": "/tmp/ansible.alrbckrb_ha_cluster_original_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.alrbckrb_ha_cluster_original_cib_xml", "md5sum": "ee5abde703fd2128af66626d1e6ec3ca", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621347865.62-102394-269978562871115/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:51 changed: [/cache/centos-8.qcow2] => {"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\"\n)]"], "delta": "0:00:00.020911", "end": "2021-05-18 14:24:25.391798", "rc": 0, "start": "2021-05-18 14:24:25.370887", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure cluster resources] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:78 TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:85 TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:91 TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:100 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.u9yzi6lh_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/tmpw60fupk6/tasks/create-and-push-cib.yml:108 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["crm_diff", "--no-version", "--original", "/tmp/ansible.alrbckrb_ha_cluster_original_cib_xml", "--new", "/tmp/ansible.dyuvhpm0_ha_cluster_cib_xml"], "delta": "0:00:00.007856", "end": "2021-05-18 14:24:26.348989", "failed_when_result": false, "rc": 0, "start": "2021-05-18 14:24:26.341133", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:121 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/create-and-push-cib.yml:132 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ******************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:140 changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.dyuvhpm0_ha_cluster_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.dyuvhpm0_ha_cluster_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.dyuvhpm0_ha_cluster_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.alrbckrb_ha_cluster_original_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.alrbckrb_ha_cluster_original_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.alrbckrb_ha_cluster_original_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.u9yzi6lh_ha_cluster_cib_diff', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.u9yzi6lh_ha_cluster_cib_diff", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.u9yzi6lh_ha_cluster_cib_diff", "state": "absent"} TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpw60fupk6/tasks/main.yml:73 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] *************** task path: /tmp/tmpw60fupk6/tasks/main.yml:76 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Stat corosync authkey] *************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:114 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347824.8274696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "checksum": "2f6db2c622608913a19408d19334151fcb527494", "ctime": 1621347777.5324695, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8412854, "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": 1621347777.2424695, "nlink": 1, "path": "/etc/corosync/authkey", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 449, "uid": 0, "version": "681877299", "wgrp": false, "woth": false, "writeable": true, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}} TASK [Stat pacemaker authkey] ************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:120 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347826.8304696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "checksum": "2f6db2c622608913a19408d19334151fcb527494", "ctime": 1621347828.0604696, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 189, "gr_name": "haclient", "inode": 4195605, "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": 1621347778.0034697, "nlink": 1, "path": "/etc/pacemaker/authkey", "pw_name": "hacluster", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 449, "uid": 189, "version": "3217804447", "wgrp": false, "woth": false, "writeable": true, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}} TASK [Stat fence-virt authkey] ************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:126 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347819.3234696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "checksum": "04b6246b7f1a9e738166d46aa25c398ff0af29fc", "ctime": 1621347820.6424696, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 123945, "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": 1621347778.7104695, "nlink": 1, "path": "/etc/cluster/fence_xvm.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 911, "uid": 0, "version": "3470246358", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Stat pcsd TLS certificate] *********************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:132 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347816.9654696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9823744a9ea6f6ed93b16da39253e7926d3303f7", "ctime": 1621347780.4404695, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 16777410, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1621347780.1534696, "nlink": 1, "path": "/var/lib/pcsd/pcsd.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1728, "uid": 0, "version": "2055743720", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Stat pcsd TLS private key] *********************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:138 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347816.9654696, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "cdcfd9a2a0f5b9a029acdfccd379617f7e663aad", "ctime": 1621347779.7214696, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 20971843, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1621347779.4264696, "nlink": 1, "path": "/var/lib/pcsd/pcsd.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 3247, "uid": 0, "version": "52286450", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check pre-shared keys are present] *************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:144 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check corosync key content] ********************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:153 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check pacemaker key content] ********************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:160 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check fence-virt key content] ******************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:167 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check pcsd TLS certificate content] ************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:174 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check pcsd TLS private key content] ************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:181 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check cluster status] **************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_existing_psks.yml:188 included: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml for /cache/centos-8.qcow2 TASK [Get pcs auth status] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:1 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "status", "pcsd"], "delta": "0:00:00.643554", "end": "2021-05-18 14:24:31.315573", "rc": 0, "start": "2021-05-18 14:24:30.672019", "stderr": "", "stderr_lines": [], "stdout": " localhost: Online", "stdout_lines": [" localhost: Online"]} TASK [Check pcs auth] ********************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:7 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Get cluster status] ****************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:12 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "status"], "delta": "0:00:00.784805", "end": "2021-05-18 14:24:32.593781", "rc": 0, "start": "2021-05-18 14:24:31.808976", "stderr": "", "stderr_lines": [], "stdout": "Cluster name: test-cluster\n\nWARNINGS:\nNo stonith devices and stonith-enabled is not false\n\nCluster Summary:\n * Stack: corosync\n * Current DC: localhost (version 2.0.4-6.el8_3.1-2deceaa3ae) - partition with quorum\n * Last updated: Tue May 18 14:24:32 2021\n * Last change: Tue May 18 14:24:20 2021 by hacluster via crmd on localhost\n * 1 node configured\n * 0 resource instances configured\n\nNode List:\n * Online: [ localhost ]\n\nFull List of Resources:\n * No resources\n\nDaemon Status:\n corosync: active/enabled\n pacemaker: active/enabled\n pcsd: active/enabled", "stdout_lines": ["Cluster name: test-cluster", "", "WARNINGS:", "No stonith devices and stonith-enabled is not false", "", "Cluster Summary:", " * Stack: corosync", " * Current DC: localhost (version 2.0.4-6.el8_3.1-2deceaa3ae) - partition with quorum", " * Last updated: Tue May 18 14:24:32 2021", " * Last change: Tue May 18 14:24:20 2021 by hacluster via crmd on localhost", " * 1 node configured", " * 0 resource instances configured", "", "Node List:", " * Online: [ localhost ]", "", "Full List of Resources:", " * No resources", "", "Daemon Status:", " corosync: active/enabled", " pacemaker: active/enabled", " pcsd: active/enabled"]} TASK [Check cluster is running] ************************************************ task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:18 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=112 changed=33 unreachable=0 failed=0 skipped=27 rescued=0 ignored=0 + cd /tmp/tmpw60fupk6/tests; TEST_SUBJECTS=/cache/centos-8.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_ha_cluster-15-3fa4b46-centos-8-ur2076ow/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmpw60fupk6/_setup.yml /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml ansible-playbook 2.8.19 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 2 plays in /tmp/tmpw60fupk6/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:5 ok: [/cache/centos-8.qcow2] => { "groups": { "all": [ "/cache/centos-8.qcow2" ], "localhost": [ "/cache/centos-8.qcow2" ], "subjects": [ "/cache/centos-8.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmpw60fupk6/_setup.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:16 [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["dnf", "config-manager", "--set-enabled", "ha"], "delta": "0:00:00.424107", "end": "2021-05-18 14:25:35.252381", "rc": 0, "start": "2021-05-18 14:25:34.828274", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=2 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_cluster_basic_new_psks.yml ************************************* 1 plays in /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml PLAY [Minimal cluster configuration, custom and regenerated PSKs] ************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:1 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Set up test environment] ************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:19 included: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml for /cache/centos-8.qcow2 TASK [Set node name to 'localhost' for single-node clusters] ******************* task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"inventory_hostname": "localhost"}, "changed": false} TASK [Do not try to enable RHEL repositories] ********************************** task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Run PSKs and certificates fixture] *************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:22 included: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml for /cache/centos-8.qcow2 TASK [Ensure a directory for temporary files exists] *************************** task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:3 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/tmpw60fupk6/tests/tmp", "size": 124, "state": "directory", "uid": 0} TASK [Generate pcsd TLS private key] ******************************************* task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:9 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "filename": "/tmp/tmpw60fupk6/tests/tmp/pcsd.key", "fingerprint": {"md5": "88:2b:b2:ba:b5:9a:3c:4e:13:86:3b:02:19:e5:8f:c9", "sha1": "35:94:3f:c7:b4:97:f9:fe:a8:c6:31:de:88:15:88:99:da:95:9c:a8", "sha224": "d1:f3:4e:8b:10:8d:39:46:5f:9d:33:5f:72:96:87:25:3b:d3:76:8a:2d:25:8d:4a:a9:1f:d6:ea", "sha256": "e4:bc:23:70:9e:f2:63:15:66:a4:20:06:bc:e6:74:0b:95:24:5c:fa:b2:21:bd:74:89:5e:29:d1:2f:e6:18:22", "sha384": "8b:e4:ea:15:a1:4f:ab:bc:be:fd:cd:f2:dc:7b:fd:e9:ad:9d:24:b6:c3:05:be:09:2d:a3:c1:e9:fe:f7:7a:b2:06:86:f7:a4:69:6c:95:2f:52:3d:3e:6b:9a:71:11:10", "sha512": "be:20:56:b0:9f:55:c3:f1:bf:de:9f:95:70:47:14:76:06:4e:98:2c:5a:ad:e9:51:d7:3a:93:33:08:27:76:cc:9f:f7:a2:ff:af:f9:e0:2f:01:73:06:88:aa:40:55:79:c4:8b:24:a1:52:8b:e4:77:2a:29:a8:0f:9f:54:b8:14"}, "size": 4096, "type": "RSA"} TASK [Generate pcsd TLS certificate signing request] *************************** task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:14 ok: [/cache/centos-8.qcow2 -> localhost] => {"basicConstraints": null, "changed": false, "extendedKeyUsage": null, "filename": "/tmp/tmpw60fupk6/tests/tmp/pcsd.csr", "keyUsage": null, "ocspMustStaple": false, "privatekey": "/tmp/tmpw60fupk6/tests/tmp/pcsd.key", "subject": [["CN", "127.0.0.3"]], "subjectAltName": ["DNS:127.0.0.3"]} TASK [Generate pcsd TLS certificate] ******************************************* task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:20 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "csr": "/tmp/tmpw60fupk6/tests/tmp/pcsd.csr", "filename": "/tmp/tmpw60fupk6/tests/tmp/pcsd.crt", "notAfter": "20310516141749Z", "notBefore": "20210518141749Z", "privatekey": "/tmp/tmpw60fupk6/tests/tmp/pcsd.key", "serial_number": 226789966705326934329515506564283163660358071714} TASK [Generate pre-shared keys] ************************************************ task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:27 ok: [/cache/centos-8.qcow2 -> localhost] => {"ansible_facts": {"__test_corosync_key": "kjM6Ax5+TPzwuZaXHnNoSD0b+44PK/E23/pX6n9fLbU8UXZSIgClndyve68sv0Im\nw5r3FfByHPKvidbahNXeTQStqTQnV9JTqunAj94t9be9salBAYwPQ7Mh2aS2THS0\noh+tV+meRSDSISJJih4mLhwyKusmekxydItRPY2V8VEHzcwaPwvhyiqwhSgpzv6s\nf//AR2G3nK4DxOS9RWIa1zmgJ0gifao0S/nmg3uVpTz09XNaIsZQDnGtDbSosQPS\n0GlrWDqUBDdHWgki5Ut3JvaVP5vcwYqHzYn4d2Nto9XbsVLF38QB/B5HfVfYsjlt\nVg98eL2K+HH73iJN1ItnPA==", "__test_fence_xvm_key": "dPMs88tC4PxL9ISs6lkIAn+OXCCI16G/gj/IU19QcDucp7kujjqd5QI7I3FvKCAc\nkxDOZONKjnn2/Z+yEzxyBKyNJiEWh4kmkxcapxdf1KJAJT8VX1lEwH0MynGFmP+R\npuyBJOasAaRSt3qeKb6Rhc5jmtqng3ZU1UyZAWXkx5b7JCPmmy++DAKyIMsyYesl\n9VPTH5r80T67he9ZEPgDw+ruxtcOtUW9Wj1u7EnfmxcZ5o1TLuEZZ1modHPrl8E1\nHAM2idM357WgJLBEb77PYOF+y0dADRb1HulFhGTWMUrdGVYZb8PQHKepZeZLmwl6\n/d9dOfMoWvDnUrbD0FquyPWM3cHOsr6yXWe3NCOIG5IgScSGxcGwi9YQvLxxXcj7\nSCHC1CmRe9FNVItV639JzvaWK6JXGp9vRiSrEIHhWpz8SZT828J/xz9UEMXLFf5X\ni2WD/JFJBNkmaF37caIWAnPsyR5TxllvkeWB896CCK2tUJL9COg4/Qk9GhGWkL3j\nCLsw6hH/FXeQ7R2nCgrk+tBPZBZL/mW3jR7UOgjiJlBSi2IB3jdMs732pLCmjqta\nHlX2lQ2MfvyRDJRoeDRD8WpFE2ykhVdd+amYGNNs1D9oHMFvPaD5FoTTrtriBecP\nsrZmGK3IuLBFn1+wWWbY2OVdVM5uv4y9bdurNXIXGKE=", "__test_pacemaker_key": "kjM6Ax5+TPzwuZaXHnNoSD0b+44PK/E23/pX6n9fLbU8UXZSIgClndyve68sv0Im\nw5r3FfByHPKvidbahNXeTQStqTQnV9JTqunAj94t9be9salBAYwPQ7Mh2aS2THS0\noh+tV+meRSDSISJJih4mLhwyKusmekxydItRPY2V8VEHzcwaPwvhyiqwhSgpzv6s\nf//AR2G3nK4DxOS9RWIa1zmgJ0gifao0S/nmg3uVpTz09XNaIsZQDnGtDbSosQPS\n0GlrWDqUBDdHWgki5Ut3JvaVP5vcwYqHzYn4d2Nto9XbsVLF38QB/B5HfVfYsjlt\nVg98eL2K+HH73iJN1ItnPA=="}, "changed": false} TASK [Save corosync key] ******************************************************* task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:33 changed: [/cache/centos-8.qcow2 -> localhost] => {"changed": true, "checksum": "64368cb590bb84fc06a26c478f522756ed9f9eeb", "dest": "/tmp/tmpw60fupk6/tests/tmp/corosync-authkey", "gid": 0, "group": "root", "md5sum": "51f88001f7c646e8982994402cd45d6f", "mode": "0400", "owner": "root", "size": 449, "src": "/root/.ansible/tmp/ansible-tmp-1621347938.78-103144-135217579879340/source", "state": "file", "uid": 0} TASK [Save pacemaker key] ****************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:39 changed: [/cache/centos-8.qcow2 -> localhost] => {"changed": true, "checksum": "64368cb590bb84fc06a26c478f522756ed9f9eeb", "dest": "/tmp/tmpw60fupk6/tests/tmp/pacemaker-authkey", "gid": 0, "group": "root", "md5sum": "51f88001f7c646e8982994402cd45d6f", "mode": "0400", "owner": "root", "size": 449, "src": "/root/.ansible/tmp/ansible-tmp-1621347939.36-103173-241645320777935/source", "state": "file", "uid": 0} TASK [Save fence_xvm key] ****************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/fixture_psks.yml:45 changed: [/cache/centos-8.qcow2 -> localhost] => {"changed": true, "checksum": "71966cf79bf0f6c8a471a8b49edbfc494df6362a", "dest": "/tmp/tmpw60fupk6/tests/tmp/fence_xvm.key", "gid": 0, "group": "root", "md5sum": "ae838f35ed1d1851277ec27a247beec9", "mode": "0400", "owner": "root", "size": 970, "src": "/root/.ansible/tmp/ansible-tmp-1621347939.68-103202-57288642471913/source", "state": "file", "uid": 0} TASK [Ensure directories for keys exist] *************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:25 changed: [/cache/centos-8.qcow2] => (item=/etc/pacemaker) => {"ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/etc/pacemaker", "mode": "0755", "owner": "root", "path": "/etc/pacemaker", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0} changed: [/cache/centos-8.qcow2] => (item=/var/lib/pcsd) => {"ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/var/lib/pcsd", "mode": "0755", "owner": "root", "path": "/var/lib/pcsd", "secontext": "unconfined_u:object_r:var_lib_t:s0", "size": 6, "state": "directory", "uid": 0} TASK [Ensure pacemaker key is present] ***************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:36 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "0fabde3bccf7e88bad66469571339dd2ca3b9aec", "dest": "/etc/pacemaker/authkey", "gid": 0, "group": "root", "md5sum": "34898e11a9418128e6c2b3b993cf91a4", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 26, "src": "/root/.ansible/tmp/ansible-tmp-1621347940.74-103260-142933428089114/source", "state": "file", "uid": 0} TASK [Ensure fence-virt key is not present] ************************************ task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:44 ok: [/cache/centos-8.qcow2] => {"changed": false, "path": "/etc/cluster/fence_xvm.key", "state": "absent"} TASK [Distribute pcsd TLS private key] ***************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "cdcfd9a2a0f5b9a029acdfccd379617f7e663aad", "dest": "/var/lib/pcsd/pcsd.key", "gid": 0, "group": "root", "md5sum": "8fbd1ae4b4a9b3f23d781a5bd3ae59fe", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 3247, "src": "/root/.ansible/tmp/ansible-tmp-1621347941.82-103324-63476638217337/source", "state": "file", "uid": 0} TASK [Distribute pcsd TLS certificate] ***************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:59 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "9823744a9ea6f6ed93b16da39253e7926d3303f7", "dest": "/var/lib/pcsd/pcsd.crt", "gid": 0, "group": "root", "md5sum": "88a6692e1fccbd9a9cf378b0bb92224b", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 1728, "src": "/root/.ansible/tmp/ansible-tmp-1621347942.55-103352-188745415967941/source", "state": "file", "uid": 0} TASK [Get corosync key hash] *************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:67 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "stat": {"atime": 1621347939.2947109, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "64368cb590bb84fc06a26c478f522756ed9f9eeb", "ctime": 1621347939.2947109, "dev": 5242952, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 19347611, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0400", "mtime": 1621347939.020701, "nlink": 1, "path": "/tmp/tmpw60fupk6/tests/tmp/corosync-authkey", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 449, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get pcsd TLS private key hash] ******************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:74 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "stat": {"atime": 1621347468.8586166, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "cdcfd9a2a0f5b9a029acdfccd379617f7e663aad", "ctime": 1621347468.2815955, "dev": 5242952, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 34824251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0600", "mtime": 1621347468.2805955, "nlink": 1, "path": "/tmp/tmpw60fupk6/tests/tmp/pcsd.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 3247, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Get pcsd TLS certificate hash] ******************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:81 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "stat": {"atime": 1621347471.126699, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "9823744a9ea6f6ed93b16da39253e7926d3303f7", "ctime": 1621347469.4046364, "dev": 5242952, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 34834565, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0644", "mtime": 1621347469.4046364, "nlink": 1, "path": "/tmp/tmpw60fupk6/tests/tmp/pcsd.crt", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1728, "uid": 0, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Run HA Cluster role] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:88 TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:3 skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_facts": {"__ha_cluster_repos": [{"id": "ha", "name": "HighAvailability"}]}, "ansible_included_var_files": ["/tmp/tmpw60fupk6/vars/CentOS_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ******** task path: /tmp/tmpw60fupk6/tasks/main.yml:18 included: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] ***** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:3 skipping: [/cache/centos-8.qcow2] => (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 : Discover cluster node names] ************* task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:12 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_node_name": "localhost"}, "changed": false} TASK [linux-system-roles.ha_cluster : Collect cluster node names] ************** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:18 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_all_node_names": ["localhost"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:21 included: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:3 ok: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/RedHat.yml"}, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml"} ok: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml"}, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:24 included: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : List active CentOS repositories] ********* task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:3 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["dnf", "repolist"], "delta": "0:00:01.234899", "end": "2021-05-18 14:25:45.480089", "rc": 0, "start": "2021-05-18 14:25:44.245190", "stderr": "", "stderr_lines": [], "stdout": "repo id repo name\nappstream CentOS Linux 8 - AppStream\nbaseos CentOS Linux 8 - BaseOS\nextras CentOS Linux 8 - Extras\nha CentOS Linux 8 - HighAvailability", "stdout_lines": ["repo id repo name", "appstream CentOS Linux 8 - AppStream", "baseos CentOS Linux 8 - BaseOS", "extras CentOS Linux 8 - Extras", "ha CentOS Linux 8 - HighAvailability"]} TASK [linux-system-roles.ha_cluster : Enable CentOS repositories] ************** task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:12 skipping: [/cache/centos-8.qcow2] => (item={u'id': u'ha', u'name': u'HighAvailability'}) => {"ansible_loop_var": "item", "changed": false, "item": {"id": "ha", "name": "HighAvailability"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Install cluster packages] **************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:30 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: corosync", "Installed: libknet1-plugins-all", "Installed: pacemaker", "Installed: pcs", "Installed: fence-agents-all", "Installed: fence-virt", "Installed: gnutls-dane-3.6.14-8.el8_3.x86_64", "Installed: gnutls-utils-3.6.14-8.el8_3.x86_64", "Installed: samba-client-libs-4.12.3-12.el8.3.x86_64", "Installed: samba-common-4.12.3-12.el8.3.noarch", "Installed: samba-common-libs-4.12.3-12.el8.3.x86_64", "Installed: nspr-4.25.0-2.el8_2.x86_64", "Installed: nss-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-freebl-3.53.1-17.el8_3.x86_64", "Installed: nss-sysinit-3.53.1-17.el8_3.x86_64", "Installed: nss-util-3.53.1-17.el8_3.x86_64", "Installed: gnutls-3.6.14-8.el8_3.x86_64", "Installed: fence-agents-all-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-amt-ws-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-bladecenter-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-brocade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-mds-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-ucs-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-common-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-compute-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-drac5-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eaton-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-emerson-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eps-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-heuristics-ping-4.2.1-53.el8_3.1.noarch", "Installed: ipmitool-1.8.18-17.el8.x86_64", "Installed: fence-agents-hpblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ibmblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ifmib-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-moonshot-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-mp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-ssh-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo2-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-intelmodular-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipdu-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipmilan-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-kdump-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-mpath-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-redfish-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-rhevm-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsa-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsb-4.2.1-53.el8_3.1.noarch", "Installed: avahi-libs-0.7-19.el8.x86_64", "Installed: fence-agents-sbd-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-scsi-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-rest-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-soap-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-wti-4.2.1-53.el8_3.1.noarch", "Installed: fence-virt-1.0.0-1.el8.x86_64", "Installed: openwsman-python3-2.6.5-7.el8.x86_64", "Installed: ruby-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: autogen-libopts-5.18.12-8.el8.x86_64", "Installed: ruby-irb-2.5.5-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: ruby-libs-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: lvm2-8:2.03.09-5.el8.x86_64", "Installed: lvm2-libs-8:2.03.09-5.el8.x86_64", "Installed: rubygem-bigdecimal-1.3.4-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: libwsman1-2.6.5-7.el8.x86_64", "Installed: overpass-fonts-3.0.2-3.el8.noarch", "Installed: pacemaker-cluster-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-schemas-2.0.4-6.el8_3.1.noarch", "Installed: rubygem-did_you_mean-1.2.0-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygem-io-console-0.4.6-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cifs-utils-6.8-3.el8.x86_64", "Installed: userspace-rcu-0.10.1-2.el8.x86_64", "Installed: rubygem-json-2.1.0-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cups-libs-1:2.2.6-38.el8.x86_64", "Installed: rubygem-openssl-2.1.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: net-snmp-libs-1:5.8-18.el8_3.1.x86_64", "Installed: libwbclient-4.12.3-12.el8.3.x86_64", "Installed: python3-html5lib-1:0.999999999-6.el8.noarch", "Installed: rubygem-psych-3.0.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bcef.noarch", "Installed: rubygem-rdoc-6.0.1-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygems-2.7.6.2-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: device-mapper-event-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-5.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-5.el8.x86_64", "Installed: device-mapper-persistent-data-0.8.5-4.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: python3-lxml-4.2.3-1.el8.x86_64", "Installed: libxslt-1.1.32-5.el8.x86_64", "Installed: clufter-bin-0.77.1-5.el8.x86_64", "Installed: clufter-common-0.77.1-5.el8.noarch", "Installed: corosync-3.0.3-4.el8.x86_64", "Installed: python3-pexpect-4.3.1-3.el8.noarch", "Installed: python3-pip-9.0.3-18.el8.noarch", "Installed: libknet1-1.16-1.el8.x86_64", "Installed: libknet1-compress-bzip2-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-lz4-plugin-1.16-1.el8.x86_64", "Installed: sbd-1.4.1-7.el8.x86_64", "Installed: libknet1-compress-lzma-plugin-1.16-1.el8.x86_64", "Installed: python3-ptyprocess-0.5.2-4.el8.noarch", "Installed: libknet1-compress-lzo2-plugin-1.16-1.el8.x86_64", "Installed: python3-pyOpenSSL-18.0.0-1.el8.noarch", "Installed: libknet1-compress-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-compress-zlib-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-nss-plugin-1.16-1.el8.x86_64", "Installed: python3-pycurl-7.43.0.2-4.el8.x86_64", "Installed: libknet1-crypto-openssl-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-plugins-all-1.16-1.el8.x86_64", "Installed: libnozzle1-1.16-1.el8.x86_64", "Installed: pacemaker-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-cli-2.0.4-6.el8_3.1.x86_64", "Installed: pcs-0.10.6-4.el8_3.1.x86_64", "Installed: python3-clufter-0.77.1-5.el8.noarch", "Installed: resource-agents-4.1.1-68.el8_3.2.x86_64", "Installed: liberation-fonts-common-1:2.00.3-7.el8.noarch", "Installed: liberation-sans-fonts-1:2.00.3-7.el8.noarch", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-Errno-1.28-416.el8.x86_64", "Installed: perl-Exporter-5.72-396.el8.noarch", "Installed: perl-File-Path-2.15-2.el8.noarch", "Installed: perl-IO-1.38-416.el8.x86_64", "Installed: python3-suds-0.7-0.8.94664ddd46a6.el8.noarch", "Installed: perl-PathTools-3.74-1.el8.x86_64", "Installed: python3-webencodings-0.5.1-6.el8.noarch", "Installed: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64", "Installed: perl-Socket-4:2.027-3.el8.x86_64", "Installed: python36-3.6.8-2.module_el8.3.0+562+e162826a.x86_64", "Installed: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch", "Installed: perl-Time-Local-1:1.280-1.el8.noarch", "Installed: perl-Unicode-Normalize-1.25-396.el8.x86_64", "Installed: perl-constant-1.33-396.el8.noarch", "Installed: perl-interpreter-4:5.26.3-416.el8.x86_64", "Installed: perl-libs-4:5.26.3-416.el8.x86_64", "Installed: perl-macros-4:5.26.3-416.el8.x86_64", "Installed: perl-parent-1:0.237-1.el8.noarch", "Installed: perl-threads-1:2.21-2.el8.x86_64", "Installed: perl-threads-shared-1.58-2.el8.x86_64", "Installed: pkgconf-1.4.2-1.el8.x86_64", "Installed: pkgconf-m4-1.4.2-1.el8.noarch", "Installed: pkgconf-pkg-config-1.4.2-1.el8.x86_64", "Installed: libicu-60.3-2.el8_1.x86_64", "Installed: corosynclib-3.0.3-4.el8.x86_64", "Installed: telnet-1:0.17-73.el8_1.1.x86_64", "Installed: libpkgconf-1.4.2-1.el8.x86_64", "Installed: python3-pyparsing-2.1.10-7.el8.noarch", "Installed: libqb-1.0.3-12.el8.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch", "Installed: net-snmp-utils-1:5.8-18.el8_3.1.x86_64", "Removed: gnutls-3.6.14-6.el8.x86_64"]} TASK [linux-system-roles.ha_cluster : Set hacluster password] ****************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:43 changed: [/cache/centos-8.qcow2] => {"append": false, "changed": true, "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/tmpw60fupk6/tasks/main.yml:26 included: /tmp/tmpw60fupk6/tasks/firewall.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "stopped", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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"}, "run-r1230df26c1224567b0ecd761c385cabb.service": {"name": "run-r1230df26c1224567b0ecd761c385cabb.service", "source": "systemd", "state": "running", "status": "transient"}, "sbd.service": {"name": "sbd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "stopped", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "stopped", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable service "high-availability" in firewalld] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:6 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] ***** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:16 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ******************** task path: /tmp/tmpw60fupk6/tasks/main.yml:29 included: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Stop pcsd] ******************************* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:4 ok: [/cache/centos-8.qcow2] => {"changed": false, "name": "pcsd", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target pcsd-ruby.service system.slice basic.target network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "pcsd-ruby.service system.slice network-online.target 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] *** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:9 changed: [/cache/centos-8.qcow2] => (item=/var/lib/pcsd/pcsd.key) => {"ansible_loop_var": "item", "changed": true, "item": "/var/lib/pcsd/pcsd.key", "path": "/var/lib/pcsd/pcsd.key", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item=/var/lib/pcsd/pcsd.crt) => {"ansible_loop_var": "item", "changed": true, "item": "/var/lib/pcsd/pcsd.crt", "path": "/var/lib/pcsd/pcsd.crt", "state": "absent"} TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS private key] ********* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:22 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] ********* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:29 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************ task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "2eb5db17086a85e3c786b995b992ab2a88c5819d", "dest": "/var/lib/pcsd/pcs_settings.conf", "gid": 0, "group": "root", "md5sum": "e057b9b2678ff5dfe700f048dae0963c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 362, "src": "/root/.ansible/tmp/ansible-tmp-1621347977.17-103600-250435456570052/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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "enabled": true, "name": "pcsd", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice systemd-journald.socket basic.target network-online.target pcsd-ruby.service sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 network-online.target pcsd-ruby.service 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:57 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "--version", "--full"], "delta": "0:00:00.517452", "end": "2021-05-18 14:26:20.186402", "rc": 0, "start": "2021-05-18 14:26:19.668950", "stderr": "", "stderr_lines": [], "stdout": "0.10.6\nbooth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed", "stdout_lines": ["0.10.6", "booth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed"]} TASK [linux-system-roles.ha_cluster : Parse pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:64 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_pcs_capabilities": ["booth", "cluster.config.backup-local", "cluster.config.export.to-pcs-commands", "cluster.config.import-cman", "cluster.config.restore-cluster", "cluster.config.restore-local", "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.config.get", "corosync.config.reload", "corosync.config.sync-to-local-cluster", "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.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.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.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-rsc-op", "pcmk.properties.resource-defaults", "pcmk.properties.resource-defaults.multiple", "pcmk.properties.resource-defaults.rule-rsc-op", "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.meta-in-create", "pcmk.resource.clone.wait", "pcmk.resource.create", "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.wait", "pcmk.resource.debug", "pcmk.resource.delete", "pcmk.resource.disable.safe", "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.promotable", "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.strict", "pcmk.stonith.create", "pcmk.stonith.create.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "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.node-attr", "pcmk.stonith.levels.node-regexp", "pcmk.stonith.refresh", "pcmk.stonith.refresh.strict", "pcmk.stonith.update", "pcmk.tag", "pcmk.tag.resources", "pcs.auth.client", "pcs.auth.client.cluster", "pcs.auth.deauth-client", "pcs.auth.deauth-server", "pcs.auth.no-bidirectional", "pcs.auth.separated-name-and-address", "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", "sbd", "sbd.option-timeout-action", "sbd.shared-block-device", "status.corosync.membership", "status.pcmk.resources.hide-inactive", "status.pcmk.resources.orphaned", "status.pcmk.xml", "stonith-agents.describe", "stonith-agents.list", "stonith-agents.list.detailed"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] *********** task path: /tmp/tmpw60fupk6/tasks/main.yml:32 included: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] *********** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/cluster", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0} TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] *********************** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:7 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random fence_xvm.key] *********** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:15 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "b4d701e2eb483b90f7bab199e8d8fde18aefae21", "dest": "/etc/cluster/fence_xvm.key", "gid": 0, "group": "root", "md5sum": "549dbdf955e56cfdca772272b68c3edd", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_conf_t:s0", "size": 905, "src": "/root/.ansible/tmp/ansible-tmp-1621347981.74-103697-247794051774353/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Configure cluster nodes] ***************** task path: /tmp/tmpw60fupk6/tasks/main.yml:35 included: /tmp/tmpw60fupk6/tasks/cluster-setup.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.k6z84hin_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/tmpw60fupk6/tasks/cluster-setup.yml:14 included: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] *** task path: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "cluster", "setup", "--corosync_conf", "/tmp/ansible.k6z84hin_ha_cluster_corosync_conf", "--overwrite", "test-cluster", "localhost"], "delta": "0:00:00.551284", "end": "2021-05-18 14:26:23.730170", "rc": 0, "start": "2021-05-18 14:26:23.178886", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\nNo addresses specified for host 'localhost', using 'localhost'", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", "No addresses specified for host 'localhost', using 'localhost'"]} TASK [linux-system-roles.ha_cluster : Fetch created corosync.conf file] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:17 ok: [/cache/centos-8.qcow2] => {"changed": false, "content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==", "encoding": "base64", "source": "/tmp/ansible.k6z84hin_ha_cluster_corosync_conf"} TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] *********** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:24 changed: [/cache/centos-8.qcow2] => {"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-1621347984.71-103777-226929659826348/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:34 changed: [/cache/centos-8.qcow2] => {"changed": true, "path": "/tmp/ansible.k6z84hin_ha_cluster_corosync_conf", "state": "absent"} TASK [linux-system-roles.ha_cluster : Get corosync authkey] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:47 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 ok: [/cache/centos-8.qcow2 -> localhost] => {"changed": false, "stat": {"atime": 1621347943.3768594, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "unknown", "checksum": "64368cb590bb84fc06a26c478f522756ed9f9eeb", "ctime": 1621347939.2947109, "dev": 5242952, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 19347611, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "unknown", "mode": "0400", "mtime": 1621347939.020701, "nlink": 1, "path": "/tmp/tmpw60fupk6/tests/tmp/corosync-authkey", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 449, "uid": 0, "version": null, "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 the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 ok: [/cache/centos-8.qcow2 -> localhost] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 ok: [/cache/centos-8.qcow2 -> localhost] => {"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 random corosync authkey] ******** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:55 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "64368cb590bb84fc06a26c478f522756ed9f9eeb", "dest": "/etc/corosync/authkey", "gid": 0, "group": "root", "md5sum": "51f88001f7c646e8982994402cd45d6f", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 449, "src": "/root/.ansible/tmp/ansible-tmp-1621347986.64-103873-18520034986113/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] ******************* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:64 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random pacemaker authkey] ******* task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:72 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "0bbb98166a008580e9ec4a5e5a49ad0e7c58b549", "dest": "/etc/pacemaker/authkey", "gid": 189, "group": "haclient", "md5sum": "2aa17f5586a16f8e647ead36f0a377c8", "mode": "0400", "owner": "hacluster", "secontext": "system_u:object_r:etc_t:s0", "size": 480, "src": "/root/.ansible/tmp/ansible-tmp-1621347987.91-103918-19835906629193/source", "state": "file", "uid": 189} TASK [linux-system-roles.ha_cluster : Check if qdevice is configured] ********** task path: /tmp/tmpw60fupk6/tasks/main.yml:50 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_qdevice_in_use": false}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:55 included: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:1 changed: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "corosync", "name": "corosync", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket sysinit.target basic.target network-online.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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", "Requires": "sysinit.target network-online.target 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]", "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} changed: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "pacemaker", "name": "pacemaker", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice time-sync.target network.target dbus.service rsyslog.service sysinit.target corosync.service systemd-journald.socket basic.target resource-agents-deps.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target system.slice corosync.service", "Restart": "on-failure", "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": "no", "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]", "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": "infinity", "TimeoutStartUSec": "1min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "dbus.service resource-agents-deps.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:14 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Disable SBD] ***************************** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:18 ok: [/cache/centos-8.qcow2] => {"changed": false, "enabled": false, "name": "sbd", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-modules-load.service basic.target system.slice sysinit.target systemd-journald.socket iscsi.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "dlm.service shutdown.target pacemaker.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "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 /var/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": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "/var/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": "11220", "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/tmpw60fupk6/tasks/main.yml:58 included: /tmp/tmpw60fupk6/tasks/pcs-auth.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check pcs auth status] ******************* task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "status", "pcsd", "localhost"], "delta": "0:00:00.624251", "end": "2021-05-18 14:26:32.295222", "failed_when_result": false, "msg": "non-zero return code", "rc": 2, "start": "2021-05-18 14:26:31.670971", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\n localhost: Unable to authenticate", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", " localhost: Unable to authenticate"]} TASK [linux-system-roles.ha_cluster : Run pcs auth] **************************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:18 included: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] ***************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "host", "auth", "-u", "hacluster", "localhost"], "delta": "0:00:00.967893", "end": "2021-05-18 14:26:33.827185", "rc": 0, "start": "2021-05-18 14:26:32.859292", "stderr": "", "stderr_lines": [], "stdout": "Password: localhost: Authorized", "stdout_lines": ["Password: localhost: Authorized"]} TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:63 included: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:19 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:22 ok: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": false, "item": "pacemaker", "name": "pacemaker", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target time-sync.target resource-agents-deps.target rsyslog.service dbus.service systemd-journald.socket sysinit.target system.slice basic.target corosync.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target corosync.service system.slice", "Restart": "on-failure", "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": "no", "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]", "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": "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"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": false, "item": "corosync", "name": "corosync", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice sysinit.target basic.target network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target pacemaker.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "system.slice sysinit.target 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": "Tue 2021-05-18 14:26:29 UTC", "StateChangeTimestampMonotonic": "112385038", "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": "11220", "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 : Start corosync] ************************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "corosync", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice sysinit.target basic.target network-online.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target pacemaker.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "system.slice sysinit.target 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": "Tue 2021-05-18 14:26:29 UTC", "StateChangeTimestampMonotonic": "112385038", "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": "11220", "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/tmpw60fupk6/tasks/cluster-start-and-reload.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["corosync-cfgtool", "-R"], "delta": "0:00:00.014047", "end": "2021-05-18 14:26:37.080262", "rc": 0, "start": "2021-05-18 14:26:37.066215", "stderr": "", "stderr_lines": [], "stdout": "Reloading corosync.conf...\nDone", "stdout_lines": ["Reloading corosync.conf...", "Done"]} TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ****************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:57 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Start pacemaker] ************************* task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:63 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "pacemaker", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target time-sync.target resource-agents-deps.target rsyslog.service dbus.service systemd-journald.socket sysinit.target system.slice basic.target corosync.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "sysinit.target corosync.service system.slice", "Restart": "on-failure", "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": "no", "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]", "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": "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/tmpw60fupk6/tasks/cluster-start-and-reload.yml:69 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "cluster", "start", "--all", "--wait"], "delta": "0:00:24.411072", "end": "2021-05-18 14:27:02.445826", "rc": 0, "start": "2021-05-18 14:26:38.034754", "stderr": "", "stderr_lines": [], "stdout": "localhost: Starting Cluster...\nWaiting for node(s) to start...\nlocalhost: Started", "stdout_lines": ["localhost: Starting Cluster...", "Waiting for node(s) to start...", "localhost: Started"]} TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:83 ok: [/cache/centos-8.qcow2] => {"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.017202", "end": "2021-05-18 14:27:02.860784", "rc": 0, "start": "2021-05-18 14:27:02.843582", "stderr": "", "stderr_lines": [], "stdout": "localhost", "stdout_lines": ["localhost"]} TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:104 skipping: [/cache/centos-8.qcow2] => (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/tmpw60fupk6/tasks/main.yml:66 included: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ****** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:10 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.el9tj4jq_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/tmpw60fupk6/tasks/create-and-push-cib.yml:18 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.ib893a7s_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/tmpw60fupk6/tasks/create-and-push-cib.yml:26 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["cibadmin", "--query"], "delta": "0:00:00.014344", "end": "2021-05-18 14:27:04.260112", "rc": 0, "start": "2021-05-18 14:27:04.245768", "stderr": "", "stderr_lines": [], "stdout": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n", "stdout_lines": ["", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", ""]} TASK [linux-system-roles.ha_cluster : Write CIB configuration] ***************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:33 changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.ib893a7s_ha_cluster_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "cfe726a5cfe3ce3afcb05c223b821077bcc69b27", "dest": "/tmp/ansible.ib893a7s_ha_cluster_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.ib893a7s_ha_cluster_cib_xml", "md5sum": "528cdab3b84f885f111227aff9342dac", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621348024.74-104230-40327804537240/source", "state": "file", "uid": 0} changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.el9tj4jq_ha_cluster_original_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "cfe726a5cfe3ce3afcb05c223b821077bcc69b27", "dest": "/tmp/ansible.el9tj4jq_ha_cluster_original_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.el9tj4jq_ha_cluster_original_cib_xml", "md5sum": "528cdab3b84f885f111227aff9342dac", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1165, "src": "/root/.ansible/tmp/ansible-tmp-1621348025.39-104230-196531939564083/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:51 changed: [/cache/centos-8.qcow2] => {"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\"\n)]"], "delta": "0:00:00.020705", "end": "2021-05-18 14:27:06.053362", "rc": 0, "start": "2021-05-18 14:27:06.032657", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure cluster resources] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:78 TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:85 TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:91 TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:100 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.d7d_2avc_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/tmpw60fupk6/tasks/create-and-push-cib.yml:108 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["crm_diff", "--no-version", "--original", "/tmp/ansible.el9tj4jq_ha_cluster_original_cib_xml", "--new", "/tmp/ansible.ib893a7s_ha_cluster_cib_xml"], "delta": "0:00:00.006775", "end": "2021-05-18 14:27:06.968394", "failed_when_result": false, "rc": 0, "start": "2021-05-18 14:27:06.961619", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:121 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/create-and-push-cib.yml:132 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ******************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:140 changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.ib893a7s_ha_cluster_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.ib893a7s_ha_cluster_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.ib893a7s_ha_cluster_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.el9tj4jq_ha_cluster_original_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.el9tj4jq_ha_cluster_original_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.el9tj4jq_ha_cluster_original_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.d7d_2avc_ha_cluster_cib_diff', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.d7d_2avc_ha_cluster_cib_diff", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.d7d_2avc_ha_cluster_cib_diff", "state": "absent"} TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpw60fupk6/tasks/main.yml:73 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] *************** task path: /tmp/tmpw60fupk6/tasks/main.yml:76 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Stat corosync authkey] *************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:92 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347996.2539406, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "checksum": "64368cb590bb84fc06a26c478f522756ed9f9eeb", "ctime": 1621347986.8909407, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 16855340, "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": 1621347986.6169405, "nlink": 1, "path": "/etc/corosync/authkey", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 449, "uid": 0, "version": "735698136", "wgrp": false, "woth": false, "writeable": true, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}} TASK [Stat pacemaker authkey] ************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:98 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347988.1789405, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "checksum": "0bbb98166a008580e9ec4a5e5a49ad0e7c58b549", "ctime": 1621347988.1889405, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 189, "gr_name": "haclient", "inode": 12584004, "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": 1621347987.9029405, "nlink": 1, "path": "/etc/pacemaker/authkey", "pw_name": "hacluster", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 480, "uid": 189, "version": "612802221", "wgrp": false, "woth": false, "writeable": true, "wusr": false, "xgrp": false, "xoth": false, "xusr": false}} TASK [Stat fence-virt authkey] ************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:104 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347981.9439406, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "checksum": "b4d701e2eb483b90f7bab199e8d8fde18aefae21", "ctime": 1621347981.9529407, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 41869, "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": 1621347981.6919405, "nlink": 1, "path": "/etc/cluster/fence_xvm.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 905, "uid": 0, "version": "3399711543", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Stat pcsd TLS certificate] *********************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:110 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347979.2299407, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b4fc4954b8dec9855060c60d8aec5148c097a3d3", "ctime": 1621347979.2279406, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 20971841, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1621347979.2279406, "nlink": 1, "path": "/var/lib/pcsd/pcsd.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1671, "uid": 0, "version": "1690380875", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Stat pcsd TLS private key] *********************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:116 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"atime": 1621347979.2299407, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ea9aa58c120bfff33c71d73c01808d6696c19a60", "ctime": 1621347979.2279406, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 20971842, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1621347979.2279406, "nlink": 1, "path": "/var/lib/pcsd/pcsd.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 2484, "uid": 0, "version": "1837572081", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}} TASK [Check pre-shared keys are present] *************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:122 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check corosync key content] ********************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:131 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check pacemaker key content] ********************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:138 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check pcsd TLS certificate content] ************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:145 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check pcsd TLS private key content] ************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:152 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Check cluster status] **************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_basic_new_psks.yml:159 included: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml for /cache/centos-8.qcow2 TASK [Get pcs auth status] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:1 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "status", "pcsd"], "delta": "0:00:00.560021", "end": "2021-05-18 14:27:11.629170", "rc": 0, "start": "2021-05-18 14:27:11.069149", "stderr": "", "stderr_lines": [], "stdout": " localhost: Online", "stdout_lines": [" localhost: Online"]} TASK [Check pcs auth] ********************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:7 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } TASK [Get cluster status] ****************************************************** task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:12 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "status"], "delta": "0:00:00.685387", "end": "2021-05-18 14:27:12.779250", "rc": 0, "start": "2021-05-18 14:27:12.093863", "stderr": "", "stderr_lines": [], "stdout": "Cluster name: test-cluster\n\nWARNINGS:\nNo stonith devices and stonith-enabled is not false\n\nCluster Summary:\n * Stack: corosync\n * Current DC: localhost (version 2.0.4-6.el8_3.1-2deceaa3ae) - partition with quorum\n * Last updated: Tue May 18 14:27:12 2021\n * Last change: Tue May 18 14:26:59 2021 by hacluster via crmd on localhost\n * 1 node configured\n * 0 resource instances configured\n\nNode List:\n * Online: [ localhost ]\n\nFull List of Resources:\n * No resources\n\nDaemon Status:\n corosync: active/enabled\n pacemaker: active/enabled\n pcsd: active/enabled", "stdout_lines": ["Cluster name: test-cluster", "", "WARNINGS:", "No stonith devices and stonith-enabled is not false", "", "Cluster Summary:", " * Stack: corosync", " * Current DC: localhost (version 2.0.4-6.el8_3.1-2deceaa3ae) - partition with quorum", " * Last updated: Tue May 18 14:27:12 2021", " * Last change: Tue May 18 14:26:59 2021 by hacluster via crmd on localhost", " * 1 node configured", " * 0 resource instances configured", "", "Node List:", " * Online: [ localhost ]", "", "Full List of Resources:", " * No resources", "", "Daemon Status:", " corosync: active/enabled", " pacemaker: active/enabled", " pcsd: active/enabled"]} TASK [Check cluster is running] ************************************************ task path: /tmp/tmpw60fupk6/tests/tasks/assert_cluster_running.yml:18 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=102 changed=34 unreachable=0 failed=0 skipped=33 rescued=0 ignored=0 + cd /tmp/tmpw60fupk6/tests; TEST_SUBJECTS=/cache/centos-8.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_ha_cluster-15-3fa4b46-centos-8-ur2076ow/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmpw60fupk6/_setup.yml /tmp/tmpw60fupk6/tests/tests_cluster_destroy.yml ansible-playbook 2.8.19 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 2 plays in /tmp/tmpw60fupk6/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:5 ok: [/cache/centos-8.qcow2] => { "groups": { "all": [ "/cache/centos-8.qcow2" ], "localhost": [ "/cache/centos-8.qcow2" ], "subjects": [ "/cache/centos-8.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmpw60fupk6/_setup.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:16 [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["dnf", "config-manager", "--set-enabled", "ha"], "delta": "0:00:00.412946", "end": "2021-05-18 14:28:13.328022", "rc": 0, "start": "2021-05-18 14:28:12.915076", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=2 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_cluster_destroy.yml ******************************************** 1 plays in /tmp/tmpw60fupk6/tests/tests_cluster_destroy.yml PLAY [Deconfigure cluster] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_destroy.yml:1 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Set up test environment] ************************************************* task path: /tmp/tmpw60fupk6/tests/tests_cluster_destroy.yml:8 included: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml for /cache/centos-8.qcow2 TASK [Set node name to 'localhost' for single-node clusters] ******************* task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"inventory_hostname": "localhost"}, "changed": false} TASK [Do not try to enable RHEL repositories] ********************************** task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [Run HA Cluster role] ***************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_destroy.yml:11 TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:3 skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_facts": {"__ha_cluster_repos": [{"id": "ha", "name": "HighAvailability"}]}, "ansible_included_var_files": ["/tmp/tmpw60fupk6/vars/CentOS_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ******** task path: /tmp/tmpw60fupk6/tasks/main.yml:18 included: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] ***** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:3 skipping: [/cache/centos-8.qcow2] => (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 : Discover cluster node names] ************* task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:12 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_node_name": "localhost"}, "changed": false} TASK [linux-system-roles.ha_cluster : Collect cluster node names] ************** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:18 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_all_node_names": ["localhost"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:21 included: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:3 ok: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/RedHat.yml"}, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml"} ok: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml"}, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:24 included: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : List active CentOS repositories] ********* task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:3 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["dnf", "repolist"], "delta": "0:00:00.208558", "end": "2021-05-18 14:28:15.536063", "rc": 0, "start": "2021-05-18 14:28:15.327505", "stderr": "", "stderr_lines": [], "stdout": "repo id repo name\nappstream CentOS Linux 8 - AppStream\nbaseos CentOS Linux 8 - BaseOS\nextras CentOS Linux 8 - Extras\nha CentOS Linux 8 - HighAvailability", "stdout_lines": ["repo id repo name", "appstream CentOS Linux 8 - AppStream", "baseos CentOS Linux 8 - BaseOS", "extras CentOS Linux 8 - Extras", "ha CentOS Linux 8 - HighAvailability"]} TASK [linux-system-roles.ha_cluster : Enable CentOS repositories] ************** task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:12 skipping: [/cache/centos-8.qcow2] => (item={u'id': u'ha', u'name': u'HighAvailability'}) => {"ansible_loop_var": "item", "changed": false, "item": {"id": "ha", "name": "HighAvailability"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Install cluster packages] **************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:30 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: corosync", "Installed: libknet1-plugins-all", "Installed: pacemaker", "Installed: pcs", "Installed: fence-agents-all", "Installed: fence-virt", "Installed: gnutls-dane-3.6.14-8.el8_3.x86_64", "Installed: gnutls-utils-3.6.14-8.el8_3.x86_64", "Installed: samba-client-libs-4.12.3-12.el8.3.x86_64", "Installed: samba-common-4.12.3-12.el8.3.noarch", "Installed: samba-common-libs-4.12.3-12.el8.3.x86_64", "Installed: nspr-4.25.0-2.el8_2.x86_64", "Installed: nss-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-freebl-3.53.1-17.el8_3.x86_64", "Installed: nss-sysinit-3.53.1-17.el8_3.x86_64", "Installed: nss-util-3.53.1-17.el8_3.x86_64", "Installed: gnutls-3.6.14-8.el8_3.x86_64", "Installed: fence-agents-all-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-amt-ws-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-bladecenter-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-brocade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-mds-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-ucs-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-common-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-compute-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-drac5-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eaton-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-emerson-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eps-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-heuristics-ping-4.2.1-53.el8_3.1.noarch", "Installed: ipmitool-1.8.18-17.el8.x86_64", "Installed: fence-agents-hpblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ibmblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ifmib-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-moonshot-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-mp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-ssh-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo2-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-intelmodular-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipdu-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipmilan-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-kdump-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-mpath-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-redfish-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-rhevm-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsa-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsb-4.2.1-53.el8_3.1.noarch", "Installed: avahi-libs-0.7-19.el8.x86_64", "Installed: fence-agents-sbd-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-scsi-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-rest-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-soap-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-wti-4.2.1-53.el8_3.1.noarch", "Installed: fence-virt-1.0.0-1.el8.x86_64", "Installed: openwsman-python3-2.6.5-7.el8.x86_64", "Installed: ruby-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: autogen-libopts-5.18.12-8.el8.x86_64", "Installed: ruby-irb-2.5.5-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: ruby-libs-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: lvm2-8:2.03.09-5.el8.x86_64", "Installed: lvm2-libs-8:2.03.09-5.el8.x86_64", "Installed: rubygem-bigdecimal-1.3.4-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: libwsman1-2.6.5-7.el8.x86_64", "Installed: overpass-fonts-3.0.2-3.el8.noarch", "Installed: pacemaker-cluster-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-schemas-2.0.4-6.el8_3.1.noarch", "Installed: rubygem-did_you_mean-1.2.0-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygem-io-console-0.4.6-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cifs-utils-6.8-3.el8.x86_64", "Installed: userspace-rcu-0.10.1-2.el8.x86_64", "Installed: rubygem-json-2.1.0-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cups-libs-1:2.2.6-38.el8.x86_64", "Installed: rubygem-openssl-2.1.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: net-snmp-libs-1:5.8-18.el8_3.1.x86_64", "Installed: libwbclient-4.12.3-12.el8.3.x86_64", "Installed: python3-html5lib-1:0.999999999-6.el8.noarch", "Installed: rubygem-psych-3.0.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bcef.noarch", "Installed: rubygem-rdoc-6.0.1-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygems-2.7.6.2-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: device-mapper-event-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-5.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-5.el8.x86_64", "Installed: device-mapper-persistent-data-0.8.5-4.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: python3-lxml-4.2.3-1.el8.x86_64", "Installed: libxslt-1.1.32-5.el8.x86_64", "Installed: clufter-bin-0.77.1-5.el8.x86_64", "Installed: clufter-common-0.77.1-5.el8.noarch", "Installed: corosync-3.0.3-4.el8.x86_64", "Installed: python3-pexpect-4.3.1-3.el8.noarch", "Installed: python3-pip-9.0.3-18.el8.noarch", "Installed: libknet1-1.16-1.el8.x86_64", "Installed: libknet1-compress-bzip2-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-lz4-plugin-1.16-1.el8.x86_64", "Installed: sbd-1.4.1-7.el8.x86_64", "Installed: libknet1-compress-lzma-plugin-1.16-1.el8.x86_64", "Installed: python3-ptyprocess-0.5.2-4.el8.noarch", "Installed: libknet1-compress-lzo2-plugin-1.16-1.el8.x86_64", "Installed: python3-pyOpenSSL-18.0.0-1.el8.noarch", "Installed: libknet1-compress-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-compress-zlib-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-nss-plugin-1.16-1.el8.x86_64", "Installed: python3-pycurl-7.43.0.2-4.el8.x86_64", "Installed: libknet1-crypto-openssl-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-plugins-all-1.16-1.el8.x86_64", "Installed: libnozzle1-1.16-1.el8.x86_64", "Installed: pacemaker-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-cli-2.0.4-6.el8_3.1.x86_64", "Installed: pcs-0.10.6-4.el8_3.1.x86_64", "Installed: python3-clufter-0.77.1-5.el8.noarch", "Installed: resource-agents-4.1.1-68.el8_3.2.x86_64", "Installed: liberation-fonts-common-1:2.00.3-7.el8.noarch", "Installed: liberation-sans-fonts-1:2.00.3-7.el8.noarch", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-Errno-1.28-416.el8.x86_64", "Installed: perl-Exporter-5.72-396.el8.noarch", "Installed: perl-File-Path-2.15-2.el8.noarch", "Installed: perl-IO-1.38-416.el8.x86_64", "Installed: python3-suds-0.7-0.8.94664ddd46a6.el8.noarch", "Installed: perl-PathTools-3.74-1.el8.x86_64", "Installed: python3-webencodings-0.5.1-6.el8.noarch", "Installed: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64", "Installed: perl-Socket-4:2.027-3.el8.x86_64", "Installed: python36-3.6.8-2.module_el8.3.0+562+e162826a.x86_64", "Installed: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch", "Installed: perl-Time-Local-1:1.280-1.el8.noarch", "Installed: perl-Unicode-Normalize-1.25-396.el8.x86_64", "Installed: perl-constant-1.33-396.el8.noarch", "Installed: perl-interpreter-4:5.26.3-416.el8.x86_64", "Installed: perl-libs-4:5.26.3-416.el8.x86_64", "Installed: perl-macros-4:5.26.3-416.el8.x86_64", "Installed: perl-parent-1:0.237-1.el8.noarch", "Installed: perl-threads-1:2.21-2.el8.x86_64", "Installed: perl-threads-shared-1.58-2.el8.x86_64", "Installed: pkgconf-1.4.2-1.el8.x86_64", "Installed: pkgconf-m4-1.4.2-1.el8.noarch", "Installed: pkgconf-pkg-config-1.4.2-1.el8.x86_64", "Installed: libicu-60.3-2.el8_1.x86_64", "Installed: corosynclib-3.0.3-4.el8.x86_64", "Installed: telnet-1:0.17-73.el8_1.1.x86_64", "Installed: libpkgconf-1.4.2-1.el8.x86_64", "Installed: python3-pyparsing-2.1.10-7.el8.noarch", "Installed: libqb-1.0.3-12.el8.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch", "Installed: net-snmp-utils-1:5.8-18.el8_3.1.x86_64", "Removed: gnutls-3.6.14-6.el8.x86_64"]} TASK [linux-system-roles.ha_cluster : Set hacluster password] ****************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:43 changed: [/cache/centos-8.qcow2] => {"append": false, "changed": true, "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/tmpw60fupk6/tasks/main.yml:26 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ******************** task path: /tmp/tmpw60fupk6/tasks/main.yml:29 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] *********** task path: /tmp/tmpw60fupk6/tasks/main.yml:32 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure cluster nodes] ***************** task path: /tmp/tmpw60fupk6/tasks/main.yml:35 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Check if qdevice is configured] ********** task path: /tmp/tmpw60fupk6/tasks/main.yml:50 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:55 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Pcs auth] ******************************** task path: /tmp/tmpw60fupk6/tasks/main.yml:58 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:63 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Create and push CIB] ********************* task path: /tmp/tmpw60fupk6/tasks/main.yml:66 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpw60fupk6/tasks/main.yml:73 included: /tmp/tmpw60fupk6/tasks/cluster-destroy-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpw60fupk6/tasks/cluster-destroy-pcs-0.10.yml:7 ok: [/cache/centos-8.qcow2] => (item=/etc/corosync/corosync.conf) => {"ansible_loop_var": "item", "changed": false, "cmd": ["pcs", "cluster", "destroy"], "item": "/etc/corosync/corosync.conf", "rc": 0, "stdout": "skipped, since /etc/corosync/corosync.conf does not exist", "stdout_lines": ["skipped, since /etc/corosync/corosync.conf does not exist"]} ok: [/cache/centos-8.qcow2] => (item=/var/lib/pacemaker/cib/cib.xml) => {"ansible_loop_var": "item", "changed": false, "cmd": ["pcs", "cluster", "destroy"], "item": "/var/lib/pacemaker/cib/cib.xml", "rc": 0, "stdout": "skipped, since /var/lib/pacemaker/cib/cib.xml does not exist", "stdout_lines": ["skipped, since /var/lib/pacemaker/cib/cib.xml does not exist"]} TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] *************** task path: /tmp/tmpw60fupk6/tasks/main.yml:76 ok: [/cache/centos-8.qcow2] => {"changed": false, "path": "/etc/cluster/fence_xvm.key", "state": "absent"} TASK [Stat corosync.conf] ****************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_destroy.yml:15 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [Stat cib.xml] ************************************************************ task path: /tmp/tmpw60fupk6/tests/tests_cluster_destroy.yml:20 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [Stat fence_xvm.key] ****************************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_destroy.yml:25 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [Check the files do not exist] ******************************************** task path: /tmp/tmpw60fupk6/tests/tests_cluster_destroy.yml:30 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=22 changed=3 unreachable=0 failed=0 skipped=13 rescued=0 ignored=0 + cd /tmp/tmpw60fupk6/tests; TEST_SUBJECTS=/cache/centos-8.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_ha_cluster-15-3fa4b46-centos-8-ur2076ow/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmpw60fupk6/_setup.yml /tmp/tmpw60fupk6/tests/tests_default.yml ansible-playbook 2.8.19 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 2 plays in /tmp/tmpw60fupk6/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:5 ok: [/cache/centos-8.qcow2] => { "groups": { "all": [ "/cache/centos-8.qcow2" ], "localhost": [ "/cache/centos-8.qcow2" ], "subjects": [ "/cache/centos-8.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmpw60fupk6/_setup.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:16 [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["dnf", "config-manager", "--set-enabled", "ha"], "delta": "0:00:00.428648", "end": "2021-05-18 14:29:48.323716", "rc": 0, "start": "2021-05-18 14:29:47.895068", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=2 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/tmpw60fupk6/tests/tests_default.yml PLAY [Ensure mandatory variables are defined] ********************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpw60fupk6/tests/tests_default.yml:3 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [Run the role] ************************************************************ task path: /tmp/tmpw60fupk6/tests/tests_default.yml:7 TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:3 skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_facts": {"__ha_cluster_repos": [{"id": "ha", "name": "HighAvailability"}]}, "ansible_included_var_files": ["/tmp/tmpw60fupk6/vars/CentOS_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ******** task path: /tmp/tmpw60fupk6/tasks/main.yml:18 included: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] ***** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:3 failed: [/cache/centos-8.qcow2] (item=ha_cluster_hacluster_password) => {"ansible_loop_var": "item", "changed": false, "item": "ha_cluster_hacluster_password", "msg": "ha_cluster_hacluster_password must be specified"} TASK [Extract errors] ********************************************************** task path: /tmp/tmpw60fupk6/tests/tests_default.yml:11 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"error_list": ["ha_cluster_hacluster_password must be specified"]}, "changed": false} TASK [Check errors] ************************************************************ task path: /tmp/tmpw60fupk6/tests/tests_default.yml:18 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=7 changed=1 unreachable=0 failed=0 skipped=1 rescued=1 ignored=0 + cd /tmp/tmpw60fupk6/tests; TEST_SUBJECTS=/cache/centos-8.qcow2 TEST_ARTIFACTS=/tmp/linux-system-role-test-work-pull-linux-system-roles_ha_cluster-15-3fa4b46-centos-8-ur2076ow/artifacts ansible-playbook -vv --inventory=/usr/share/ansible/inventory/standard-inventory-qcow2 /tmp/tmpw60fupk6/_setup.yml /tmp/tmpw60fupk6/tests/tests_include_vars_from_parent.yml ansible-playbook 2.8.19 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 16 2020, 22:23:17) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file PLAYBOOK: _setup.yml *********************************************************** 2 plays in /tmp/tmpw60fupk6/_setup.yml PLAY [Fail when only localhost is available] *********************************** META: ran handlers TASK [debug] ******************************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:5 ok: [/cache/centos-8.qcow2] => { "groups": { "all": [ "/cache/centos-8.qcow2" ], "localhost": [ "/cache/centos-8.qcow2" ], "subjects": [ "/cache/centos-8.qcow2" ], "ungrouped": [] } } TASK [fail] ******************************************************************** task path: /tmp/tmpw60fupk6/_setup.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} META: ran handlers META: ran handlers PLAY [Enable HA repos] ********************************************************* META: ran handlers TASK [Enable HA repos] ********************************************************* task path: /tmp/tmpw60fupk6/_setup.yml:16 [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["dnf", "config-manager", "--set-enabled", "ha"], "delta": "0:00:00.394680", "end": "2021-05-18 14:30:50.812262", "rc": 0, "start": "2021-05-18 14:30:50.417582", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=2 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 PLAYBOOK: tests_include_vars_from_parent.yml *********************************** 1 plays in /tmp/tmpw60fupk6/tests/tests_include_vars_from_parent.yml PLAY [Test include vars from parent] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpw60fupk6/tests/tests_include_vars_from_parent.yml:1 ok: [/cache/centos-8.qcow2] META: ran handlers TASK [create var file in caller that can override the one in called role] ****** task path: /tmp/tmpw60fupk6/tests/tests_include_vars_from_parent.yml:4 changed: [/cache/centos-8.qcow2 -> localhost] => (item=CentOS-8.3) => {"ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmpw60fupk6/tests/roles/caller/vars/CentOS-8.3.yml", "gid": 0, "group": "root", "item": "CentOS-8.3", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0666", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1621348252.8-105828-7569085002646/source", "state": "file", "uid": 0} changed: [/cache/centos-8.qcow2 -> localhost] => (item=CentOS-8) => {"ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmpw60fupk6/tests/roles/caller/vars/CentOS-8.yml", "gid": 0, "group": "root", "item": "CentOS-8", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0666", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1621348253.32-105828-179938526528900/source", "state": "file", "uid": 0} changed: [/cache/centos-8.qcow2 -> localhost] => (item=CentOS_8.3) => {"ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmpw60fupk6/tests/roles/caller/vars/CentOS_8.3.yml", "gid": 0, "group": "root", "item": "CentOS_8.3", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0666", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1621348253.63-105828-213486923346100/source", "state": "file", "uid": 0} changed: [/cache/centos-8.qcow2 -> localhost] => (item=CentOS_8) => {"ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmpw60fupk6/tests/roles/caller/vars/CentOS_8.yml", "gid": 0, "group": "root", "item": "CentOS_8", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0666", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1621348253.89-105828-245806120333794/source", "state": "file", "uid": 0} changed: [/cache/centos-8.qcow2 -> localhost] => (item=CentOS) => {"ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmpw60fupk6/tests/roles/caller/vars/CentOS.yml", "gid": 0, "group": "root", "item": "CentOS", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0666", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1621348254.15-105828-20878377452871/source", "state": "file", "uid": 0} changed: [/cache/centos-8.qcow2 -> localhost] => (item=RedHat) => {"ansible_loop_var": "item", "changed": true, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "dest": "/tmp/tmpw60fupk6/tests/roles/caller/vars/RedHat.yml", "gid": 0, "group": "root", "item": "RedHat", "md5sum": "5a57da448a1d752b982858b38aab344d", "mode": "0666", "owner": "root", "size": 23, "src": "/root/.ansible/tmp/ansible-tmp-1621348254.42-105828-276056016963744/source", "state": "file", "uid": 0} TASK [Set up test environment] ************************************************* task path: /tmp/tmpw60fupk6/tests/tests_include_vars_from_parent.yml:40 included: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml for /cache/centos-8.qcow2 TASK [Set node name to 'localhost' for single-node clusters] ******************* task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"inventory_hostname": "localhost"}, "changed": false} TASK [Do not try to enable RHEL repositories] ********************************** task path: /tmp/tmpw60fupk6/tests/tasks/setup_test.yml:7 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [include_role : {{ roletoinclude }}] ************************************** task path: /tmp/tmpw60fupk6/tests/roles/caller/tasks/main.yml:4 TASK [linux-system-roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:3 skipping: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_facts": {"__ha_cluster_repos": [{"id": "ha", "name": "HighAvailability"}]}, "ansible_included_var_files": ["/tmp/tmpw60fupk6/vars/CentOS_8.yml"], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Check and prepare role variables] ******** task path: /tmp/tmpw60fupk6/tasks/main.yml:18 included: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Fail if passwords are not specified] ***** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:3 skipping: [/cache/centos-8.qcow2] => (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 : Discover cluster node names] ************* task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:12 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_node_name": "localhost"}, "changed": false} TASK [linux-system-roles.ha_cluster : Collect cluster node names] ************** task path: /tmp/tmpw60fupk6/tasks/check-and-prepare-role-variables.yml:18 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_all_node_names": ["localhost"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Install and configure cluster packages] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:21 included: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:3 ok: [/cache/centos-8.qcow2] => (item=RedHat.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/RedHat.yml"}, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml"} ok: [/cache/centos-8.qcow2] => (item=CentOS.yml) => {"ansible_facts": {"__ha_cluster_enable_repo_tasks_file": "/tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml"}, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml", "skip_reason": "Conditional result was False"} skipping: [/cache/centos-8.qcow2] => (item=CentOS_8.3.yml) => {"ansible_loop_var": "item", "changed": false, "item": "CentOS_8.3.yml", "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:24 included: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : List active CentOS repositories] ********* task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:3 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["dnf", "repolist"], "delta": "0:00:00.214251", "end": "2021-05-18 14:30:54.922017", "rc": 0, "start": "2021-05-18 14:30:54.707766", "stderr": "", "stderr_lines": [], "stdout": "repo id repo name\nappstream CentOS Linux 8 - AppStream\nbaseos CentOS Linux 8 - BaseOS\nextras CentOS Linux 8 - Extras\nha CentOS Linux 8 - HighAvailability", "stdout_lines": ["repo id repo name", "appstream CentOS Linux 8 - AppStream", "baseos CentOS Linux 8 - BaseOS", "extras CentOS Linux 8 - Extras", "ha CentOS Linux 8 - HighAvailability"]} TASK [linux-system-roles.ha_cluster : Enable CentOS repositories] ************** task path: /tmp/tmpw60fupk6/tasks/enable-repositories/CentOS.yml:12 skipping: [/cache/centos-8.qcow2] => (item={u'id': u'ha', u'name': u'HighAvailability'}) => {"ansible_loop_var": "item", "changed": false, "item": {"id": "ha", "name": "HighAvailability"}, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Install cluster packages] **************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:30 changed: [/cache/centos-8.qcow2] => {"changed": true, "msg": "", "rc": 0, "results": ["Installed: corosync", "Installed: libknet1-plugins-all", "Installed: pacemaker", "Installed: pcs", "Installed: fence-agents-all", "Installed: fence-virt", "Installed: gnutls-dane-3.6.14-8.el8_3.x86_64", "Installed: gnutls-utils-3.6.14-8.el8_3.x86_64", "Installed: samba-client-libs-4.12.3-12.el8.3.x86_64", "Installed: samba-common-4.12.3-12.el8.3.noarch", "Installed: samba-common-libs-4.12.3-12.el8.3.x86_64", "Installed: nspr-4.25.0-2.el8_2.x86_64", "Installed: nss-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-3.53.1-17.el8_3.x86_64", "Installed: nss-softokn-freebl-3.53.1-17.el8_3.x86_64", "Installed: nss-sysinit-3.53.1-17.el8_3.x86_64", "Installed: nss-util-3.53.1-17.el8_3.x86_64", "Installed: gnutls-3.6.14-8.el8_3.x86_64", "Installed: fence-agents-all-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-amt-ws-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-apc-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-bladecenter-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-brocade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-mds-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-cisco-ucs-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-common-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-compute-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-drac5-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eaton-snmp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-emerson-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-eps-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-heuristics-ping-4.2.1-53.el8_3.1.noarch", "Installed: ipmitool-1.8.18-17.el8.x86_64", "Installed: fence-agents-hpblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ibmblade-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ifmib-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-moonshot-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-mp-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo-ssh-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ilo2-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-intelmodular-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipdu-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-ipmilan-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-kdump-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-mpath-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-redfish-4.2.1-53.el8_3.1.x86_64", "Installed: fence-agents-rhevm-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsa-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-rsb-4.2.1-53.el8_3.1.noarch", "Installed: avahi-libs-0.7-19.el8.x86_64", "Installed: fence-agents-sbd-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-scsi-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-rest-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-vmware-soap-4.2.1-53.el8_3.1.noarch", "Installed: fence-agents-wti-4.2.1-53.el8_3.1.noarch", "Installed: fence-virt-1.0.0-1.el8.x86_64", "Installed: openwsman-python3-2.6.5-7.el8.x86_64", "Installed: ruby-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: autogen-libopts-5.18.12-8.el8.x86_64", "Installed: ruby-irb-2.5.5-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: ruby-libs-2.5.5-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: lvm2-8:2.03.09-5.el8.x86_64", "Installed: lvm2-libs-8:2.03.09-5.el8.x86_64", "Installed: rubygem-bigdecimal-1.3.4-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: libwsman1-2.6.5-7.el8.x86_64", "Installed: overpass-fonts-3.0.2-3.el8.noarch", "Installed: pacemaker-cluster-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-libs-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-schemas-2.0.4-6.el8_3.1.noarch", "Installed: rubygem-did_you_mean-1.2.0-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygem-io-console-0.4.6-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cifs-utils-6.8-3.el8.x86_64", "Installed: userspace-rcu-0.10.1-2.el8.x86_64", "Installed: rubygem-json-2.1.0-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: cups-libs-1:2.2.6-38.el8.x86_64", "Installed: rubygem-openssl-2.1.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: net-snmp-libs-1:5.8-18.el8_3.1.x86_64", "Installed: libwbclient-4.12.3-12.el8.3.x86_64", "Installed: python3-html5lib-1:0.999999999-6.el8.noarch", "Installed: rubygem-psych-3.0.2-106.module_el8.3.0+571+bab7c6bc.x86_64", "Installed: perl-TimeDate-1:2.30-15.module_el8.3.0+416+dee7bcef.noarch", "Installed: rubygem-rdoc-6.0.1-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: rubygems-2.7.6.2-106.module_el8.3.0+571+bab7c6bc.noarch", "Installed: device-mapper-event-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-event-libs-8:1.02.171-5.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-5.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-5.el8.x86_64", "Installed: device-mapper-persistent-data-0.8.5-4.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: python3-lxml-4.2.3-1.el8.x86_64", "Installed: libxslt-1.1.32-5.el8.x86_64", "Installed: clufter-bin-0.77.1-5.el8.x86_64", "Installed: clufter-common-0.77.1-5.el8.noarch", "Installed: corosync-3.0.3-4.el8.x86_64", "Installed: python3-pexpect-4.3.1-3.el8.noarch", "Installed: python3-pip-9.0.3-18.el8.noarch", "Installed: libknet1-1.16-1.el8.x86_64", "Installed: libknet1-compress-bzip2-plugin-1.16-1.el8.x86_64", "Installed: libknet1-compress-lz4-plugin-1.16-1.el8.x86_64", "Installed: sbd-1.4.1-7.el8.x86_64", "Installed: libknet1-compress-lzma-plugin-1.16-1.el8.x86_64", "Installed: python3-ptyprocess-0.5.2-4.el8.noarch", "Installed: libknet1-compress-lzo2-plugin-1.16-1.el8.x86_64", "Installed: python3-pyOpenSSL-18.0.0-1.el8.noarch", "Installed: libknet1-compress-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-compress-zlib-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-nss-plugin-1.16-1.el8.x86_64", "Installed: python3-pycurl-7.43.0.2-4.el8.x86_64", "Installed: libknet1-crypto-openssl-plugin-1.16-1.el8.x86_64", "Installed: libknet1-crypto-plugins-all-1.16-1.el8.x86_64", "Installed: libknet1-plugins-all-1.16-1.el8.x86_64", "Installed: libnozzle1-1.16-1.el8.x86_64", "Installed: pacemaker-2.0.4-6.el8_3.1.x86_64", "Installed: pacemaker-cli-2.0.4-6.el8_3.1.x86_64", "Installed: pcs-0.10.6-4.el8_3.1.x86_64", "Installed: python3-clufter-0.77.1-5.el8.noarch", "Installed: resource-agents-4.1.1-68.el8_3.2.x86_64", "Installed: liberation-fonts-common-1:2.00.3-7.el8.noarch", "Installed: liberation-sans-fonts-1:2.00.3-7.el8.noarch", "Installed: perl-Carp-1.42-396.el8.noarch", "Installed: perl-Errno-1.28-416.el8.x86_64", "Installed: perl-Exporter-5.72-396.el8.noarch", "Installed: perl-File-Path-2.15-2.el8.noarch", "Installed: perl-IO-1.38-416.el8.x86_64", "Installed: python3-suds-0.7-0.8.94664ddd46a6.el8.noarch", "Installed: perl-PathTools-3.74-1.el8.x86_64", "Installed: python3-webencodings-0.5.1-6.el8.noarch", "Installed: perl-Scalar-List-Utils-3:1.49-2.el8.x86_64", "Installed: perl-Socket-4:2.027-3.el8.x86_64", "Installed: python36-3.6.8-2.module_el8.3.0+562+e162826a.x86_64", "Installed: perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch", "Installed: perl-Time-Local-1:1.280-1.el8.noarch", "Installed: perl-Unicode-Normalize-1.25-396.el8.x86_64", "Installed: perl-constant-1.33-396.el8.noarch", "Installed: perl-interpreter-4:5.26.3-416.el8.x86_64", "Installed: perl-libs-4:5.26.3-416.el8.x86_64", "Installed: perl-macros-4:5.26.3-416.el8.x86_64", "Installed: perl-parent-1:0.237-1.el8.noarch", "Installed: perl-threads-1:2.21-2.el8.x86_64", "Installed: perl-threads-shared-1.58-2.el8.x86_64", "Installed: pkgconf-1.4.2-1.el8.x86_64", "Installed: pkgconf-m4-1.4.2-1.el8.noarch", "Installed: pkgconf-pkg-config-1.4.2-1.el8.x86_64", "Installed: libicu-60.3-2.el8_1.x86_64", "Installed: corosynclib-3.0.3-4.el8.x86_64", "Installed: telnet-1:0.17-73.el8_1.1.x86_64", "Installed: libpkgconf-1.4.2-1.el8.x86_64", "Installed: python3-pyparsing-2.1.10-7.el8.noarch", "Installed: libqb-1.0.3-12.el8.x86_64", "Installed: python3-setuptools-39.2.0-6.el8.noarch", "Installed: net-snmp-utils-1:5.8-18.el8_3.1.x86_64", "Removed: gnutls-3.6.14-6.el8.x86_64"]} TASK [linux-system-roles.ha_cluster : Set hacluster password] ****************** task path: /tmp/tmpw60fupk6/tasks/install-and-configure-packages.yml:43 changed: [/cache/centos-8.qcow2] => {"append": false, "changed": true, "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/tmpw60fupk6/tasks/main.yml:26 included: /tmp/tmpw60fupk6/tasks/firewall.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect firewall] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:1 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "stopped", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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"}, "run-r651fa15d530a48e78e948b6552e01edb.service": {"name": "run-r651fa15d530a48e78e948b6552e01edb.service", "source": "systemd", "state": "running", "status": "transient"}, "sbd.service": {"name": "sbd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "stopped", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "stopped", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable service "high-availability" in firewalld] *** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:6 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Enable fence-virt port in firewalld] ***** task path: /tmp/tmpw60fupk6/tasks/firewall.yml:16 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Configure pcs / pcsd] ******************** task path: /tmp/tmpw60fupk6/tasks/main.yml:29 included: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Stop pcsd] ******************************* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:4 ok: [/cache/centos-8.qcow2] => {"changed": false, "name": "pcsd", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice systemd-journald.socket sysinit.target basic.target pcsd-ruby.service network-online.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 pcsd-ruby.service sysinit.target 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Regenerate pcsd TLS certificate and key] *** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:9 skipping: [/cache/centos-8.qcow2] => (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/centos-8.qcow2] => (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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:22 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcsd TLS certificate] ********* task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:29 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Distribute pcs_settings.conf] ************ task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "d5ec27751a2595dd262d1ace42a694cdaa60e019", "dest": "/var/lib/pcsd/pcs_settings.conf", "gid": 0, "group": "root", "md5sum": "2bafda999f191fcd09670861c73e3a77", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 360, "src": "/root/.ansible/tmp/ansible-tmp-1621348284.22-106137-115831650610573/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/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "enabled": true, "name": "pcsd", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target pcsd-ruby.service basic.target sysinit.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "network-online.target pcsd-ruby.service sysinit.target 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": "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Fetch pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:57 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "--version", "--full"], "delta": "0:00:00.519818", "end": "2021-05-18 14:31:27.250437", "rc": 0, "start": "2021-05-18 14:31:26.730619", "stderr": "", "stderr_lines": [], "stdout": "0.10.6\nbooth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed", "stdout_lines": ["0.10.6", "booth cluster.config.backup-local cluster.config.export.to-pcs-commands cluster.config.import-cman cluster.config.restore-cluster cluster.config.restore-local 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.config.get corosync.config.reload corosync.config.sync-to-local-cluster 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.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.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.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-rsc-op pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule-rsc-op 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.meta-in-create pcmk.resource.clone.wait pcmk.resource.create 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.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe 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.promotable 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.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations 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.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.refresh pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address 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 sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed"]} TASK [linux-system-roles.ha_cluster : Parse pcs capabilities] ****************** task path: /tmp/tmpw60fupk6/tasks/pcs-configure-pcs-pcsd.yml:64 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_pcs_capabilities": ["booth", "cluster.config.backup-local", "cluster.config.export.to-pcs-commands", "cluster.config.import-cman", "cluster.config.restore-cluster", "cluster.config.restore-local", "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.config.get", "corosync.config.reload", "corosync.config.sync-to-local-cluster", "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.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.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.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-rsc-op", "pcmk.properties.resource-defaults", "pcmk.properties.resource-defaults.multiple", "pcmk.properties.resource-defaults.rule-rsc-op", "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.meta-in-create", "pcmk.resource.clone.wait", "pcmk.resource.create", "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.wait", "pcmk.resource.debug", "pcmk.resource.delete", "pcmk.resource.disable.safe", "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.promotable", "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.strict", "pcmk.stonith.create", "pcmk.stonith.create.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "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.node-attr", "pcmk.stonith.levels.node-regexp", "pcmk.stonith.refresh", "pcmk.stonith.refresh.strict", "pcmk.stonith.update", "pcmk.tag", "pcmk.tag.resources", "pcs.auth.client", "pcs.auth.client.cluster", "pcs.auth.deauth-client", "pcs.auth.deauth-server", "pcs.auth.no-bidirectional", "pcs.auth.separated-name-and-address", "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", "sbd", "sbd.option-timeout-action", "sbd.shared-block-device", "status.corosync.membership", "status.pcmk.resources.hide-inactive", "status.pcmk.resources.orphaned", "status.pcmk.xml", "stonith-agents.describe", "stonith-agents.list", "stonith-agents.list.detailed"]}, "changed": false} TASK [linux-system-roles.ha_cluster : Distribute fence-virt authkey] *********** task path: /tmp/tmpw60fupk6/tasks/main.yml:32 included: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create /etc/cluster directory] *********** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/cluster", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0} TASK [linux-system-roles.ha_cluster : Get fence_xvm.key] *********************** task path: /tmp/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:7 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if fence_xvm.key exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random fence_xvm.key] *********** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/distribute-fence-virt-key.yml:15 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "72c88dc4fa4414e2882b16bf96fe478bca295196", "dest": "/etc/cluster/fence_xvm.key", "gid": 0, "group": "root", "md5sum": "429e10fc3bc09b6f591de20fe90ac81c", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_conf_t:s0", "size": 940, "src": "/root/.ansible/tmp/ansible-tmp-1621348289.81-106248-222176135855169/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Configure cluster nodes] ***************** task path: /tmp/tmpw60fupk6/tasks/main.yml:35 included: /tmp/tmpw60fupk6/tasks/cluster-setup.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.y3mspqsb_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/tmpw60fupk6/tasks/cluster-setup.yml:14 included: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] *** task path: /tmp/tmpw60fupk6/tasks/cluster-setup-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "cluster", "setup", "--corosync_conf", "/tmp/ansible.y3mspqsb_ha_cluster_corosync_conf", "--overwrite", "my-cluster", "localhost"], "delta": "0:00:01.493261", "end": "2021-05-18 14:31:32.225763", "rc": 0, "start": "2021-05-18 14:31:30.732502", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\nNo addresses specified for host 'localhost', using 'localhost'", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", "No addresses specified for host 'localhost', using 'localhost'"]} TASK [linux-system-roles.ha_cluster : Fetch created corosync.conf file] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:17 ok: [/cache/centos-8.qcow2] => {"changed": false, "content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiBteS1jbHVzdGVyCiAgICB0cmFuc3BvcnQ6IGtuZXQKICAgIGNyeXB0b19jaXBoZXI6IGFlczI1NgogICAgY3J5cHRvX2hhc2g6IHNoYTI1Ngp9Cgpub2RlbGlzdCB7CiAgICBub2RlIHsKICAgICAgICByaW5nMF9hZGRyOiBsb2NhbGhvc3QKICAgICAgICBuYW1lOiBsb2NhbGhvc3QKICAgICAgICBub2RlaWQ6IDEKICAgIH0KfQoKcXVvcnVtIHsKICAgIHByb3ZpZGVyOiBjb3Jvc3luY192b3RlcXVvcnVtCn0KCmxvZ2dpbmcgewogICAgdG9fbG9nZmlsZTogeWVzCiAgICBsb2dmaWxlOiAvdmFyL2xvZy9jbHVzdGVyL2Nvcm9zeW5jLmxvZwogICAgdG9fc3lzbG9nOiB5ZXMKICAgIHRpbWVzdGFtcDogb24KfQo=", "encoding": "base64", "source": "/tmp/ansible.y3mspqsb_ha_cluster_corosync_conf"} TASK [linux-system-roles.ha_cluster : Distribute corosync.conf file] *********** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:24 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "5da7d44eadc10563f80a889b971b0b7e9b8999fc", "dest": "/etc/corosync/corosync.conf", "gid": 0, "group": "root", "md5sum": "cef25610463584296464293adca0a70d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 386, "src": "/root/.ansible/tmp/ansible-tmp-1621348293.69-106328-66930764680115/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Remove a corosync.conf tempfile] ********* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:34 changed: [/cache/centos-8.qcow2] => {"changed": true, "path": "/tmp/ansible.y3mspqsb_ha_cluster_corosync_conf", "state": "absent"} TASK [linux-system-roles.ha_cluster : Get corosync authkey] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:47 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if corosync authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random corosync authkey] ******** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:55 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "d5f19ee08f0e65436d9bc3ddd9f78bcb880d3c79", "dest": "/etc/corosync/authkey", "gid": 0, "group": "root", "md5sum": "e86ffb10d5e89c8d021a7a481f183944", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 466, "src": "/root/.ansible/tmp/ansible-tmp-1621348295.67-106403-247544296790925/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Get pacemaker authkey] ******************* task path: /tmp/tmpw60fupk6/tasks/cluster-setup.yml:64 included: /tmp/tmpw60fupk6/tasks/presharedkey.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check if pacemaker authkey exists on the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:10 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from the controller] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:15 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:23 skipping: [/cache/centos-8.qcow2] => {"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 random pacemaker authkey] ******* task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:35 ok: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:47 ok: [/cache/centos-8.qcow2] => {"changed": false, "stat": {"exists": false}} TASK [linux-system-roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] *** task path: /tmp/tmpw60fupk6/tasks/presharedkey.yml:52 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/presharedkey.yml:60 skipping: [/cache/centos-8.qcow2] => (item=None) => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/cluster-setup.yml:72 changed: [/cache/centos-8.qcow2] => {"changed": true, "checksum": "a5d8029437b284f3faaaaef46d87324c2e29b0e7", "dest": "/etc/pacemaker/authkey", "gid": 189, "group": "haclient", "md5sum": "bbbb75b03f32a8118fd98712093ef824", "mode": "0400", "owner": "hacluster", "secontext": "system_u:object_r:etc_t:s0", "size": 466, "src": "/root/.ansible/tmp/ansible-tmp-1621348297.23-106462-127086625585048/source", "state": "file", "uid": 189} TASK [linux-system-roles.ha_cluster : Check if qdevice is configured] ********** task path: /tmp/tmpw60fupk6/tasks/main.yml:50 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"__ha_cluster_qdevice_in_use": false}, "changed": false} TASK [linux-system-roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:55 included: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Enable or disable configured cluster services on boot] *** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:1 changed: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "corosync", "name": "corosync", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice network-online.target systemd-journald.socket sysinit.target basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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", "Requires": "system.slice network-online.target 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]", "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": "11220", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} changed: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": true, "enabled": true, "item": "pacemaker", "name": "pacemaker", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target rsyslog.service corosync.service basic.target resource-agents-deps.target sysinit.target systemd-journald.socket time-sync.target dbus.service system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "corosync.service system.slice sysinit.target", "Restart": "on-failure", "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": "no", "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]", "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": "infinity", "TimeoutStartUSec": "1min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "dbus.service resource-agents-deps.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0"}} TASK [linux-system-roles.ha_cluster : Get services status - detect SBD] ******** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:14 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Disable SBD] ***************************** task path: /tmp/tmpw60fupk6/tasks/cluster-enable-disable.yml:18 ok: [/cache/centos-8.qcow2] => {"changed": false, "enabled": false, "name": "sbd", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice systemd-journald.socket basic.target sysinit.target iscsi.service systemd-modules-load.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "pacemaker.service dlm.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "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 /var/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": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "/var/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": "11220", "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/tmpw60fupk6/tasks/main.yml:58 included: /tmp/tmpw60fupk6/tasks/pcs-auth.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Check pcs auth status] ******************* task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "status", "pcsd", "localhost"], "delta": "0:00:00.539028", "end": "2021-05-18 14:31:40.707183", "failed_when_result": false, "msg": "non-zero return code", "rc": 2, "start": "2021-05-18 14:31:40.168155", "stderr": "", "stderr_lines": [], "stdout": "Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'\n localhost: Unable to authenticate", "stdout_lines": ["Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts'", " localhost: Unable to authenticate"]} TASK [linux-system-roles.ha_cluster : Run pcs auth] **************************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth.yml:18 included: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Pcs auth using pcs-0.10] ***************** task path: /tmp/tmpw60fupk6/tasks/pcs-auth-pcs-0.10.yml:1 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["pcs", "host", "auth", "-u", "hacluster", "localhost"], "delta": "0:00:00.951055", "end": "2021-05-18 14:31:42.189558", "rc": 0, "start": "2021-05-18 14:31:41.238503", "stderr": "", "stderr_lines": [], "stdout": "Password: localhost: Authorized", "stdout_lines": ["Password: localhost: Authorized"]} TASK [linux-system-roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /tmp/tmpw60fupk6/tasks/main.yml:63 included: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Get services status - detect corosync-qdevice] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:19 ok: [/cache/centos-8.qcow2] => {"ansible_facts": {"services": {"NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "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-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": "unknown", "status": "static"}, "cockpit-wsinstance-http-redirect.service": {"name": "cockpit-wsinstance-http-redirect.service", "source": "systemd", "state": "unknown", "status": "static"}, "cockpit-wsinstance-http.service": {"name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "console-getty.service": {"name": "console-getty.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "disabled"}, "corosync.service": {"name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "cpupower.service": {"name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "crm_mon.service": {"name": "crm_mon.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus-org.freedesktop.portable1.service": {"name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "unknown", "status": "static"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "dbus.service": {"name": "dbus.service", "source": "systemd", "state": "running", "status": "static"}, "debug-shell.service": {"name": "debug-shell.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "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"}, "fstrim.service": {"name": "fstrim.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "source": "systemd", "state": "unknown", "status": "static"}, "gssproxy.service": {"name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled"}, "halt-local.service": {"name": "halt-local.service", "source": "systemd", "state": "unknown", "status": "static"}, "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"}, "irqbalance.service": {"name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled"}, "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"}, "ldconfig.service": {"name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static"}, "loadmodules.service": {"name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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": "unknown", "status": "static"}, "messagebus.service": {"name": "messagebus.service", "source": "systemd", "state": "unknown", "status": "static"}, "microcode.service": {"name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "multipathd.service": {"name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "nfs-convert.service": {"name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "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"}, "oddjobd.service": {"name": "oddjobd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "pacemaker.service": {"name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled"}, "packagekit-offline-update.service": {"name": "packagekit-offline-update.service", "source": "systemd", "state": "unknown", "status": "static"}, "packagekit.service": {"name": "packagekit.service", "source": "systemd", "state": "unknown", "status": "static"}, "pcsd-ruby.service": {"name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled"}, "pcsd.service": {"name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled"}, "polkit.service": {"name": "polkit.service", "source": "systemd", "state": "running", "status": "static"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "quotaon.service": {"name": "quotaon.service", "source": "systemd", "state": "unknown", "status": "static"}, "rc-local.service": {"name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static"}, "rdisc.service": {"name": "rdisc.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "rescue.service": {"name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static"}, "rngd-wake-threshold.service": {"name": "rngd-wake-threshold.service", "source": "systemd", "state": "stopped", "status": "disabled"}, "rngd.service": {"name": "rngd.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": "unknown", "status": "disabled"}, "sbd_remote.service": {"name": "sbd_remote.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown"}, "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": "unknown"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown"}, "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": "unknown", "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": "unknown", "status": "indirect"}, "sssd-pac.service": {"name": "sssd-pac.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-pam.service": {"name": "sssd-pam.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "source": "systemd", "state": "unknown", "status": "indirect"}, "sssd.service": {"name": "sssd.service", "source": "systemd", "state": "running", "status": "enabled"}, "syslog.service": {"name": "syslog.service", "source": "systemd", "state": "unknown", "status": "enabled"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "source": "systemd", "state": "unknown", "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": "unknown", "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-halt.service": {"name": "systemd-halt.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "static"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "static"}, "systemd-localed.service": {"name": "systemd-localed.service", "source": "systemd", "state": "unknown", "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-portabled.service": {"name": "systemd-portabled.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-quotacheck.service": {"name": "systemd-quotacheck.service", "source": "systemd", "state": "unknown", "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": "unknown", "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": "unknown", "status": "disabled"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "unknown", "status": "static"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "source": "systemd", "state": "unknown", "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": "unknown", "status": "masked"}, "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": "unknown", "status": "static"}, "tcsd.service": {"name": "tcsd.service", "source": "systemd", "state": "unknown", "status": "disabled"}, "teamd@.service": {"name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static"}, "timedatex.service": {"name": "timedatex.service", "source": "systemd", "state": "unknown", "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": "unknown"}, "user@.service": {"name": "user@.service", "source": "systemd", "state": "unknown", "status": "static"}, "user@0.service": {"name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown"}}}, "changed": false} TASK [linux-system-roles.ha_cluster : Stop cluster daemons to reload configuration] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:22 ok: [/cache/centos-8.qcow2] => (item=pacemaker) => {"ansible_loop_var": "item", "changed": false, "item": "pacemaker", "name": "pacemaker", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service basic.target network.target time-sync.target systemd-journald.socket resource-agents-deps.target corosync.service rsyslog.service system.slice sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "corosync.service system.slice sysinit.target", "Restart": "on-failure", "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": "no", "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]", "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": "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"}} skipping: [/cache/centos-8.qcow2] => (item=corosync-qdevice) => {"ansible_loop_var": "item", "changed": false, "item": "corosync-qdevice", "skip_reason": "Conditional result was False"} ok: [/cache/centos-8.qcow2] => (item=corosync) => {"ansible_loop_var": "item", "changed": false, "item": "corosync", "name": "corosync", "state": "stopped", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target network-online.target systemd-journald.socket system.slice sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target pacemaker.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 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": "Tue 2021-05-18 14:31:38 UTC", "StateChangeTimestampMonotonic": "104830788", "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": "11220", "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 : Start corosync] ************************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:42 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "corosync", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target network-online.target systemd-journald.socket system.slice sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target pacemaker.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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 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": "Tue 2021-05-18 14:31:38 UTC", "StateChangeTimestampMonotonic": "104830788", "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": "11220", "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/tmpw60fupk6/tasks/cluster-start-and-reload.yml:51 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["corosync-cfgtool", "-R"], "delta": "0:00:00.013030", "end": "2021-05-18 14:31:45.479766", "rc": 0, "start": "2021-05-18 14:31:45.466736", "stderr": "", "stderr_lines": [], "stdout": "Reloading corosync.conf...\nDone", "stdout_lines": ["Reloading corosync.conf...", "Done"]} TASK [linux-system-roles.ha_cluster : Start corosync-qdevice] ****************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:57 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Start pacemaker] ************************* task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:63 changed: [/cache/centos-8.qcow2] => {"changed": true, "name": "pacemaker", "state": "started", "status": {"ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus.service basic.target network.target time-sync.target systemd-journald.socket resource-agents-deps.target corosync.service rsyslog.service system.slice sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "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", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "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/en-US/Pacemaker/2.0/html-single/Pacemaker_Explained/index.html", "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/pacemakerd ; argv[]=/usr/sbin/pacemakerd -f ; 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", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "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": "7012", "LimitNPROCSoft": "7012", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7012", "LimitSIGPENDINGSoft": "7012", "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": "corosync.service system.slice sysinit.target", "Restart": "on-failure", "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": "no", "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]", "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": "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/tmpw60fupk6/tasks/cluster-start-and-reload.yml:69 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["pcs", "cluster", "start", "--all", "--wait"], "delta": "0:00:24.403751", "end": "2021-05-18 14:32:10.886426", "rc": 0, "start": "2021-05-18 14:31:46.482675", "stderr": "", "stderr_lines": [], "stdout": "localhost: Starting Cluster...\nWaiting for node(s) to start...\nlocalhost: Started", "stdout_lines": ["localhost: Starting Cluster...", "Waiting for node(s) to start...", "localhost: Started"]} TASK [linux-system-roles.ha_cluster : List pacemaker nodes] ******************** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:83 ok: [/cache/centos-8.qcow2] => {"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.015553", "end": "2021-05-18 14:32:11.281001", "rc": 0, "start": "2021-05-18 14:32:11.265448", "stderr": "", "stderr_lines": [], "stdout": "localhost", "stdout_lines": ["localhost"]} TASK [linux-system-roles.ha_cluster : Purge removed nodes from pacemaker's cache] *** task path: /tmp/tmpw60fupk6/tasks/cluster-start-and-reload.yml:104 skipping: [/cache/centos-8.qcow2] => (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/tmpw60fupk6/tasks/main.yml:66 included: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml for /cache/centos-8.qcow2 TASK [linux-system-roles.ha_cluster : Create a tempfile for original CIB] ****** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:10 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.p0escjr9_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/tmpw60fupk6/tasks/create-and-push-cib.yml:18 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.gabfb3tb_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/tmpw60fupk6/tasks/create-and-push-cib.yml:26 ok: [/cache/centos-8.qcow2] => {"changed": false, "cmd": ["cibadmin", "--query"], "delta": "0:00:00.008791", "end": "2021-05-18 14:32:12.590826", "rc": 0, "start": "2021-05-18 14:32:12.582035", "stderr": "", "stderr_lines": [], "stdout": "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n", "stdout_lines": ["", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", ""]} TASK [linux-system-roles.ha_cluster : Write CIB configuration] ***************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:33 changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.gabfb3tb_ha_cluster_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "665277611785017b3fb03eb999b6e82e9cea7bce", "dest": "/tmp/ansible.gabfb3tb_ha_cluster_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.gabfb3tb_ha_cluster_cib_xml", "md5sum": "6a2622a1a92622f67ff282de415b4630", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1163, "src": "/root/.ansible/tmp/ansible-tmp-1621348333.53-106772-136904052321650/source", "state": "file", "uid": 0} changed: [/cache/centos-8.qcow2] => (item=/tmp/ansible.p0escjr9_ha_cluster_original_cib_xml) => {"ansible_loop_var": "item", "changed": true, "checksum": "665277611785017b3fb03eb999b6e82e9cea7bce", "dest": "/tmp/ansible.p0escjr9_ha_cluster_original_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.p0escjr9_ha_cluster_original_cib_xml", "md5sum": "6a2622a1a92622f67ff282de415b4630", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1163, "src": "/root/.ansible/tmp/ansible-tmp-1621348334.18-106772-130121538957689/source", "state": "file", "uid": 0} TASK [linux-system-roles.ha_cluster : Purge new CIB configuration] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:51 changed: [/cache/centos-8.qcow2] => {"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\"\n)]"], "delta": "0:00:00.020405", "end": "2021-05-18 14:32:14.346011", "rc": 0, "start": "2021-05-18 14:32:14.325606", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Configure cluster resources] ************* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:78 TASK [linux-system-roles.ha_cluster : Configure cluster resource groups] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:85 TASK [linux-system-roles.ha_cluster : Configure cluster resource clones] ******* task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:91 TASK [linux-system-roles.ha_cluster : Create a tempfile for CIB diff] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:100 changed: [/cache/centos-8.qcow2] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.q2vpriys_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/tmpw60fupk6/tasks/create-and-push-cib.yml:108 changed: [/cache/centos-8.qcow2] => {"changed": true, "cmd": ["crm_diff", "--no-version", "--original", "/tmp/ansible.p0escjr9_ha_cluster_original_cib_xml", "--new", "/tmp/ansible.gabfb3tb_ha_cluster_cib_xml"], "delta": "0:00:00.006495", "end": "2021-05-18 14:32:15.227348", "failed_when_result": false, "rc": 0, "start": "2021-05-18 14:32:15.220853", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} TASK [linux-system-roles.ha_cluster : Write CIB diff to its tempfile] ********** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:121 skipping: [/cache/centos-8.qcow2] => {"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/tmpw60fupk6/tasks/create-and-push-cib.yml:132 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove CIB tempfiles] ******************** task path: /tmp/tmpw60fupk6/tasks/create-and-push-cib.yml:140 changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.gabfb3tb_ha_cluster_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.gabfb3tb_ha_cluster_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.gabfb3tb_ha_cluster_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.p0escjr9_ha_cluster_original_cib_xml', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.p0escjr9_ha_cluster_original_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.p0escjr9_ha_cluster_original_cib_xml", "state": "absent"} changed: [/cache/centos-8.qcow2] => (item={u'group': u'root', u'uid': 0, u'changed': True, 'failed': False, u'state': u'file', u'gid': 0, u'secontext': u'unconfined_u:object_r:user_tmp_t:s0', u'mode': u'0600', u'owner': u'root', u'path': u'/tmp/ansible.q2vpriys_ha_cluster_cib_diff', u'size': 0}) => {"ansible_loop_var": "item", "changed": true, "item": {"changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.q2vpriys_ha_cluster_cib_diff", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0}, "path": "/tmp/ansible.q2vpriys_ha_cluster_cib_diff", "state": "absent"} TASK [linux-system-roles.ha_cluster : Remove cluster configuration] ************ task path: /tmp/tmpw60fupk6/tasks/main.yml:73 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [linux-system-roles.ha_cluster : Remove fence-virt authkey] *************** task path: /tmp/tmpw60fupk6/tasks/main.yml:76 skipping: [/cache/centos-8.qcow2] => {"changed": false, "skip_reason": "Conditional result was False"} TASK [caller : assert] ********************************************************* task path: /tmp/tmpw60fupk6/tests/roles/caller/tasks/main.yml:7 ok: [/cache/centos-8.qcow2] => { "changed": false, "msg": "All assertions passed" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-8.qcow2 : ok=72 changed=27 unreachable=0 failed=0 skipped=33 rescued=0 ignored=0