ansible-playbook [core 2.17.5]
config file = None
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
ansible collection location = /tmp/collections-mm8
executable location = /usr/local/bin/ansible-playbook
python version = 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12)
jinja version = 3.1.4
libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
PLAYBOOK: tests_cib_resources_create.yml ***************************************
2 plays in /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml
PLAY [all] *********************************************************************
TASK [Include vault variables] *************************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:5
Tuesday 08 October 2024 08:12:32 -0400 (0:00:00.008) 0:00:00.008 *******
ok: [managed-node1] => {
"ansible_facts": {
"ha_cluster_hacluster_password": {
"__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n31303833633366333561656439323930303361333161363239346166656537323933313436\n3432386236656563343237306335323637396239616230353561330a313731623238393238\n62343064666336643930663239383936616465643134646536656532323461356237646133\n3761616633323839633232353637366266350a313163633236376666653238633435306565\n3264623032333736393535663833\n"
}
},
"ansible_included_var_files": [
"/tmp/ha_cluster-Nh6/tests/vars/vault-variables.yml"
],
"changed": false
}
PLAY [Create all kinds of resources in a cluster] ******************************
TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:9
Tuesday 08 October 2024 08:12:32 -0400 (0:00:00.023) 0:00:00.031 *******
[WARNING]: Platform linux on host managed-node1 is using the discovered Python
interpreter at /usr/bin/python3.12, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed-node1]
TASK [Set up test environment] *************************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:288
Tuesday 08 October 2024 08:12:33 -0400 (0:00:01.084) 0:00:01.116 *******
included: fedora.linux_system_roles.ha_cluster for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:9
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.031) 0:00:01.148 *******
ok: [managed-node1] => {
"ansible_facts": {
"inventory_hostname": "localhost"
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Ensure facts used by tests] *******
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:14
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.031) 0:00:01.179 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "'distribution' not in ansible_facts",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Check if system is ostree] ********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:22
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.012) 0:00:01.191 *******
ok: [managed-node1] => {
"changed": false,
"stat": {
"exists": false
}
}
TASK [fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:27
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.432) 0:00:01.624 *******
ok: [managed-node1] => {
"ansible_facts": {
"__ha_cluster_is_ostree": false
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:32
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.024) 0:00:01.648 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ansible_distribution == 'RedHat'",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:41
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.015) 0:00:01.664 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "__ha_cluster_is_ostree | d(false)",
"skip_reason": "Conditional result was False"
}
TASK [Run HA Cluster role] *****************************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:293
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.032) 0:00:01.696 *******
included: fedora.linux_system_roles.ha_cluster for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:3
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.048) 0:00:01.745 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:2
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.018) 0:00:01.764 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "__ha_cluster_required_facts | difference(ansible_facts.keys() | list) | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Check if system is ostree] ********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:10
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.029) 0:00:01.793 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "not __ha_cluster_is_ostree is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:15
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.016) 0:00:01.809 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "not __ha_cluster_is_ostree is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:19
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.015) 0:00:01.825 *******
ok: [managed-node1] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_cloud_agents_packages": [],
"__ha_cluster_fence_agent_packages_default": "{{ ['fence-agents-all'] + (['fence-virt'] if ansible_architecture == 'x86_64' else []) }}",
"__ha_cluster_fullstack_node_packages": [
"corosync",
"libknet1-plugins-all",
"resource-agents",
"pacemaker"
],
"__ha_cluster_pcs_provider": "pcs-0.10",
"__ha_cluster_qdevice_node_packages": [
"corosync-qdevice",
"bash",
"coreutils",
"curl",
"grep",
"nss-tools",
"openssl",
"sed"
],
"__ha_cluster_repos": [],
"__ha_cluster_role_essential_packages": [
"pcs",
"corosync-qnetd",
"openssl"
],
"__ha_cluster_sbd_packages": [
"sbd"
],
"__ha_cluster_services": [
"corosync",
"corosync-qdevice",
"pacemaker"
]
},
"ansible_included_var_files": [
"/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/RedHat.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
skipping: [managed-node1] => (item=CentOS.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__vars_file is file",
"item": "CentOS.yml",
"skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=CentOS_10.yml) => {
"ansible_facts": {
"__ha_cluster_cloud_agents_packages": [
"resource-agents-cloud",
"fence-agents-aliyun",
"fence-agents-aws",
"fence-agents-azure-arm",
"fence-agents-compute",
"fence-agents-gce",
"fence-agents-ibm-powervs",
"fence-agents-ibm-vpc",
"fence-agents-kubevirt",
"fence-agents-openstack"
],
"__ha_cluster_repos": [
{
"id": "highavailability",
"name": "HighAvailability"
},
{
"id": "resilientstorage",
"name": "ResilientStorage"
}
]
},
"ansible_included_var_files": [
"/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/CentOS_10.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "CentOS_10.yml"
}
ok: [managed-node1] => (item=CentOS_10.yml) => {
"ansible_facts": {
"__ha_cluster_cloud_agents_packages": [
"resource-agents-cloud",
"fence-agents-aliyun",
"fence-agents-aws",
"fence-agents-azure-arm",
"fence-agents-compute",
"fence-agents-gce",
"fence-agents-ibm-powervs",
"fence-agents-ibm-vpc",
"fence-agents-kubevirt",
"fence-agents-openstack"
],
"__ha_cluster_repos": [
{
"id": "highavailability",
"name": "HighAvailability"
},
{
"id": "resilientstorage",
"name": "ResilientStorage"
}
]
},
"ansible_included_var_files": [
"/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/CentOS_10.yml"
],
"ansible_loop_var": "item",
"changed": false,
"item": "CentOS_10.yml"
}
TASK [fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:34
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.038) 0:00:01.863 *******
ok: [managed-node1] => {
"ansible_facts": {},
"ansible_included_var_files": [
"/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/shell_pcs.yml"
],
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Enable package repositories] ******
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:6
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.015) 0:00:01.878 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:3
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.019) 0:00:01.898 *******
ok: [managed-node1] => (item=RedHat.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/RedHat.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "RedHat.yml"
}
ok: [managed-node1] => (item=CentOS.yml) => {
"ansible_facts": {
"__ha_cluster_enable_repo_tasks_file": "/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml"
},
"ansible_loop_var": "item",
"changed": false,
"item": "CentOS.yml"
}
skipping: [managed-node1] => (item=CentOS_10.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__ha_cluster_enable_repo_tasks_file_candidate is file",
"item": "CentOS_10.yml",
"skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=CentOS_10.yml) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__ha_cluster_enable_repo_tasks_file_candidate is file",
"item": "CentOS_10.yml",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:21
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.036) 0:00:01.935 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : List active CentOS repositories] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:3
Tuesday 08 October 2024 08:12:33 -0400 (0:00:00.039) 0:00:01.974 *******
ok: [managed-node1] => {
"changed": false,
"cmd": [
"dnf",
"repolist"
],
"delta": "0:00:00.190903",
"end": "2024-10-08 08:12:34.527284",
"rc": 0,
"start": "2024-10-08 08:12:34.336381"
}
STDOUT:
repo id repo name
appstream CentOS Stream 10 - AppStream
baseos CentOS Stream 10 - BaseOS
beaker-client Beaker Client - RedHatEnterpriseLinux9
beaker-harness Beaker harness
beakerlib-libraries Copr repo for beakerlib-libraries owned by bgoncalv
highavailability CentOS Stream 10 - HighAvailability
TASK [fedora.linux_system_roles.ha_cluster : Enable CentOS repositories] *******
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:10
Tuesday 08 October 2024 08:12:34 -0400 (0:00:00.594) 0:00:02.568 *******
skipping: [managed-node1] => (item={'id': 'highavailability', 'name': 'HighAvailability'}) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "item.id not in __ha_cluster_repolist.stdout",
"item": {
"id": "highavailability",
"name": "HighAvailability"
},
"skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'id': 'resilientstorage', 'name': 'ResilientStorage'}) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "item.name != \"ResilientStorage\" or ha_cluster_enable_repos_resilient_storage",
"item": {
"id": "resilientstorage",
"name": "ResilientStorage"
},
"skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
"changed": false
}
MSG:
All items skipped
TASK [fedora.linux_system_roles.ha_cluster : Install role essential packages] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:11
Tuesday 08 October 2024 08:12:34 -0400 (0:00:00.045) 0:00:02.614 *******
ok: [managed-node1] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [fedora.linux_system_roles.ha_cluster : Check and prepare role variables] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:17
Tuesday 08 October 2024 08:12:35 -0400 (0:00:00.951) 0:00:03.566 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Discover cluster node names] ******
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:3
Tuesday 08 October 2024 08:12:35 -0400 (0:00:00.040) 0:00:03.606 *******
ok: [managed-node1] => {
"ansible_facts": {
"__ha_cluster_node_name": "localhost"
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Collect cluster node names] *******
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:7
Tuesday 08 October 2024 08:12:35 -0400 (0:00:00.064) 0:00:03.670 *******
ok: [managed-node1] => {
"ansible_facts": {
"__ha_cluster_all_node_names": [
"localhost"
]
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_node_options contains unknown or duplicate nodes] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:16
Tuesday 08 October 2024 08:12:35 -0400 (0:00:00.058) 0:00:03.728 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "(\n __nodes_from_options != (__nodes_from_options | unique)\n) or (\n __nodes_from_options | difference(__ha_cluster_all_node_names)\n)\n",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Extract node options] *************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:30
Tuesday 08 October 2024 08:12:35 -0400 (0:00:00.048) 0:00:03.777 *******
ok: [managed-node1] => {
"ansible_facts": {
"__ha_cluster_local_node": {}
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Fail if passwords are not specified] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:43
Tuesday 08 October 2024 08:12:35 -0400 (0:00:00.057) 0:00:03.834 *******
skipping: [managed-node1] => (item=ha_cluster_hacluster_password) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "lookup(\"vars\", item, default=\"\") | string | length < 1",
"item": "ha_cluster_hacluster_password",
"skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
"changed": false
}
MSG:
All items skipped
TASK [fedora.linux_system_roles.ha_cluster : Fail if nodes do not have the same number of SBD devices specified] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:53
Tuesday 08 October 2024 08:12:35 -0400 (0:00:00.127) 0:00:03.961 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_sbd_enabled",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Fail if configuring qnetd on a cluster node] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:69
Tuesday 08 October 2024 08:12:35 -0400 (0:00:00.022) 0:00:03.983 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_qnetd.present | d(false)",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Fail if no valid level is specified for a fencing level] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:79
Tuesday 08 October 2024 08:12:36 -0400 (0:00:00.046) 0:00:04.030 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Fail if no target is specified for a fencing level] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:87
Tuesday 08 October 2024 08:12:36 -0400 (0:00:00.017) 0:00:04.048 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Extract qdevice settings] *********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:101
Tuesday 08 October 2024 08:12:36 -0400 (0:00:00.017) 0:00:04.065 *******
ok: [managed-node1] => {
"ansible_facts": {
"__ha_cluster_qdevice_host": "",
"__ha_cluster_qdevice_in_use": false,
"__ha_cluster_qdevice_model": "",
"__ha_cluster_qdevice_pcs_address": ""
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Figure out if ATB needs to be enabled for SBD] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:110
Tuesday 08 October 2024 08:12:36 -0400 (0:00:00.061) 0:00:04.127 *******
ok: [managed-node1] => {
"ansible_facts": {
"__ha_cluster_sbd_needs_atb": false
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Fail if SBD needs ATB enabled and the user configured ATB to be disabled] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:120
Tuesday 08 October 2024 08:12:36 -0400 (0:00:00.058) 0:00:04.186 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "__ha_cluster_sbd_needs_atb | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_pcsd_public_key_src and ha_cluster_pcsd_private_key_src are set along with ha_cluster_pcsd_certificates] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:127
Tuesday 08 October 2024 08:12:36 -0400 (0:00:00.047) 0:00:04.233 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_pcsd_public_key_src is not none",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Fetch pcs capabilities] ***********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:141
Tuesday 08 October 2024 08:12:36 -0400 (0:00:00.026) 0:00:04.260 *******
ok: [managed-node1] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.609650",
"end": "2024-10-08 08:12:37.185089",
"rc": 0,
"start": "2024-10-08 08:12:36.575439"
}
STDOUT:
0.12.0a1
booth booth.enable-authfile.unset cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local cluster.config.uuid cluster.create cluster.create.enable cluster.create.local cluster.create.no-keys-sync cluster.create.separated-name-and-address cluster.create.start cluster.create.start.wait cluster.create.transport.knet cluster.create.transport.udp-udpu cluster.create.transport.udp-udpu.no-rrp cluster.destroy cluster.destroy.all cluster.report cluster.verify corosync.authkey.update corosync.config.get corosync.config.get.struct corosync.config.reload corosync.config.sync-to-local-cluster corosync.config.update corosync.link.add corosync.link.remove corosync.link.remove.list corosync.link.update corosync.qdevice corosync.qdevice.model.net corosync.quorum corosync.quorum.device corosync.quorum.device.client.model.net.certificates.local corosync.quorum.device.heuristics corosync.quorum.device.model.net corosync.quorum.device.model.net.options_tls_and_kaptb corosync.quorum.set-expected-votes-runtime corosync.quorum.status corosync.quorum.unblock corosync.totem.block_unlisted_ips corosync.uidgid node.add node.add.enable node.add.separated-name-and-address node.add.start node.add.start.wait node.attributes node.attributes.set-list-for-node node.confirm-off node.fence node.guest node.kill node.maintenance node.maintenance.all node.maintenance.list node.maintenance.wait node.remote node.remote.onfail-demote node.remove node.remove-from-caches node.remove.list node.standby node.standby.all node.standby.list node.standby.wait node.start-stop-enable-disable node.start-stop-enable-disable.all node.start-stop-enable-disable.list node.start-stop-enable-disable.start-wait node.utilization node.utilization.set-list-for-node pcmk.acl.enable-disable pcmk.acl.group pcmk.acl.role pcmk.acl.role.create-with-permissions pcmk.acl.role.delete-with-users-groups pcmk.acl.user pcmk.alert pcmk.cib.checkpoints pcmk.cib.checkpoints.diff pcmk.cib.edit pcmk.cib.get pcmk.cib.get.scope pcmk.cib.roles.promoted-unpromoted pcmk.cib.set pcmk.constraint.colocation.set pcmk.constraint.colocation.set.options pcmk.constraint.colocation.simple pcmk.constraint.colocation.simple.options pcmk.constraint.colocation.simple.options.score pcmk.constraint.config.output-formats pcmk.constraint.hide-expired pcmk.constraint.location.simple pcmk.constraint.location.simple.options pcmk.constraint.location.simple.options.score pcmk.constraint.location.simple.resource-regexp pcmk.constraint.location.simple.rule pcmk.constraint.location.simple.rule.node-attr-type-number pcmk.constraint.location.simple.rule.options pcmk.constraint.location.simple.rule.rule-add-remove pcmk.constraint.location.simple.rule.rule-as-one-argument 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.cluster.config.output-formats pcmk.properties.cluster.defaults pcmk.properties.cluster.describe pcmk.properties.cluster.describe.output-formats pcmk.properties.cluster.set_properties.iso8601duration pcmk.properties.operation-defaults pcmk.properties.operation-defaults.config.output-formats pcmk.properties.operation-defaults.multiple pcmk.properties.operation-defaults.rule pcmk.properties.operation-defaults.rule-rsc-op pcmk.properties.operation-defaults.rule.hide-expired pcmk.properties.operation-defaults.rule.node-attr-type-number pcmk.properties.resource-defaults pcmk.properties.resource-defaults.config.output-formats pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule pcmk.properties.resource-defaults.rule-rsc-op pcmk.properties.resource-defaults.rule.hide-expired pcmk.properties.resource-defaults.rule.node-attr-type-number pcmk.resource.ban-move-clear pcmk.resource.ban-move-clear.bundles pcmk.resource.ban-move-clear.clear-expired pcmk.resource.ban-move-clear.clone pcmk.resource.bundle pcmk.resource.bundle.container-docker pcmk.resource.bundle.container-docker.promoted-max pcmk.resource.bundle.container-podman pcmk.resource.bundle.container-podman.promoted-max pcmk.resource.bundle.container-rkt pcmk.resource.bundle.container-rkt.promoted-max pcmk.resource.bundle.reset pcmk.resource.bundle.wait pcmk.resource.cleanup pcmk.resource.cleanup.one-resource pcmk.resource.cleanup.strict pcmk.resource.clone pcmk.resource.clone.custom-id pcmk.resource.clone.meta-in-create pcmk.resource.clone.wait pcmk.resource.config.output-formats pcmk.resource.create pcmk.resource.create.clone.custom-id pcmk.resource.create.group.future pcmk.resource.create.in-existing-bundle pcmk.resource.create.meta pcmk.resource.create.meta.future pcmk.resource.create.no-master pcmk.resource.create.operations pcmk.resource.create.operations.onfail-demote pcmk.resource.create.promotable pcmk.resource.create.promotable.custom-id pcmk.resource.create.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe pcmk.resource.disable.safe.brief pcmk.resource.disable.safe.tag pcmk.resource.disable.simulate pcmk.resource.disable.simulate.brief pcmk.resource.disable.simulate.tag pcmk.resource.enable-disable pcmk.resource.enable-disable.list pcmk.resource.enable-disable.tag pcmk.resource.enable-disable.wait pcmk.resource.failcount pcmk.resource.group pcmk.resource.group.add-remove-list pcmk.resource.group.wait pcmk.resource.manage-unmanage pcmk.resource.manage-unmanage.list pcmk.resource.manage-unmanage.tag pcmk.resource.manage-unmanage.with-monitor pcmk.resource.move.autoclean pcmk.resource.move.autoclean.default pcmk.resource.promotable pcmk.resource.promotable.custom-id pcmk.resource.promotable.meta-in-create pcmk.resource.promotable.wait pcmk.resource.refresh pcmk.resource.refresh.one-resource pcmk.resource.refresh.strict pcmk.resource.relations pcmk.resource.relocate pcmk.resource.restart pcmk.resource.update pcmk.resource.update-meta pcmk.resource.update-meta.list pcmk.resource.update-meta.wait pcmk.resource.update-operations pcmk.resource.update-operations.onfail-demote pcmk.resource.update.meta pcmk.resource.update.operations pcmk.resource.update.operations.onfail-demote pcmk.resource.update.wait pcmk.resource.utilization pcmk.resource.utilization-set-list-for-resource pcmk.stonith.cleanup pcmk.stonith.cleanup.one-resource pcmk.stonith.cleanup.strict pcmk.stonith.create pcmk.stonith.create.meta pcmk.stonith.create.operations pcmk.stonith.create.operations.onfail-demote pcmk.stonith.create.wait pcmk.stonith.delete pcmk.stonith.enable-disable pcmk.stonith.enable-disable.list pcmk.stonith.enable-disable.wait pcmk.stonith.history.cleanup pcmk.stonith.history.show pcmk.stonith.history.update pcmk.stonith.levels pcmk.stonith.levels.add-remove-devices-list pcmk.stonith.levels.clear pcmk.stonith.levels.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.levels.verify pcmk.stonith.refresh pcmk.stonith.refresh.one-resource pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.stonith.update.scsi-devices pcmk.stonith.update.scsi-devices.add-remove pcmk.stonith.update.scsi-devices.mpath pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.client.token pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address pcs.auth.server.token pcs.cfg-in-file.cib pcs.daemon-ssl-cert.set pcs.daemon-ssl-cert.sync-to-local-cluster pcs.disaster-recovery.essentials pcs.reports.severity.deprecation pcs.request-timeout pcs.yes-to-confirm-commands resource-agents.describe resource-agents.list resource-agents.list.detailed resource-agents.ocf.version-1-0 resource-agents.ocf.version-1-1 resource-agents.self-validation sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.query.resource status.pcmk.resources.hide-inactive status.pcmk.resources.id status.pcmk.resources.node status.pcmk.resources.orphaned status.pcmk.wait status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed stonith-agents.ocf.version-1-0 stonith-agents.ocf.version-1-1 stonith-agents.self-validation
TASK [fedora.linux_system_roles.ha_cluster : Parse pcs capabilities] ***********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:148
Tuesday 08 October 2024 08:12:37 -0400 (0:00:00.957) 0:00:05.217 *******
ok: [managed-node1] => {
"ansible_facts": {
"__ha_cluster_pcs_capabilities": [
"booth",
"booth.enable-authfile.unset",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"cluster.config.uuid",
"cluster.create",
"cluster.create.enable",
"cluster.create.local",
"cluster.create.no-keys-sync",
"cluster.create.separated-name-and-address",
"cluster.create.start",
"cluster.create.start.wait",
"cluster.create.transport.knet",
"cluster.create.transport.udp-udpu",
"cluster.create.transport.udp-udpu.no-rrp",
"cluster.destroy",
"cluster.destroy.all",
"cluster.report",
"cluster.verify",
"corosync.authkey.update",
"corosync.config.get",
"corosync.config.get.struct",
"corosync.config.reload",
"corosync.config.sync-to-local-cluster",
"corosync.config.update",
"corosync.link.add",
"corosync.link.remove",
"corosync.link.remove.list",
"corosync.link.update",
"corosync.qdevice",
"corosync.qdevice.model.net",
"corosync.quorum",
"corosync.quorum.device",
"corosync.quorum.device.client.model.net.certificates.local",
"corosync.quorum.device.heuristics",
"corosync.quorum.device.model.net",
"corosync.quorum.device.model.net.options_tls_and_kaptb",
"corosync.quorum.set-expected-votes-runtime",
"corosync.quorum.status",
"corosync.quorum.unblock",
"corosync.totem.block_unlisted_ips",
"corosync.uidgid",
"node.add",
"node.add.enable",
"node.add.separated-name-and-address",
"node.add.start",
"node.add.start.wait",
"node.attributes",
"node.attributes.set-list-for-node",
"node.confirm-off",
"node.fence",
"node.guest",
"node.kill",
"node.maintenance",
"node.maintenance.all",
"node.maintenance.list",
"node.maintenance.wait",
"node.remote",
"node.remote.onfail-demote",
"node.remove",
"node.remove-from-caches",
"node.remove.list",
"node.standby",
"node.standby.all",
"node.standby.list",
"node.standby.wait",
"node.start-stop-enable-disable",
"node.start-stop-enable-disable.all",
"node.start-stop-enable-disable.list",
"node.start-stop-enable-disable.start-wait",
"node.utilization",
"node.utilization.set-list-for-node",
"pcmk.acl.enable-disable",
"pcmk.acl.group",
"pcmk.acl.role",
"pcmk.acl.role.create-with-permissions",
"pcmk.acl.role.delete-with-users-groups",
"pcmk.acl.user",
"pcmk.alert",
"pcmk.cib.checkpoints",
"pcmk.cib.checkpoints.diff",
"pcmk.cib.edit",
"pcmk.cib.get",
"pcmk.cib.get.scope",
"pcmk.cib.roles.promoted-unpromoted",
"pcmk.cib.set",
"pcmk.constraint.colocation.set",
"pcmk.constraint.colocation.set.options",
"pcmk.constraint.colocation.simple",
"pcmk.constraint.colocation.simple.options",
"pcmk.constraint.colocation.simple.options.score",
"pcmk.constraint.config.output-formats",
"pcmk.constraint.hide-expired",
"pcmk.constraint.location.simple",
"pcmk.constraint.location.simple.options",
"pcmk.constraint.location.simple.options.score",
"pcmk.constraint.location.simple.resource-regexp",
"pcmk.constraint.location.simple.rule",
"pcmk.constraint.location.simple.rule.node-attr-type-number",
"pcmk.constraint.location.simple.rule.options",
"pcmk.constraint.location.simple.rule.rule-add-remove",
"pcmk.constraint.location.simple.rule.rule-as-one-argument",
"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.cluster.config.output-formats",
"pcmk.properties.cluster.defaults",
"pcmk.properties.cluster.describe",
"pcmk.properties.cluster.describe.output-formats",
"pcmk.properties.cluster.set_properties.iso8601duration",
"pcmk.properties.operation-defaults",
"pcmk.properties.operation-defaults.config.output-formats",
"pcmk.properties.operation-defaults.multiple",
"pcmk.properties.operation-defaults.rule",
"pcmk.properties.operation-defaults.rule-rsc-op",
"pcmk.properties.operation-defaults.rule.hide-expired",
"pcmk.properties.operation-defaults.rule.node-attr-type-number",
"pcmk.properties.resource-defaults",
"pcmk.properties.resource-defaults.config.output-formats",
"pcmk.properties.resource-defaults.multiple",
"pcmk.properties.resource-defaults.rule",
"pcmk.properties.resource-defaults.rule-rsc-op",
"pcmk.properties.resource-defaults.rule.hide-expired",
"pcmk.properties.resource-defaults.rule.node-attr-type-number",
"pcmk.resource.ban-move-clear",
"pcmk.resource.ban-move-clear.bundles",
"pcmk.resource.ban-move-clear.clear-expired",
"pcmk.resource.ban-move-clear.clone",
"pcmk.resource.bundle",
"pcmk.resource.bundle.container-docker",
"pcmk.resource.bundle.container-docker.promoted-max",
"pcmk.resource.bundle.container-podman",
"pcmk.resource.bundle.container-podman.promoted-max",
"pcmk.resource.bundle.container-rkt",
"pcmk.resource.bundle.container-rkt.promoted-max",
"pcmk.resource.bundle.reset",
"pcmk.resource.bundle.wait",
"pcmk.resource.cleanup",
"pcmk.resource.cleanup.one-resource",
"pcmk.resource.cleanup.strict",
"pcmk.resource.clone",
"pcmk.resource.clone.custom-id",
"pcmk.resource.clone.meta-in-create",
"pcmk.resource.clone.wait",
"pcmk.resource.config.output-formats",
"pcmk.resource.create",
"pcmk.resource.create.clone.custom-id",
"pcmk.resource.create.group.future",
"pcmk.resource.create.in-existing-bundle",
"pcmk.resource.create.meta",
"pcmk.resource.create.meta.future",
"pcmk.resource.create.no-master",
"pcmk.resource.create.operations",
"pcmk.resource.create.operations.onfail-demote",
"pcmk.resource.create.promotable",
"pcmk.resource.create.promotable.custom-id",
"pcmk.resource.create.wait",
"pcmk.resource.debug",
"pcmk.resource.delete",
"pcmk.resource.disable.safe",
"pcmk.resource.disable.safe.brief",
"pcmk.resource.disable.safe.tag",
"pcmk.resource.disable.simulate",
"pcmk.resource.disable.simulate.brief",
"pcmk.resource.disable.simulate.tag",
"pcmk.resource.enable-disable",
"pcmk.resource.enable-disable.list",
"pcmk.resource.enable-disable.tag",
"pcmk.resource.enable-disable.wait",
"pcmk.resource.failcount",
"pcmk.resource.group",
"pcmk.resource.group.add-remove-list",
"pcmk.resource.group.wait",
"pcmk.resource.manage-unmanage",
"pcmk.resource.manage-unmanage.list",
"pcmk.resource.manage-unmanage.tag",
"pcmk.resource.manage-unmanage.with-monitor",
"pcmk.resource.move.autoclean",
"pcmk.resource.move.autoclean.default",
"pcmk.resource.promotable",
"pcmk.resource.promotable.custom-id",
"pcmk.resource.promotable.meta-in-create",
"pcmk.resource.promotable.wait",
"pcmk.resource.refresh",
"pcmk.resource.refresh.one-resource",
"pcmk.resource.refresh.strict",
"pcmk.resource.relations",
"pcmk.resource.relocate",
"pcmk.resource.restart",
"pcmk.resource.update",
"pcmk.resource.update-meta",
"pcmk.resource.update-meta.list",
"pcmk.resource.update-meta.wait",
"pcmk.resource.update-operations",
"pcmk.resource.update-operations.onfail-demote",
"pcmk.resource.update.meta",
"pcmk.resource.update.operations",
"pcmk.resource.update.operations.onfail-demote",
"pcmk.resource.update.wait",
"pcmk.resource.utilization",
"pcmk.resource.utilization-set-list-for-resource",
"pcmk.stonith.cleanup",
"pcmk.stonith.cleanup.one-resource",
"pcmk.stonith.cleanup.strict",
"pcmk.stonith.create",
"pcmk.stonith.create.meta",
"pcmk.stonith.create.operations",
"pcmk.stonith.create.operations.onfail-demote",
"pcmk.stonith.create.wait",
"pcmk.stonith.delete",
"pcmk.stonith.enable-disable",
"pcmk.stonith.enable-disable.list",
"pcmk.stonith.enable-disable.wait",
"pcmk.stonith.history.cleanup",
"pcmk.stonith.history.show",
"pcmk.stonith.history.update",
"pcmk.stonith.levels",
"pcmk.stonith.levels.add-remove-devices-list",
"pcmk.stonith.levels.clear",
"pcmk.stonith.levels.node-attr",
"pcmk.stonith.levels.node-regexp",
"pcmk.stonith.levels.verify",
"pcmk.stonith.refresh",
"pcmk.stonith.refresh.one-resource",
"pcmk.stonith.refresh.strict",
"pcmk.stonith.update",
"pcmk.stonith.update.scsi-devices",
"pcmk.stonith.update.scsi-devices.add-remove",
"pcmk.stonith.update.scsi-devices.mpath",
"pcmk.tag",
"pcmk.tag.resources",
"pcs.auth.client",
"pcs.auth.client.cluster",
"pcs.auth.client.token",
"pcs.auth.deauth-client",
"pcs.auth.deauth-server",
"pcs.auth.no-bidirectional",
"pcs.auth.separated-name-and-address",
"pcs.auth.server.token",
"pcs.cfg-in-file.cib",
"pcs.daemon-ssl-cert.set",
"pcs.daemon-ssl-cert.sync-to-local-cluster",
"pcs.disaster-recovery.essentials",
"pcs.reports.severity.deprecation",
"pcs.request-timeout",
"pcs.yes-to-confirm-commands",
"resource-agents.describe",
"resource-agents.list",
"resource-agents.list.detailed",
"resource-agents.ocf.version-1-0",
"resource-agents.ocf.version-1-1",
"resource-agents.self-validation",
"sbd",
"sbd.option-timeout-action",
"sbd.shared-block-device",
"status.corosync.membership",
"status.pcmk.query.resource",
"status.pcmk.resources.hide-inactive",
"status.pcmk.resources.id",
"status.pcmk.resources.node",
"status.pcmk.resources.orphaned",
"status.pcmk.wait",
"status.pcmk.xml",
"stonith-agents.describe",
"stonith-agents.list",
"stonith-agents.list.detailed",
"stonith-agents.ocf.version-1-0",
"stonith-agents.ocf.version-1-1",
"stonith-agents.self-validation"
],
"__ha_cluster_pcsd_capabilities_available": true
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Fetch pcsd capabilities] **********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:155
Tuesday 08 October 2024 08:12:37 -0400 (0:00:00.025) 0:00:05.243 *******
ok: [managed-node1] => {
"changed": false,
"cmd": [
"pcsd",
"--version",
"--full"
],
"delta": "0:00:01.669880",
"end": "2024-10-08 08:12:39.198113",
"rc": 0,
"start": "2024-10-08 08:12:37.528233"
}
STDOUT:
0.12.0a1
booth.get-config booth.set-config booth.set-config.multiple cluster.config.restore-local cluster.config.uuid cluster.create cluster.create.enable 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 corosync.config.get corosync.config.set corosync.qdevice.model.net.certificates corosync.quorum.device.client corosync.quorum.device.client.model.net.certificates corosync.quorum.device.client.model.net.certificates.local corosync.quorum.device.client.model.net.certificates.rest-api.v2 corosync.quorum.status corosync.totem.block_unlisted_ips node.add node.add.enable node.add.list node.add.separated-name-and-address node.add.start node.add.start.wait node.attributes node.maintenance node.maintenance.all node.maintenance.list node.maintenance.wait 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.stop-component node.utilization pcmk.acl.group pcmk.acl.role pcmk.acl.role.create-with-permissions pcmk.acl.role.delete-with-users-groups pcmk.acl.role.delete-with-users-groups-implicit pcmk.acl.user pcmk.alert pcmk.cib.get pcmk.cib.remove_elements.constraints pcmk.cib.remove_elements.rest-api.v2 pcmk.cib.roles.promoted-unpromoted pcmk.constraint.colocation.set pcmk.constraint.colocation.set.options pcmk.constraint.colocation.simple pcmk.constraint.config.output-formats pcmk.constraint.location.simple pcmk.constraint.location.simple.rule pcmk.constraint.location.simple.rule.node-attr-type-number pcmk.constraint.location.simple.rule.rest-api.v2 pcmk.constraint.no-autocorrect pcmk.constraint.order.set pcmk.constraint.order.set.options pcmk.constraint.order.simple pcmk.constraint.ticket.set pcmk.constraint.ticket.set.options pcmk.constraint.ticket.simple pcmk.constraint.ticket.simple.constraint-id pcmk.properties.cluster pcmk.properties.cluster.describe pcmk.properties.cluster.describe.rest-api.v2 pcmk.properties.cluster.get_properties.rest-api.v2 pcmk.properties.cluster.set_properties.iso8601duration pcmk.properties.cluster.set_properties.rest-api.v2 pcmk.properties.operation-defaults.config.rest-api.v2 pcmk.properties.resource-defaults.config.rest-api.v2 pcmk.resource.ban-move-clear pcmk.resource.ban-move-clear.bundles pcmk.resource.ban-move-clear.clear-expired pcmk.resource.ban-move-clear.clone pcmk.resource.cleanup.one-resource pcmk.resource.cleanup.strict pcmk.resource.clone pcmk.resource.create pcmk.resource.create.clone.custom-id pcmk.resource.create.meta pcmk.resource.create.no-master pcmk.resource.create.operations pcmk.resource.create.operations.onfail-demote pcmk.resource.create.promotable pcmk.resource.create.promotable.custom-id pcmk.resource.create.wait pcmk.resource.delete pcmk.resource.delete.list pcmk.resource.disable.safe 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.wait pcmk.resource.group pcmk.resource.manage-unmanage pcmk.resource.manage-unmanage.list pcmk.resource.manage-unmanage.tag pcmk.resource.manage-unmanage.with-monitor pcmk.resource.move.autoclean pcmk.resource.promotable pcmk.resource.refresh.one-resource pcmk.resource.refresh.strict pcmk.resource.update pcmk.resource.update-meta pcmk.resource.utilization pcmk.stonith.cleanup.one-resource pcmk.stonith.cleanup.strict pcmk.stonith.create pcmk.stonith.create.meta pcmk.stonith.create.operations pcmk.stonith.create.operations.onfail-demote pcmk.stonith.create.wait pcmk.stonith.delete pcmk.stonith.delete.list pcmk.stonith.enable-disable pcmk.stonith.enable-disable.list pcmk.stonith.enable-disable.wait pcmk.stonith.levels pcmk.stonith.levels.add-remove-devices-list pcmk.stonith.levels.clear pcmk.stonith.levels.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.levels.verify pcmk.stonith.refresh.one-resource pcmk.stonith.refresh.strict pcmk.stonith.scsi-unfence-node-mpath pcmk.stonith.scsi-unfence-node-v2 pcmk.stonith.update pcs.auth.export-cluster-known-hosts pcs.auth.known-host-change pcs.auth.no-bidirectional pcs.auth.separated-name-and-address pcs.auth.server pcs.automatic-pcs-configs-sync pcs.daemon-ssl-cert.set pcs.permissions pcs.rest-api.v1.1 pcs.rest-api.v2 resource-agents.describe resource-agents.list resource-agents.list.detailed resource-agents.ocf.version-1-0 resource-agents.ocf.version-1-1 resource-agents.self-validation resource-agents.simplified-query-api sbd sbd-node sbd-node.shared-block-device sbd.option-timeout-action status.pcmk.local-node status.pcmk.resources.rest-api.v2 status.pcmk.wait stonith-agents.describe stonith-agents.list stonith-agents.list.detailed stonith-agents.ocf.version-1-0 stonith-agents.ocf.version-1-1 stonith-agents.self-validation
TASK [fedora.linux_system_roles.ha_cluster : Parse pcsd capabilities] **********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:163
Tuesday 08 October 2024 08:12:39 -0400 (0:00:01.987) 0:00:07.231 *******
ok: [managed-node1] => {
"ansible_facts": {
"__ha_cluster_pcsd_capabilities": [
"booth.get-config",
"booth.set-config",
"booth.set-config.multiple",
"cluster.config.restore-local",
"cluster.config.uuid",
"cluster.create",
"cluster.create.enable",
"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",
"corosync.config.get",
"corosync.config.set",
"corosync.qdevice.model.net.certificates",
"corosync.quorum.device.client",
"corosync.quorum.device.client.model.net.certificates",
"corosync.quorum.device.client.model.net.certificates.local",
"corosync.quorum.device.client.model.net.certificates.rest-api.v2",
"corosync.quorum.status",
"corosync.totem.block_unlisted_ips",
"node.add",
"node.add.enable",
"node.add.list",
"node.add.separated-name-and-address",
"node.add.start",
"node.add.start.wait",
"node.attributes",
"node.maintenance",
"node.maintenance.all",
"node.maintenance.list",
"node.maintenance.wait",
"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.stop-component",
"node.utilization",
"pcmk.acl.group",
"pcmk.acl.role",
"pcmk.acl.role.create-with-permissions",
"pcmk.acl.role.delete-with-users-groups",
"pcmk.acl.role.delete-with-users-groups-implicit",
"pcmk.acl.user",
"pcmk.alert",
"pcmk.cib.get",
"pcmk.cib.remove_elements.constraints",
"pcmk.cib.remove_elements.rest-api.v2",
"pcmk.cib.roles.promoted-unpromoted",
"pcmk.constraint.colocation.set",
"pcmk.constraint.colocation.set.options",
"pcmk.constraint.colocation.simple",
"pcmk.constraint.config.output-formats",
"pcmk.constraint.location.simple",
"pcmk.constraint.location.simple.rule",
"pcmk.constraint.location.simple.rule.node-attr-type-number",
"pcmk.constraint.location.simple.rule.rest-api.v2",
"pcmk.constraint.no-autocorrect",
"pcmk.constraint.order.set",
"pcmk.constraint.order.set.options",
"pcmk.constraint.order.simple",
"pcmk.constraint.ticket.set",
"pcmk.constraint.ticket.set.options",
"pcmk.constraint.ticket.simple",
"pcmk.constraint.ticket.simple.constraint-id",
"pcmk.properties.cluster",
"pcmk.properties.cluster.describe",
"pcmk.properties.cluster.describe.rest-api.v2",
"pcmk.properties.cluster.get_properties.rest-api.v2",
"pcmk.properties.cluster.set_properties.iso8601duration",
"pcmk.properties.cluster.set_properties.rest-api.v2",
"pcmk.properties.operation-defaults.config.rest-api.v2",
"pcmk.properties.resource-defaults.config.rest-api.v2",
"pcmk.resource.ban-move-clear",
"pcmk.resource.ban-move-clear.bundles",
"pcmk.resource.ban-move-clear.clear-expired",
"pcmk.resource.ban-move-clear.clone",
"pcmk.resource.cleanup.one-resource",
"pcmk.resource.cleanup.strict",
"pcmk.resource.clone",
"pcmk.resource.create",
"pcmk.resource.create.clone.custom-id",
"pcmk.resource.create.meta",
"pcmk.resource.create.no-master",
"pcmk.resource.create.operations",
"pcmk.resource.create.operations.onfail-demote",
"pcmk.resource.create.promotable",
"pcmk.resource.create.promotable.custom-id",
"pcmk.resource.create.wait",
"pcmk.resource.delete",
"pcmk.resource.delete.list",
"pcmk.resource.disable.safe",
"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.wait",
"pcmk.resource.group",
"pcmk.resource.manage-unmanage",
"pcmk.resource.manage-unmanage.list",
"pcmk.resource.manage-unmanage.tag",
"pcmk.resource.manage-unmanage.with-monitor",
"pcmk.resource.move.autoclean",
"pcmk.resource.promotable",
"pcmk.resource.refresh.one-resource",
"pcmk.resource.refresh.strict",
"pcmk.resource.update",
"pcmk.resource.update-meta",
"pcmk.resource.utilization",
"pcmk.stonith.cleanup.one-resource",
"pcmk.stonith.cleanup.strict",
"pcmk.stonith.create",
"pcmk.stonith.create.meta",
"pcmk.stonith.create.operations",
"pcmk.stonith.create.operations.onfail-demote",
"pcmk.stonith.create.wait",
"pcmk.stonith.delete",
"pcmk.stonith.delete.list",
"pcmk.stonith.enable-disable",
"pcmk.stonith.enable-disable.list",
"pcmk.stonith.enable-disable.wait",
"pcmk.stonith.levels",
"pcmk.stonith.levels.add-remove-devices-list",
"pcmk.stonith.levels.clear",
"pcmk.stonith.levels.node-attr",
"pcmk.stonith.levels.node-regexp",
"pcmk.stonith.levels.verify",
"pcmk.stonith.refresh.one-resource",
"pcmk.stonith.refresh.strict",
"pcmk.stonith.scsi-unfence-node-mpath",
"pcmk.stonith.scsi-unfence-node-v2",
"pcmk.stonith.update",
"pcs.auth.export-cluster-known-hosts",
"pcs.auth.known-host-change",
"pcs.auth.no-bidirectional",
"pcs.auth.separated-name-and-address",
"pcs.auth.server",
"pcs.automatic-pcs-configs-sync",
"pcs.daemon-ssl-cert.set",
"pcs.permissions",
"pcs.rest-api.v1.1",
"pcs.rest-api.v2",
"resource-agents.describe",
"resource-agents.list",
"resource-agents.list.detailed",
"resource-agents.ocf.version-1-0",
"resource-agents.ocf.version-1-1",
"resource-agents.self-validation",
"resource-agents.simplified-query-api",
"sbd",
"sbd-node",
"sbd-node.shared-block-device",
"sbd.option-timeout-action",
"status.pcmk.local-node",
"status.pcmk.resources.rest-api.v2",
"status.pcmk.wait",
"stonith-agents.describe",
"stonith-agents.list",
"stonith-agents.list.detailed",
"stonith-agents.ocf.version-1-0",
"stonith-agents.ocf.version-1-1",
"stonith-agents.self-validation"
]
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Fail if pcs is to old to configure resources and operations defaults] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:172
Tuesday 08 October 2024 08:12:39 -0400 (0:00:00.035) 0:00:07.266 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "( ha_cluster_resource_defaults and not 'pcmk.properties.resource-defaults.multiple' in __ha_cluster_pcs_capabilities ) or ( ha_cluster_resource_operation_defaults and not 'pcmk.properties.operation-defaults.multiple' in __ha_cluster_pcs_capabilities )",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Generate a password hash] *********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:26
Tuesday 08 October 2024 08:12:39 -0400 (0:00:00.013) 0:00:07.281 *******
ok: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Set hacluster password] ***********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:38
Tuesday 08 October 2024 08:12:39 -0400 (0:00:00.392) 0:00:07.673 *******
ok: [managed-node1] => {
"append": false,
"changed": false,
"comment": "cluster user",
"group": 189,
"home": "/var/lib/pacemaker",
"move_home": false,
"name": "hacluster",
"password": "NOT_LOGGING_PASSWORD",
"shell": "/sbin/nologin",
"state": "present",
"uid": 189
}
TASK [fedora.linux_system_roles.ha_cluster : Configure shell] ******************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:43
Tuesday 08 October 2024 08:12:40 -0400 (0:00:00.629) 0:00:08.303 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Stop pcsd] ************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:6
Tuesday 08 October 2024 08:12:40 -0400 (0:00:00.029) 0:00:08.332 *******
changed: [managed-node1] => {
"changed": true,
"name": "pcsd",
"state": "stopped",
"status": {
"AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0",
"ActiveEnterTimestamp": "Tue 2024-10-08 08:11:39 EDT",
"ActiveEnterTimestampMonotonic": "476754677",
"ActiveExitTimestamp": "Tue 2024-10-08 08:11:36 EDT",
"ActiveExitTimestampMonotonic": "473711855",
"ActiveState": "active",
"After": "basic.target system.slice sysinit.target systemd-journald.socket network-online.target pcsd-ruby.service",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Tue 2024-10-08 08:11:38 EDT",
"AssertTimestampMonotonic": "475939387",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "9457971000",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "yes",
"ConditionTimestamp": "Tue 2024-10-08 08:11:38 EDT",
"ConditionTimestampMonotonic": "475939383",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlGroup": "/system.slice/pcsd.service",
"ControlGroupId": "5539",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "PCS GUI and remote configuration interface",
"DevicePolicy": "auto",
"Documentation": "\"man:pcsd(8)\" \"man:pcs(8)\"",
"DynamicUser": "no",
"EffectiveMemoryHigh": "3702878208",
"EffectiveMemoryMax": "3702878208",
"EffectiveTasksMax": "22362",
"EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainHandoffTimestamp": "Tue 2024-10-08 08:11:38 EDT",
"ExecMainHandoffTimestampMonotonic": "475954294",
"ExecMainPID": "20450",
"ExecMainStartTimestamp": "Tue 2024-10-08 08:11:38 EDT",
"ExecMainStartTimestampMonotonic": "475941195",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "pcsd.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestamp": "Tue 2024-10-08 08:11:36 EDT",
"InactiveEnterTimestampMonotonic": "473820839",
"InactiveExitTimestamp": "Tue 2024-10-08 08:11:38 EDT",
"InactiveExitTimestampMonotonic": "475941649",
"InvocationID": "962ba9bb15334d828f64182ae15a0129",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "mixed",
"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": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "13976",
"LimitNPROCSoft": "13976",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "13976",
"LimitSIGPENDINGSoft": "13976",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "20450",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2592661504",
"MemoryCurrent": "406958080",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "409055232",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "0",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "0",
"MemoryZSwapCurrent": "0",
"MemoryZSwapMax": "infinity",
"MemoryZSwapWriteback": "yes",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target network-online.target pcsd-ruby.service",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Tue 2024-10-08 08:11:39 EDT",
"StateChangeTimestampMonotonic": "476754677",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "running",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "32",
"TasksMax": "22362",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.ha_cluster : Regenerate pcsd TLS certificate and key] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:11
Tuesday 08 October 2024 08:12:41 -0400 (0:00:00.768) 0:00:09.101 *******
skipping: [managed-node1] => (item=/var/lib/pcsd/pcsd.key) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "ha_cluster_regenerate_keys",
"item": "/var/lib/pcsd/pcsd.key",
"skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=/var/lib/pcsd/pcsd.crt) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "ha_cluster_regenerate_keys",
"item": "/var/lib/pcsd/pcsd.crt",
"skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
"changed": false
}
MSG:
All items skipped
TASK [fedora.linux_system_roles.ha_cluster : Get the stat of /var/lib/pcsd] ****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:25
Tuesday 08 October 2024 08:12:41 -0400 (0:00:00.020) 0:00:09.121 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_pcsd_certificates | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Allow certmonger to write into pcsd's certificate directory] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:30
Tuesday 08 October 2024 08:12:41 -0400 (0:00:00.041) 0:00:09.162 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_pcsd_certificates | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [Ensure the name of ha_cluster_pcsd_certificates is /var/lib/pcsd/pcsd; Create certificates using the certificate role] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:37
Tuesday 08 October 2024 08:12:41 -0400 (0:00:00.046) 0:00:09.209 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_pcsd_certificates | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Set pcsd's certificate directory back to cluster_var_lib_t] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:49
Tuesday 08 October 2024 08:12:41 -0400 (0:00:00.038) 0:00:09.247 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_pcsd_certificates | length > 0",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute pcsd TLS private key] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:64
Tuesday 08 October 2024 08:12:41 -0400 (0:00:00.034) 0:00:09.282 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_pcsd_public_key_src is string",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute pcsd TLS certificate] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:71
Tuesday 08 October 2024 08:12:41 -0400 (0:00:00.038) 0:00:09.320 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_pcsd_public_key_src is string",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute pcs_settings.conf] *****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:79
Tuesday 08 October 2024 08:12:41 -0400 (0:00:00.035) 0:00:09.355 *******
ok: [managed-node1] => {
"changed": false,
"checksum": "9bbea634a798cf0976b80cd3c4e34aca6a6a7d44",
"dest": "/var/lib/pcsd/pcs_settings.conf",
"gid": 0,
"group": "root",
"mode": "0644",
"owner": "root",
"path": "/var/lib/pcsd/pcs_settings.conf",
"secontext": "system_u:object_r:cluster_var_lib_t:s0",
"size": 361,
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:88
Tuesday 08 October 2024 08:12:42 -0400 (0:00:00.683) 0:00:10.039 *******
changed: [managed-node1] => {
"changed": true,
"enabled": true,
"name": "pcsd",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0",
"ActiveEnterTimestamp": "Tue 2024-10-08 08:11:39 EDT",
"ActiveEnterTimestampMonotonic": "476754677",
"ActiveExitTimestamp": "Tue 2024-10-08 08:12:40 EDT",
"ActiveExitTimestampMonotonic": "538176710",
"ActiveState": "inactive",
"After": "basic.target system.slice sysinit.target systemd-journald.socket network-online.target pcsd-ruby.service",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Tue 2024-10-08 08:11:38 EDT",
"AssertTimestampMonotonic": "475939387",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "yes",
"ConditionTimestamp": "Tue 2024-10-08 08:11:38 EDT",
"ConditionTimestampMonotonic": "475939383",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ConsistsOf": "pcsd-ruby.service",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "PCS GUI and remote configuration interface",
"DevicePolicy": "auto",
"Documentation": "\"man:pcsd(8)\" \"man:pcs(8)\"",
"DynamicUser": "no",
"EffectiveMemoryHigh": "3702878208",
"EffectiveMemoryMax": "3702878208",
"EffectiveTasksMax": "22362",
"EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)",
"ExecMainCode": "1",
"ExecMainExitTimestamp": "Tue 2024-10-08 08:12:41 EDT",
"ExecMainExitTimestampMonotonic": "538290175",
"ExecMainHandoffTimestamp": "Tue 2024-10-08 08:11:38 EDT",
"ExecMainHandoffTimestampMonotonic": "475954294",
"ExecMainPID": "20450",
"ExecMainStartTimestamp": "Tue 2024-10-08 08:11:38 EDT",
"ExecMainStartTimestampMonotonic": "475941195",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; ignore_errors=no ; start_time=[Tue 2024-10-08 08:11:38 EDT] ; stop_time=[Tue 2024-10-08 08:12:41 EDT] ; pid=20450 ; code=exited ; status=0 }",
"ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[Tue 2024-10-08 08:11:38 EDT] ; stop_time=[Tue 2024-10-08 08:12:41 EDT] ; pid=20450 ; code=exited ; status=0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pcsd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "pcsd.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestamp": "Tue 2024-10-08 08:12:41 EDT",
"InactiveEnterTimestampMonotonic": "538292232",
"InactiveExitTimestamp": "Tue 2024-10-08 08:11:38 EDT",
"InactiveExitTimestampMonotonic": "475941649",
"InvocationID": "962ba9bb15334d828f64182ae15a0129",
"JobRunningTimeoutUSec": "infinity",
"JobTimeoutAction": "none",
"JobTimeoutUSec": "infinity",
"KeyringMode": "private",
"KillMode": "mixed",
"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": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "13976",
"LimitNPROCSoft": "13976",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "13976",
"LimitSIGPENDINGSoft": "13976",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "3041759232",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"MemoryZSwapMax": "infinity",
"MemoryZSwapWriteback": "yes",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pcsd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "system.slice sysinit.target network-online.target pcsd-ruby.service",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Tue 2024-10-08 08:12:41 EDT",
"StateChangeTimestampMonotonic": "538292232",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "22362",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.ha_cluster : Configure firewall] ***************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:49
Tuesday 08 October 2024 08:12:44 -0400 (0:00:02.009) 0:00:12.048 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml for managed-node1
TASK [Ensure the service and the ports status with the firewall role] **********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:3
Tuesday 08 October 2024 08:12:44 -0400 (0:00:00.036) 0:00:12.085 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_manage_firewall | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure selinux] ****************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:52
Tuesday 08 October 2024 08:12:44 -0400 (0:00:00.039) 0:00:12.125 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Populate service facts] ***********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:3
Tuesday 08 October 2024 08:12:44 -0400 (0:00:00.061) 0:00:12.186 *******
ok: [managed-node1] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"autofs.service": {
"name": "autofs.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"capsule@.service": {
"name": "capsule@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd-restricted.service": {
"name": "chronyd-restricted.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-hotplugd.service": {
"name": "cloud-init-hotplugd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"corosync-notifyd.service": {
"name": "corosync-notifyd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync-qnetd.service": {
"name": "corosync-qnetd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync.service": {
"name": "corosync.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.fedoraproject.FirewallD1.service": {
"name": "dbus-org.fedoraproject.FirewallD1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-system-upgrade-cleanup.service": {
"name": "dnf-system-upgrade-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dnf-system-upgrade.service": {
"name": "dnf-system-upgrade.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-onfailure.service": {
"name": "dracut-shutdown-onfailure.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ebtables.service": {
"name": "ebtables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fcoe.service": {
"name": "fcoe.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"fips-crypto-policy-overlay.service": {
"name": "fips-crypto-policy-overlay.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"firewalld.service": {
"name": "firewalld.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"fsidd.service": {
"name": "fsidd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"hv_kvp_daemon.service": {
"name": "hv_kvp_daemon.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"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"
},
"ip6tables.service": {
"name": "ip6tables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ipset.service": {
"name": "ipset.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iptables.service": {
"name": "iptables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"irqbalance.service": {
"name": "irqbalance.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"iscsi-shutdown.service": {
"name": "iscsi-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsi.service": {
"name": "iscsi.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsid.service": {
"name": "iscsid.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kdump.service": {
"name": "kdump.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"kvm_stat.service": {
"name": "kvm_stat.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm-devices-import.service": {
"name": "lvm-devices-import.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"lvm2-activation-early.service": {
"name": "lvm2-activation-early.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"microcode.service": {
"name": "microcode.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@dm_mod.service": {
"name": "modprobe@dm_mod.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@dm_multipath.service": {
"name": "modprobe@dm_multipath.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@efi_pstore.service": {
"name": "modprobe@efi_pstore.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@loop.service": {
"name": "modprobe@loop.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-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"
},
"nftables.service": {
"name": "nftables.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcscd.service": {
"name": "pcscd.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"pcsd-ruby.service": {
"name": "pcsd-ruby.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"pcsd.service": {
"name": "pcsd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"qemu-guest-agent.service": {
"name": "qemu-guest-agent.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"quotaon-root.service": {
"name": "quotaon-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"quotaon@.service": {
"name": "quotaon@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"rbdmap.service": {
"name": "rbdmap.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"restraintd.service": {
"name": "restraintd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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"
},
"rpc-svcgssd.service": {
"name": "rpc-svcgssd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpmdb-migrate.service": {
"name": "rpmdb-migrate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rsyslog.service": {
"name": "rsyslog.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"sbd_remote.service": {
"name": "sbd_remote.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "indirect"
},
"serial-getty@ttyS0.service": {
"name": "serial-getty@ttyS0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ssh-host-keys-migration.service": {
"name": "ssh-host-keys-migration.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-battery-check.service": {
"name": "systemd-battery-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-random-seed.service": {
"name": "systemd-boot-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-boot-update.service": {
"name": "systemd-boot-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-bootctl@.service": {
"name": "systemd-bootctl@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-creds@.service": {
"name": "systemd-creds@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-growfs-root.service": {
"name": "systemd-growfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-growfs@.service": {
"name": "systemd-growfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-clear.service": {
"name": "systemd-hibernate-clear.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hibernate-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald-sync@.service": {
"name": "systemd-journald-sync@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrfs-root.service": {
"name": "systemd-pcrfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pcrfs@.service": {
"name": "systemd-pcrfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock@.service": {
"name": "systemd-pcrlock@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrmachine.service": {
"name": "systemd-pcrmachine.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-initrd.service": {
"name": "systemd-pcrphase-initrd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-sysinit.service": {
"name": "systemd-pcrphase-sysinit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase.service": {
"name": "systemd-pcrphase.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-quotacheck-root.service": {
"name": "systemd-quotacheck-root.service",
"source": "systemd",
"state": "stopped",
"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": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-soft-reboot.service": {
"name": "systemd-soft-reboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-sysupdate-reboot.service": {
"name": "systemd-sysupdate-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysupdate.service": {
"name": "systemd-sysupdate.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev-early.service": {
"name": "systemd-tmpfiles-setup-dev-early.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-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-load-credentials.service": {
"name": "systemd-udev-load-credentials.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"ypbind.service": {
"name": "ypbind.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Set the fence-virt/fence-agents port to _ha_cluster_selinux] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:12
Tuesday 08 October 2024 08:12:47 -0400 (0:00:03.758) 0:00:15.944 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_manage_selinux | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Get associated selinux ports] *****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:20
Tuesday 08 October 2024 08:12:48 -0400 (0:00:00.042) 0:00:15.986 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_manage_selinux | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Add the high-availability service ports to _ha_cluster_selinux] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:28
Tuesday 08 October 2024 08:12:48 -0400 (0:00:00.039) 0:00:16.026 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_manage_selinux | bool",
"skip_reason": "Conditional result was False"
}
TASK [Ensure the service and the ports status with the selinux role] ***********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:35
Tuesday 08 October 2024 08:12:48 -0400 (0:00:00.042) 0:00:16.069 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_manage_selinux | bool",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Install cluster packages] *********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:58
Tuesday 08 October 2024 08:12:48 -0400 (0:00:00.045) 0:00:16.114 *******
ok: [managed-node1] => {
"changed": false,
"rc": 0,
"results": []
}
MSG:
Nothing to do
TASK [fedora.linux_system_roles.ha_cluster : Distribute fence-virt authkey] ****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:64
Tuesday 08 October 2024 08:12:49 -0400 (0:00:01.083) 0:00:17.198 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Create /etc/cluster directory] ****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:3
Tuesday 08 October 2024 08:12:49 -0400 (0:00:00.065) 0:00:17.263 *******
ok: [managed-node1] => {
"changed": false,
"gid": 0,
"group": "root",
"mode": "0755",
"owner": "root",
"path": "/etc/cluster",
"secontext": "unconfined_u:object_r:etc_t:s0",
"size": 27,
"state": "directory",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Get fence_xvm.key] ****************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:9
Tuesday 08 October 2024 08:12:49 -0400 (0:00:00.653) 0:00:17.916 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Check if key exists on the controller fence_xvm.key] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:16
Tuesday 08 October 2024 08:12:50 -0400 (0:00:00.082) 0:00:17.999 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "preshared_key_src is string and preshared_key_src | length > 1",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Slurp existing key from the controller fence_xvm.key] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:21
Tuesday 08 October 2024 08:12:50 -0400 (0:00:00.067) 0:00:18.067 *******
skipping: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Use the slurped key from the controller fence_xvm.key] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:29
Tuesday 08 October 2024 08:12:50 -0400 (0:00:00.076) 0:00:18.143 *******
skipping: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Generate key using OpenSSL fence_xvm.key] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:44
Tuesday 08 October 2024 08:12:50 -0400 (0:00:00.059) 0:00:18.203 *******
ok: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Fetch generated fence_xvm.key] ****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:50
Tuesday 08 October 2024 08:12:50 -0400 (0:00:00.378) 0:00:18.582 *******
ok: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Check if key exists on cluster nodes fence_xvm.key] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:60
Tuesday 08 October 2024 08:12:50 -0400 (0:00:00.056) 0:00:18.638 *******
ok: [managed-node1] => {
"changed": false,
"stat": {
"atime": 1728389510.7687254,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "d77bce7a82ed7b2fcae158338f2b033da4d5e12a",
"ctime": 1728389416.5424144,
"dev": 51714,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 297795807,
"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": 1728389416.293411,
"nlink": 1,
"path": "/etc/cluster/fence_xvm.key",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 512,
"uid": 0,
"version": "2329384574",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": true,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [fedora.linux_system_roles.ha_cluster : Slurp existing key from cluster nodes fence_xvm.key] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:65
Tuesday 08 October 2024 08:12:51 -0400 (0:00:00.402) 0:00:19.041 *******
ok: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Use the slurped key from cluster nodes fence_xvm.key] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:73
Tuesday 08 October 2024 08:12:51 -0400 (0:00:00.436) 0:00:19.477 *******
ok: [managed-node1] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
ok: [managed-node1 -> {{ item }}] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Send fence_xvm.key to nodes] ******
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:17
Tuesday 08 October 2024 08:12:51 -0400 (0:00:00.055) 0:00:19.532 *******
ok: [managed-node1] => {
"changed": false,
"checksum": "d77bce7a82ed7b2fcae158338f2b033da4d5e12a",
"dest": "/etc/cluster/fence_xvm.key",
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/etc/cluster/fence_xvm.key",
"secontext": "system_u:object_r:cluster_conf_t:s0",
"size": 512,
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Configure SBD] ********************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:69
Tuesday 08 October 2024 08:12:52 -0400 (0:00:00.596) 0:00:20.129 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Configure watchdog kernel module blocklist] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:10
Tuesday 08 October 2024 08:12:52 -0400 (0:00:00.090) 0:00:20.219 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Unload watchdog kernel modules from blocklist] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:22
Tuesday 08 October 2024 08:12:52 -0400 (0:00:00.032) 0:00:20.252 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure watchdog kernel modules] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:30
Tuesday 08 October 2024 08:12:52 -0400 (0:00:00.030) 0:00:20.283 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Load watchdog kernel modules] *****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:40
Tuesday 08 October 2024 08:12:52 -0400 (0:00:00.029) 0:00:20.313 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Probe SBD devices] ****************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:57
Tuesday 08 October 2024 08:12:52 -0400 (0:00:00.030) 0:00:20.343 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Initialize SBD devices] ***********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:70
Tuesday 08 October 2024 08:12:52 -0400 (0:00:00.033) 0:00:20.377 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute SBD config] ************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:88
Tuesday 08 October 2024 08:12:52 -0400 (0:00:00.024) 0:00:20.401 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_sbd_enabled",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Ensure /etc/systemd/system/sbd.service.d directory exists] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:109
Tuesday 08 October 2024 08:12:52 -0400 (0:00:00.044) 0:00:20.446 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_sbd_enabled",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Override start timeout for SBD] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:117
Tuesday 08 October 2024 08:12:52 -0400 (0:00:00.030) 0:00:20.476 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_sbd_enabled",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Reload systemd service files] *****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:131
Tuesday 08 October 2024 08:12:52 -0400 (0:00:00.030) 0:00:20.506 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_sbd_enabled",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect pacemaker] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:135
Tuesday 08 October 2024 08:12:52 -0400 (0:00:00.031) 0:00:20.537 *******
ok: [managed-node1] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"autofs.service": {
"name": "autofs.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"capsule@.service": {
"name": "capsule@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd-restricted.service": {
"name": "chronyd-restricted.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-hotplugd.service": {
"name": "cloud-init-hotplugd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"corosync-notifyd.service": {
"name": "corosync-notifyd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync-qnetd.service": {
"name": "corosync-qnetd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync.service": {
"name": "corosync.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.fedoraproject.FirewallD1.service": {
"name": "dbus-org.fedoraproject.FirewallD1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-system-upgrade-cleanup.service": {
"name": "dnf-system-upgrade-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dnf-system-upgrade.service": {
"name": "dnf-system-upgrade.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-onfailure.service": {
"name": "dracut-shutdown-onfailure.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ebtables.service": {
"name": "ebtables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fcoe.service": {
"name": "fcoe.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"fips-crypto-policy-overlay.service": {
"name": "fips-crypto-policy-overlay.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"firewalld.service": {
"name": "firewalld.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"fsidd.service": {
"name": "fsidd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"hv_kvp_daemon.service": {
"name": "hv_kvp_daemon.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"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"
},
"ip6tables.service": {
"name": "ip6tables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ipset.service": {
"name": "ipset.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iptables.service": {
"name": "iptables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"irqbalance.service": {
"name": "irqbalance.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"iscsi-shutdown.service": {
"name": "iscsi-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsi.service": {
"name": "iscsi.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsid.service": {
"name": "iscsid.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kdump.service": {
"name": "kdump.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"kvm_stat.service": {
"name": "kvm_stat.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm-devices-import.service": {
"name": "lvm-devices-import.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"lvm2-activation-early.service": {
"name": "lvm2-activation-early.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"microcode.service": {
"name": "microcode.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@dm_mod.service": {
"name": "modprobe@dm_mod.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@dm_multipath.service": {
"name": "modprobe@dm_multipath.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@efi_pstore.service": {
"name": "modprobe@efi_pstore.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@loop.service": {
"name": "modprobe@loop.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-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"
},
"nftables.service": {
"name": "nftables.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcscd.service": {
"name": "pcscd.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"pcsd-ruby.service": {
"name": "pcsd-ruby.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"pcsd.service": {
"name": "pcsd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"qemu-guest-agent.service": {
"name": "qemu-guest-agent.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"quotaon-root.service": {
"name": "quotaon-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"quotaon@.service": {
"name": "quotaon@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"rbdmap.service": {
"name": "rbdmap.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"restraintd.service": {
"name": "restraintd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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"
},
"rpc-svcgssd.service": {
"name": "rpc-svcgssd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpmdb-migrate.service": {
"name": "rpmdb-migrate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rsyslog.service": {
"name": "rsyslog.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"sbd_remote.service": {
"name": "sbd_remote.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "indirect"
},
"serial-getty@ttyS0.service": {
"name": "serial-getty@ttyS0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ssh-host-keys-migration.service": {
"name": "ssh-host-keys-migration.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-battery-check.service": {
"name": "systemd-battery-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-random-seed.service": {
"name": "systemd-boot-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-boot-update.service": {
"name": "systemd-boot-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-bootctl@.service": {
"name": "systemd-bootctl@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-creds@.service": {
"name": "systemd-creds@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-growfs-root.service": {
"name": "systemd-growfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-growfs@.service": {
"name": "systemd-growfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-clear.service": {
"name": "systemd-hibernate-clear.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hibernate-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald-sync@.service": {
"name": "systemd-journald-sync@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrfs-root.service": {
"name": "systemd-pcrfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pcrfs@.service": {
"name": "systemd-pcrfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock@.service": {
"name": "systemd-pcrlock@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrmachine.service": {
"name": "systemd-pcrmachine.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-initrd.service": {
"name": "systemd-pcrphase-initrd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-sysinit.service": {
"name": "systemd-pcrphase-sysinit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase.service": {
"name": "systemd-pcrphase.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-quotacheck-root.service": {
"name": "systemd-quotacheck-root.service",
"source": "systemd",
"state": "stopped",
"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": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-soft-reboot.service": {
"name": "systemd-soft-reboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-sysupdate-reboot.service": {
"name": "systemd-sysupdate-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysupdate.service": {
"name": "systemd-sysupdate.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev-early.service": {
"name": "systemd-tmpfiles-setup-dev-early.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-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-load-credentials.service": {
"name": "systemd-udev-load-credentials.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"ypbind.service": {
"name": "ypbind.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Set stonith-watchdog-timeout cluster property in CIB] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:142
Tuesday 08 October 2024 08:12:54 -0400 (0:00:01.858) 0:00:22.395 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"--",
"property",
"set",
"stonith-watchdog-timeout=0"
],
"delta": "0:00:00.655933",
"end": "2024-10-08 08:12:55.364537",
"rc": 0,
"start": "2024-10-08 08:12:54.708604"
}
TASK [fedora.linux_system_roles.ha_cluster : Correct cib.xml ownership] ********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:155
Tuesday 08 October 2024 08:12:55 -0400 (0:00:01.004) 0:00:23.400 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "not pacemaker_running",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Clean cib.xml.sig] ****************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:167
Tuesday 08 October 2024 08:12:55 -0400 (0:00:00.041) 0:00:23.442 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "not pacemaker_running",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure corosync] ***************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:72
Tuesday 08 October 2024 08:12:55 -0400 (0:00:00.051) 0:00:23.493 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Create a corosync.conf tempfile] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:3
Tuesday 08 October 2024 08:12:55 -0400 (0:00:00.132) 0:00:23.626 *******
changed: [managed-node1] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible._dd500xy_ha_cluster_corosync_conf",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Create a corosync.conf file content] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:16
Tuesday 08 October 2024 08:12:56 -0400 (0:00:00.419) 0:00:24.045 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cluster-setup-pcs-0.10.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cluster-setup-pcs-0.10.yml:3
Tuesday 08 October 2024 08:12:56 -0400 (0:00:00.046) 0:00:24.092 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"cluster",
"setup",
"--corosync_conf",
"/tmp/ansible._dd500xy_ha_cluster_corosync_conf",
"--overwrite",
"--no-cluster-uuid",
"--",
"test-cluster",
"localhost"
],
"delta": "0:00:00.593134",
"end": "2024-10-08 08:12:57.087771",
"rc": 0,
"start": "2024-10-08 08:12:56.494637"
}
STDERR:
No addresses specified for host 'localhost', using 'localhost'
TASK [fedora.linux_system_roles.ha_cluster : Add qdevice configuration to corosync.conf] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cluster-setup-pcs-0.10.yml:81
Tuesday 08 October 2024 08:12:57 -0400 (0:00:01.031) 0:00:25.123 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "__ha_cluster_qdevice_in_use",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Fetch created corosync.conf file] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:19
Tuesday 08 October 2024 08:12:57 -0400 (0:00:00.034) 0:00:25.157 *******
ok: [managed-node1] => {
"changed": false,
"content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==",
"encoding": "base64",
"source": "/tmp/ansible._dd500xy_ha_cluster_corosync_conf"
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute corosync.conf file] ****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:26
Tuesday 08 October 2024 08:12:57 -0400 (0:00:00.383) 0:00:25.541 *******
ok: [managed-node1] => {
"changed": false,
"checksum": "05d2ec2a2bfa233bb2b4ace4aae02b42cafc012b",
"dest": "/etc/corosync/corosync.conf",
"gid": 0,
"group": "root",
"mode": "0644",
"owner": "root",
"path": "/etc/corosync/corosync.conf",
"secontext": "system_u:object_r:etc_t:s0",
"size": 388,
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Remove a corosync.conf tempfile] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:36
Tuesday 08 October 2024 08:12:58 -0400 (0:00:00.622) 0:00:26.164 *******
changed: [managed-node1] => {
"changed": true,
"path": "/tmp/ansible._dd500xy_ha_cluster_corosync_conf",
"state": "absent"
}
TASK [fedora.linux_system_roles.ha_cluster : Cluster auth] *********************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:75
Tuesday 08 October 2024 08:12:58 -0400 (0:00:00.375) 0:00:26.540 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-auth.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Check pcs auth status] ************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-auth.yml:3
Tuesday 08 October 2024 08:12:58 -0400 (0:00:00.085) 0:00:26.626 *******
ok: [managed-node1] => {
"changed": false,
"cmd": [
"pcs",
"status",
"pcsd",
"--",
"localhost"
],
"delta": "0:00:00.607502",
"end": "2024-10-08 08:12:59.592416",
"failed_when_result": false,
"rc": 0,
"start": "2024-10-08 08:12:58.984914"
}
STDOUT:
localhost: Online
TASK [fedora.linux_system_roles.ha_cluster : Run pcs auth] *********************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-auth.yml:23
Tuesday 08 October 2024 08:12:59 -0400 (0:00:01.027) 0:00:27.653 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "not ansible_check_mode and __ha_cluster_pcs_auth_status.rc == 2",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute cluster shared keys] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:80
Tuesday 08 October 2024 08:12:59 -0400 (0:00:00.054) 0:00:27.707 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Get corosync authkey] *************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:3
Tuesday 08 October 2024 08:12:59 -0400 (0:00:00.069) 0:00:27.777 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Check if key exists on the controller corosync authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:16
Tuesday 08 October 2024 08:12:59 -0400 (0:00:00.068) 0:00:27.846 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "preshared_key_src is string and preshared_key_src | length > 1",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Slurp existing key from the controller corosync authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:21
Tuesday 08 October 2024 08:12:59 -0400 (0:00:00.052) 0:00:27.898 *******
skipping: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Use the slurped key from the controller corosync authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:29
Tuesday 08 October 2024 08:12:59 -0400 (0:00:00.036) 0:00:27.935 *******
skipping: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Generate key using OpenSSL corosync authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:44
Tuesday 08 October 2024 08:12:59 -0400 (0:00:00.037) 0:00:27.972 *******
ok: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Fetch generated corosync authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:50
Tuesday 08 October 2024 08:13:00 -0400 (0:00:00.342) 0:00:28.315 *******
ok: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Check if key exists on cluster nodes corosync authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:60
Tuesday 08 October 2024 08:13:00 -0400 (0:00:00.042) 0:00:28.357 *******
ok: [managed-node1] => {
"changed": false,
"stat": {
"atime": 1728389441.4237616,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "0ba1c7b7fdf21441fba3620eaa7cfc7cbd51c343",
"ctime": 1728389430.5846105,
"dev": 51714,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 0,
"gr_name": "root",
"inode": 423625538,
"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": 1728389430.3046067,
"nlink": 1,
"path": "/etc/corosync/authkey",
"pw_name": "root",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 256,
"uid": 0,
"version": "2642529780",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [fedora.linux_system_roles.ha_cluster : Slurp existing key from cluster nodes corosync authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:65
Tuesday 08 October 2024 08:13:00 -0400 (0:00:00.388) 0:00:28.745 *******
ok: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Use the slurped key from cluster nodes corosync authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:73
Tuesday 08 October 2024 08:13:01 -0400 (0:00:00.407) 0:00:29.152 *******
ok: [managed-node1] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
ok: [managed-node1 -> {{ item }}] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute corosync authkey] ******
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:11
Tuesday 08 October 2024 08:13:01 -0400 (0:00:00.089) 0:00:29.242 *******
ok: [managed-node1] => {
"changed": false,
"checksum": "0ba1c7b7fdf21441fba3620eaa7cfc7cbd51c343",
"dest": "/etc/corosync/authkey",
"gid": 0,
"group": "root",
"mode": "0400",
"owner": "root",
"path": "/etc/corosync/authkey",
"secontext": "system_u:object_r:etc_t:s0",
"size": 256,
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Get pacemaker authkey] ************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:20
Tuesday 08 October 2024 08:13:01 -0400 (0:00:00.629) 0:00:29.872 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Check if key exists on the controller pacemaker authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:16
Tuesday 08 October 2024 08:13:01 -0400 (0:00:00.082) 0:00:29.954 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "preshared_key_src is string and preshared_key_src | length > 1",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Slurp existing key from the controller pacemaker authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:21
Tuesday 08 October 2024 08:13:02 -0400 (0:00:00.083) 0:00:30.038 *******
skipping: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Use the slurped key from the controller pacemaker authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:29
Tuesday 08 October 2024 08:13:02 -0400 (0:00:00.075) 0:00:30.113 *******
skipping: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Generate key using OpenSSL pacemaker authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:44
Tuesday 08 October 2024 08:13:02 -0400 (0:00:00.047) 0:00:30.161 *******
ok: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Fetch generated pacemaker authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:50
Tuesday 08 October 2024 08:13:02 -0400 (0:00:00.356) 0:00:30.518 *******
ok: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Check if key exists on cluster nodes pacemaker authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:60
Tuesday 08 October 2024 08:13:02 -0400 (0:00:00.043) 0:00:30.561 *******
ok: [managed-node1] => {
"changed": false,
"stat": {
"atime": 1728389524.3979144,
"attr_flags": "",
"attributes": [],
"block_size": 4096,
"blocks": 8,
"charset": "binary",
"checksum": "d2470d2273383b6cec59421b7be90c3547243340",
"ctime": 1728389432.69064,
"dev": 51714,
"device_type": 0,
"executable": false,
"exists": true,
"gid": 189,
"gr_name": "haclient",
"inode": 452985055,
"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": 1728389432.4236362,
"nlink": 1,
"path": "/etc/pacemaker/authkey",
"pw_name": "hacluster",
"readable": true,
"rgrp": false,
"roth": false,
"rusr": true,
"size": 256,
"uid": 189,
"version": "1206617593",
"wgrp": false,
"woth": false,
"writeable": true,
"wusr": false,
"xgrp": false,
"xoth": false,
"xusr": false
}
}
TASK [fedora.linux_system_roles.ha_cluster : Slurp existing key from cluster nodes pacemaker authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:65
Tuesday 08 October 2024 08:13:02 -0400 (0:00:00.356) 0:00:30.918 *******
ok: [managed-node1] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Use the slurped key from cluster nodes pacemaker authkey] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:73
Tuesday 08 October 2024 08:13:03 -0400 (0:00:00.349) 0:00:31.268 *******
ok: [managed-node1] => (item=None) => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
ok: [managed-node1 -> {{ item }}] => {
"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Distribute pacemaker authkey] *****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:28
Tuesday 08 October 2024 08:13:03 -0400 (0:00:00.098) 0:00:31.366 *******
ok: [managed-node1] => {
"changed": false,
"checksum": "d2470d2273383b6cec59421b7be90c3547243340",
"dest": "/etc/pacemaker/authkey",
"gid": 189,
"group": "haclient",
"mode": "0400",
"owner": "hacluster",
"path": "/etc/pacemaker/authkey",
"secontext": "system_u:object_r:etc_t:s0",
"size": 256,
"state": "file",
"uid": 189
}
TASK [fedora.linux_system_roles.ha_cluster : Remove qdevice certificates [CLI]] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:37
Tuesday 08 October 2024 08:13:04 -0400 (0:00:00.631) 0:00:31.997 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "'corosync.quorum.device.client.model.net.certificates.rest-api.v2' not in __ha_cluster_pcsd_capabilities",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Remove qdevice certificates [API]] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:46
Tuesday 08 October 2024 08:13:04 -0400 (0:00:00.046) 0:00:32.044 *******
changed: [managed-node1] => {
"changed": true,
"pcs_result": {
"command": {
"command_name": "qdevice.client_net_destroy",
"options": {
"effective_groups": null,
"effective_username": null,
"request_timeout": null
},
"params": {}
},
"kill_reason": null,
"reports": [],
"result": null,
"task_finish_type": "TaskFinishType.SUCCESS",
"task_ident": "0b4b37f1-9553-4867-9b5a-d0c267458195"
}
}
TASK [fedora.linux_system_roles.ha_cluster : Obtain and distribute qdevice certificates [CLI]] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:54
Tuesday 08 October 2024 08:13:05 -0400 (0:00:01.138) 0:00:33.182 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "__ha_cluster_qdevice_in_use",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Obtain and distribute qdevice certificates [API]] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:71
Tuesday 08 October 2024 08:13:05 -0400 (0:00:00.082) 0:00:33.265 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "__ha_cluster_qdevice_in_use",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Enable or disable cluster services on boot] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:86
Tuesday 08 October 2024 08:13:05 -0400 (0:00:00.080) 0:00:33.346 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Enable or disable configured cluster services on boot] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml:3
Tuesday 08 October 2024 08:13:05 -0400 (0:00:00.067) 0:00:33.414 *******
ok: [managed-node1] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"enabled": true,
"item": "corosync",
"name": "corosync",
"status": {
"AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0",
"ActiveEnterTimestamp": "Tue 2024-10-08 08:10:41 EDT",
"ActiveEnterTimestampMonotonic": "419109880",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "systemd-journald.socket system.slice sysinit.target basic.target network-online.target",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Tue 2024-10-08 08:10:41 EDT",
"AssertTimestampMonotonic": "418646316",
"Before": "pacemaker.service multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "1019634000",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "yes",
"ConditionTimestamp": "Tue 2024-10-08 08:10:41 EDT",
"ConditionTimestampMonotonic": "418646282",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/corosync.service",
"ControlGroupId": "5401",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "Corosync Cluster Engine",
"DevicePolicy": "auto",
"Documentation": "man:corosync man:corosync.conf man:corosync_overview",
"DynamicUser": "no",
"EffectiveMemoryHigh": "3702878208",
"EffectiveMemoryMax": "3702878208",
"EffectiveTasksMax": "22362",
"EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainHandoffTimestamp": "Tue 2024-10-08 08:10:41 EDT",
"ExecMainHandoffTimestampMonotonic": "418656416",
"ExecMainPID": "15495",
"ExecMainStartTimestamp": "Tue 2024-10-08 08:10:41 EDT",
"ExecMainStartTimestampMonotonic": "418647644",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "corosync.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Tue 2024-10-08 08:10:41 EDT",
"InactiveExitTimestampMonotonic": "418648327",
"InvocationID": "1b2954a8dd2a4fb894287f71a2787a5e",
"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": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "13976",
"LimitNPROCSoft": "13976",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "13976",
"LimitSIGPENDINGSoft": "13976",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "15495",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2596532224",
"MemoryCurrent": "145207296",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "148877312",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "0",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "0",
"MemoryZSwapCurrent": "0",
"MemoryZSwapMax": "infinity",
"MemoryZSwapWriteback": "yes",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Tue 2024-10-08 08:10:41 EDT",
"StateChangeTimestampMonotonic": "419109880",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "running",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "9",
"TasksMax": "22362",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
skipping: [managed-node1] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "item != 'corosync-qdevice' or __ha_cluster_qdevice_in_use",
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
ok: [managed-node1] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"enabled": true,
"item": "pacemaker",
"name": "pacemaker",
"status": {
"AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0",
"ActiveEnterTimestamp": "Tue 2024-10-08 08:10:42 EDT",
"ActiveEnterTimestampMonotonic": "420027210",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "system.slice rsyslog.service basic.target resource-agents-deps.target network.target sysinit.target corosync.service dbus-broker.service syslog.service time-sync.target systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Tue 2024-10-08 08:10:42 EDT",
"AssertTimestampMonotonic": "420025292",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "624953000",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "yes",
"ConditionTimestamp": "Tue 2024-10-08 08:10:42 EDT",
"ConditionTimestampMonotonic": "420025290",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/pacemaker.service",
"ControlGroupId": "5447",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "Pacemaker High Availability Cluster Manager",
"DevicePolicy": "auto",
"Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/",
"DynamicUser": "no",
"EffectiveMemoryHigh": "3702878208",
"EffectiveMemoryMax": "3702878208",
"EffectiveTasksMax": "27953",
"EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainHandoffTimestamp": "Tue 2024-10-08 08:10:42 EDT",
"ExecMainHandoffTimestampMonotonic": "420039577",
"ExecMainPID": "15736",
"ExecMainStartTimestamp": "Tue 2024-10-08 08:10:42 EDT",
"ExecMainStartTimestampMonotonic": "420026794",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "pacemaker.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Tue 2024-10-08 08:10:42 EDT",
"InactiveExitTimestampMonotonic": "420027210",
"InvocationID": "2802f13eda1d42249b01154ab8b16f3d",
"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": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "13976",
"LimitNPROCSoft": "13976",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "13976",
"LimitSIGPENDINGSoft": "13976",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "15736",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2592247808",
"MemoryCurrent": "54366208",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "56483840",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "0",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "0",
"MemoryZSwapCurrent": "0",
"MemoryZSwapMax": "infinity",
"MemoryZSwapWriteback": "yes",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service system.slice sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "1s",
"RestartUSecNext": "1s",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "no",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "25s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Tue 2024-10-08 08:10:42 EDT",
"StateChangeTimestampMonotonic": "420027210",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "running",
"SuccessAction": "none",
"SuccessExitStatus": "100",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "7",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect SBD] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml:16
Tuesday 08 October 2024 08:13:06 -0400 (0:00:01.011) 0:00:34.426 *******
ok: [managed-node1] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"autofs.service": {
"name": "autofs.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"capsule@.service": {
"name": "capsule@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd-restricted.service": {
"name": "chronyd-restricted.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-hotplugd.service": {
"name": "cloud-init-hotplugd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"corosync-notifyd.service": {
"name": "corosync-notifyd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync-qnetd.service": {
"name": "corosync-qnetd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync.service": {
"name": "corosync.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.fedoraproject.FirewallD1.service": {
"name": "dbus-org.fedoraproject.FirewallD1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-system-upgrade-cleanup.service": {
"name": "dnf-system-upgrade-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dnf-system-upgrade.service": {
"name": "dnf-system-upgrade.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-onfailure.service": {
"name": "dracut-shutdown-onfailure.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ebtables.service": {
"name": "ebtables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fcoe.service": {
"name": "fcoe.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"fips-crypto-policy-overlay.service": {
"name": "fips-crypto-policy-overlay.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"firewalld.service": {
"name": "firewalld.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"fsidd.service": {
"name": "fsidd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"hv_kvp_daemon.service": {
"name": "hv_kvp_daemon.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"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"
},
"ip6tables.service": {
"name": "ip6tables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ipset.service": {
"name": "ipset.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iptables.service": {
"name": "iptables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"irqbalance.service": {
"name": "irqbalance.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"iscsi-shutdown.service": {
"name": "iscsi-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsi.service": {
"name": "iscsi.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsid.service": {
"name": "iscsid.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kdump.service": {
"name": "kdump.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"kvm_stat.service": {
"name": "kvm_stat.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm-devices-import.service": {
"name": "lvm-devices-import.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"lvm2-activation-early.service": {
"name": "lvm2-activation-early.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"microcode.service": {
"name": "microcode.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@dm_mod.service": {
"name": "modprobe@dm_mod.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@dm_multipath.service": {
"name": "modprobe@dm_multipath.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@efi_pstore.service": {
"name": "modprobe@efi_pstore.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@loop.service": {
"name": "modprobe@loop.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-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"
},
"nftables.service": {
"name": "nftables.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcscd.service": {
"name": "pcscd.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"pcsd-ruby.service": {
"name": "pcsd-ruby.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"pcsd.service": {
"name": "pcsd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"qemu-guest-agent.service": {
"name": "qemu-guest-agent.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"quotaon-root.service": {
"name": "quotaon-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"quotaon@.service": {
"name": "quotaon@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"rbdmap.service": {
"name": "rbdmap.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"restraintd.service": {
"name": "restraintd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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"
},
"rpc-svcgssd.service": {
"name": "rpc-svcgssd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpmdb-migrate.service": {
"name": "rpmdb-migrate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rsyslog.service": {
"name": "rsyslog.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"sbd_remote.service": {
"name": "sbd_remote.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "indirect"
},
"serial-getty@ttyS0.service": {
"name": "serial-getty@ttyS0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ssh-host-keys-migration.service": {
"name": "ssh-host-keys-migration.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-battery-check.service": {
"name": "systemd-battery-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-random-seed.service": {
"name": "systemd-boot-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-boot-update.service": {
"name": "systemd-boot-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-bootctl@.service": {
"name": "systemd-bootctl@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-creds@.service": {
"name": "systemd-creds@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-growfs-root.service": {
"name": "systemd-growfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-growfs@.service": {
"name": "systemd-growfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-clear.service": {
"name": "systemd-hibernate-clear.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hibernate-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald-sync@.service": {
"name": "systemd-journald-sync@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrfs-root.service": {
"name": "systemd-pcrfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pcrfs@.service": {
"name": "systemd-pcrfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock@.service": {
"name": "systemd-pcrlock@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrmachine.service": {
"name": "systemd-pcrmachine.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-initrd.service": {
"name": "systemd-pcrphase-initrd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-sysinit.service": {
"name": "systemd-pcrphase-sysinit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase.service": {
"name": "systemd-pcrphase.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-quotacheck-root.service": {
"name": "systemd-quotacheck-root.service",
"source": "systemd",
"state": "stopped",
"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": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-soft-reboot.service": {
"name": "systemd-soft-reboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-sysupdate-reboot.service": {
"name": "systemd-sysupdate-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysupdate.service": {
"name": "systemd-sysupdate.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev-early.service": {
"name": "systemd-tmpfiles-setup-dev-early.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-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-load-credentials.service": {
"name": "systemd-udev-load-credentials.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"ypbind.service": {
"name": "ypbind.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Enable or disable SBD] ************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml:19
Tuesday 08 October 2024 08:13:08 -0400 (0:00:01.840) 0:00:36.266 *******
ok: [managed-node1] => {
"changed": false,
"enabled": false,
"name": "sbd",
"status": {
"AccessSELinuxContext": "system_u:object_r:sbd_unit_file_t:s0",
"ActiveEnterTimestampMonotonic": "0",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "inactive",
"After": "iscsi.service systemd-journald.socket sysinit.target basic.target systemd-modules-load.service system.slice",
"AllowIsolate": "no",
"AssertResult": "no",
"AssertTimestampMonotonic": "0",
"Before": "pacemaker.service dlm.service shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "[not set]",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "no",
"CanStop": "no",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "no",
"ConditionTimestampMonotonic": "0",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroupId": "0",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "Shared-storage based fencing daemon",
"DevicePolicy": "auto",
"Documentation": "\"man:sbd(8)\"",
"DynamicUser": "no",
"EffectiveMemoryHigh": "3702878208",
"EffectiveMemoryMax": "3702878208",
"EffectiveTasksMax": "22362",
"EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainHandoffTimestampMonotonic": "0",
"ExecMainPID": "0",
"ExecMainStartTimestampMonotonic": "0",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /run/sbd.pid watch ; flags= ; 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 }",
"ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/sbd.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"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": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "13976",
"LimitNPROCSoft": "13976",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "13976",
"LimitSIGPENDINGSoft": "13976",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "0",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2589024256",
"MemoryCurrent": "[not set]",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "[not set]",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "[not set]",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "[not set]",
"MemoryZSwapCurrent": "[not set]",
"MemoryZSwapMax": "infinity",
"MemoryZSwapWriteback": "yes",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "sbd.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "none",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"PIDFile": "/run/sbd.pid",
"PartOf": "corosync.service",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "yes",
"RefuseManualStop": "yes",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "sysinit.target system.slice",
"Restart": "on-abort",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"StandardError": "inherit",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestampMonotonic": "0",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "dead",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "[not set]",
"TasksMax": "22362",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "forking",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "disabled",
"UtmpMode": "init",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "infinity"
}
}
TASK [fedora.linux_system_roles.ha_cluster : Start the cluster and reload corosync.conf] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:89
Tuesday 08 October 2024 08:13:08 -0400 (0:00:00.521) 0:00:36.788 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect corosync-qdevice] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:21
Tuesday 08 October 2024 08:13:08 -0400 (0:00:00.079) 0:00:36.868 *******
ok: [managed-node1] => {
"ansible_facts": {
"services": {
"NetworkManager-dispatcher.service": {
"name": "NetworkManager-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"NetworkManager-wait-online.service": {
"name": "NetworkManager-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"NetworkManager.service": {
"name": "NetworkManager.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"arp-ethers.service": {
"name": "arp-ethers.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"audit-rules.service": {
"name": "audit-rules.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"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"
},
"autofs.service": {
"name": "autofs.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"autovt@.service": {
"name": "autovt@.service",
"source": "systemd",
"state": "unknown",
"status": "alias"
},
"blk-availability.service": {
"name": "blk-availability.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"capsule@.service": {
"name": "capsule@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"chrony-wait.service": {
"name": "chrony-wait.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd-restricted.service": {
"name": "chronyd-restricted.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"chronyd.service": {
"name": "chronyd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"cloud-config.service": {
"name": "cloud-config.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-final.service": {
"name": "cloud-final.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init-hotplugd.service": {
"name": "cloud-init-hotplugd.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"cloud-init-local.service": {
"name": "cloud-init-local.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"cloud-init.service": {
"name": "cloud-init.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"console-getty.service": {
"name": "console-getty.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"container-getty@.service": {
"name": "container-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"corosync-notifyd.service": {
"name": "corosync-notifyd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync-qnetd.service": {
"name": "corosync-qnetd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"corosync.service": {
"name": "corosync.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"crm_mon.service": {
"name": "crm_mon.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"crond.service": {
"name": "crond.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-broker.service": {
"name": "dbus-broker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"dbus-org.fedoraproject.FirewallD1.service": {
"name": "dbus-org.fedoraproject.FirewallD1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.hostname1.service": {
"name": "dbus-org.freedesktop.hostname1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.locale1.service": {
"name": "dbus-org.freedesktop.locale1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.login1.service": {
"name": "dbus-org.freedesktop.login1.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"dbus-org.freedesktop.nm-dispatcher.service": {
"name": "dbus-org.freedesktop.nm-dispatcher.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus-org.freedesktop.timedate1.service": {
"name": "dbus-org.freedesktop.timedate1.service",
"source": "systemd",
"state": "inactive",
"status": "alias"
},
"dbus.service": {
"name": "dbus.service",
"source": "systemd",
"state": "active",
"status": "alias"
},
"debug-shell.service": {
"name": "debug-shell.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd.service": {
"name": "dhcpcd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"dhcpcd@.service": {
"name": "dhcpcd@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"display-manager.service": {
"name": "display-manager.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"dm-event.service": {
"name": "dm-event.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-makecache.service": {
"name": "dnf-makecache.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dnf-system-upgrade-cleanup.service": {
"name": "dnf-system-upgrade-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"dnf-system-upgrade.service": {
"name": "dnf-system-upgrade.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"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-onfailure.service": {
"name": "dracut-shutdown-onfailure.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"dracut-shutdown.service": {
"name": "dracut-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"ebtables.service": {
"name": "ebtables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"emergency.service": {
"name": "emergency.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"fcoe.service": {
"name": "fcoe.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"fips-crypto-policy-overlay.service": {
"name": "fips-crypto-policy-overlay.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"firewalld.service": {
"name": "firewalld.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"fsidd.service": {
"name": "fsidd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"fstrim.service": {
"name": "fstrim.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"getty@.service": {
"name": "getty@.service",
"source": "systemd",
"state": "unknown",
"status": "enabled"
},
"getty@tty1.service": {
"name": "getty@tty1.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"grub-boot-indeterminate.service": {
"name": "grub-boot-indeterminate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"grub2-systemd-integration.service": {
"name": "grub2-systemd-integration.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"gssproxy.service": {
"name": "gssproxy.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"hv_kvp_daemon.service": {
"name": "hv_kvp_daemon.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"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"
},
"ip6tables.service": {
"name": "ip6tables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ipset.service": {
"name": "ipset.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iptables.service": {
"name": "iptables.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"irqbalance.service": {
"name": "irqbalance.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"iscsi-shutdown.service": {
"name": "iscsi-shutdown.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsi.service": {
"name": "iscsi.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"iscsid.service": {
"name": "iscsid.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"kdump.service": {
"name": "kdump.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"kmod-static-nodes.service": {
"name": "kmod-static-nodes.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"kvm_stat.service": {
"name": "kvm_stat.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"ldconfig.service": {
"name": "ldconfig.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"logrotate.service": {
"name": "logrotate.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm-devices-import.service": {
"name": "lvm-devices-import.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"lvm2-activation-early.service": {
"name": "lvm2-activation-early.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"lvm2-lvmpolld.service": {
"name": "lvm2-lvmpolld.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"lvm2-monitor.service": {
"name": "lvm2-monitor.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"man-db-cache-update.service": {
"name": "man-db-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"man-db-restart-cache-update.service": {
"name": "man-db-restart-cache-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"microcode.service": {
"name": "microcode.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"modprobe@.service": {
"name": "modprobe@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"modprobe@configfs.service": {
"name": "modprobe@configfs.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@dm_mod.service": {
"name": "modprobe@dm_mod.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@dm_multipath.service": {
"name": "modprobe@dm_multipath.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@drm.service": {
"name": "modprobe@drm.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@efi_pstore.service": {
"name": "modprobe@efi_pstore.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@fuse.service": {
"name": "modprobe@fuse.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"modprobe@loop.service": {
"name": "modprobe@loop.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"multipathd.service": {
"name": "multipathd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"network.service": {
"name": "network.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"nfs-blkmap.service": {
"name": "nfs-blkmap.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nfs-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"
},
"nftables.service": {
"name": "nftables.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nis-domainname.service": {
"name": "nis-domainname.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"nm-priv-helper.service": {
"name": "nm-priv-helper.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"ntpd.service": {
"name": "ntpd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ntpdate.service": {
"name": "ntpdate.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"pacemaker.service": {
"name": "pacemaker.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"pam_namespace.service": {
"name": "pam_namespace.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"pcscd.service": {
"name": "pcscd.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"pcsd-ruby.service": {
"name": "pcsd-ruby.service",
"source": "systemd",
"state": "running",
"status": "disabled"
},
"pcsd.service": {
"name": "pcsd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"plymouth-quit-wait.service": {
"name": "plymouth-quit-wait.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"plymouth-start.service": {
"name": "plymouth-start.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"polkit.service": {
"name": "polkit.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"qemu-guest-agent.service": {
"name": "qemu-guest-agent.service",
"source": "systemd",
"state": "inactive",
"status": "enabled"
},
"quotaon-root.service": {
"name": "quotaon-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"quotaon@.service": {
"name": "quotaon@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"rbdmap.service": {
"name": "rbdmap.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rc-local.service": {
"name": "rc-local.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"rescue.service": {
"name": "rescue.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"restraintd.service": {
"name": "restraintd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"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"
},
"rpc-svcgssd.service": {
"name": "rpc-svcgssd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"rpcbind.service": {
"name": "rpcbind.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"rpmdb-migrate.service": {
"name": "rpmdb-migrate.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rpmdb-rebuild.service": {
"name": "rpmdb-rebuild.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"rsyslog.service": {
"name": "rsyslog.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sbd.service": {
"name": "sbd.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"sbd_remote.service": {
"name": "sbd_remote.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"selinux-autorelabel-mark.service": {
"name": "selinux-autorelabel-mark.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"selinux-autorelabel.service": {
"name": "selinux-autorelabel.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"selinux-check-proper-disable.service": {
"name": "selinux-check-proper-disable.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"serial-getty@.service": {
"name": "serial-getty@.service",
"source": "systemd",
"state": "unknown",
"status": "indirect"
},
"serial-getty@ttyS0.service": {
"name": "serial-getty@ttyS0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"sntp.service": {
"name": "sntp.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"ssh-host-keys-migration.service": {
"name": "ssh-host-keys-migration.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"sshd-keygen.service": {
"name": "sshd-keygen.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"sshd-keygen@.service": {
"name": "sshd-keygen@.service",
"source": "systemd",
"state": "unknown",
"status": "disabled"
},
"sshd-keygen@ecdsa.service": {
"name": "sshd-keygen@ecdsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@ed25519.service": {
"name": "sshd-keygen@ed25519.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd-keygen@rsa.service": {
"name": "sshd-keygen@rsa.service",
"source": "systemd",
"state": "stopped",
"status": "inactive"
},
"sshd.service": {
"name": "sshd.service",
"source": "systemd",
"state": "running",
"status": "enabled"
},
"sshd@.service": {
"name": "sshd@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"sssd-autofs.service": {
"name": "sssd-autofs.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-kcm.service": {
"name": "sssd-kcm.service",
"source": "systemd",
"state": "stopped",
"status": "indirect"
},
"sssd-nss.service": {
"name": "sssd-nss.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pac.service": {
"name": "sssd-pac.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-pam.service": {
"name": "sssd-pam.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-ssh.service": {
"name": "sssd-ssh.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd-sudo.service": {
"name": "sssd-sudo.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"sssd.service": {
"name": "sssd.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"syslog.service": {
"name": "syslog.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"system-update-cleanup.service": {
"name": "system-update-cleanup.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-ask-password-console.service": {
"name": "systemd-ask-password-console.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-ask-password-wall.service": {
"name": "systemd-ask-password-wall.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-backlight@.service": {
"name": "systemd-backlight@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-battery-check.service": {
"name": "systemd-battery-check.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-binfmt.service": {
"name": "systemd-binfmt.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-bless-boot.service": {
"name": "systemd-bless-boot.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-boot-check-no-failures.service": {
"name": "systemd-boot-check-no-failures.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-boot-random-seed.service": {
"name": "systemd-boot-random-seed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-boot-update.service": {
"name": "systemd-boot-update.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-bootctl@.service": {
"name": "systemd-bootctl@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-confext.service": {
"name": "systemd-confext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-coredump@.service": {
"name": "systemd-coredump@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-creds@.service": {
"name": "systemd-creds@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-exit.service": {
"name": "systemd-exit.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-firstboot.service": {
"name": "systemd-firstboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck-root.service": {
"name": "systemd-fsck-root.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-fsck@.service": {
"name": "systemd-fsck@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-growfs-root.service": {
"name": "systemd-growfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-growfs@.service": {
"name": "systemd-growfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-halt.service": {
"name": "systemd-halt.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hibernate-clear.service": {
"name": "systemd-hibernate-clear.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hibernate-resume.service": {
"name": "systemd-hibernate-resume.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hibernate.service": {
"name": "systemd-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-hostnamed.service": {
"name": "systemd-hostnamed.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hwdb-update.service": {
"name": "systemd-hwdb-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-hybrid-sleep.service": {
"name": "systemd-hybrid-sleep.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-initctl.service": {
"name": "systemd-initctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-catalog-update.service": {
"name": "systemd-journal-catalog-update.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journal-flush.service": {
"name": "systemd-journal-flush.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-journald-sync@.service": {
"name": "systemd-journald-sync@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-journald.service": {
"name": "systemd-journald.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-journald@.service": {
"name": "systemd-journald@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-kexec.service": {
"name": "systemd-kexec.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-localed.service": {
"name": "systemd-localed.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-logind.service": {
"name": "systemd-logind.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-machine-id-commit.service": {
"name": "systemd-machine-id-commit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-modules-load.service": {
"name": "systemd-modules-load.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-network-generator.service": {
"name": "systemd-network-generator.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-networkd-wait-online.service": {
"name": "systemd-networkd-wait-online.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-oomd.service": {
"name": "systemd-oomd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-pcrextend@.service": {
"name": "systemd-pcrextend@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrfs-root.service": {
"name": "systemd-pcrfs-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pcrfs@.service": {
"name": "systemd-pcrfs@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrlock-file-system.service": {
"name": "systemd-pcrlock-file-system.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-code.service": {
"name": "systemd-pcrlock-firmware-code.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-firmware-config.service": {
"name": "systemd-pcrlock-firmware-config.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-machine-id.service": {
"name": "systemd-pcrlock-machine-id.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-make-policy.service": {
"name": "systemd-pcrlock-make-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-authority.service": {
"name": "systemd-pcrlock-secureboot-authority.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock-secureboot-policy.service": {
"name": "systemd-pcrlock-secureboot-policy.service",
"source": "systemd",
"state": "inactive",
"status": "disabled"
},
"systemd-pcrlock@.service": {
"name": "systemd-pcrlock@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-pcrmachine.service": {
"name": "systemd-pcrmachine.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-initrd.service": {
"name": "systemd-pcrphase-initrd.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase-sysinit.service": {
"name": "systemd-pcrphase-sysinit.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-pcrphase.service": {
"name": "systemd-pcrphase.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-poweroff.service": {
"name": "systemd-poweroff.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-pstore.service": {
"name": "systemd-pstore.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-quotacheck-root.service": {
"name": "systemd-quotacheck-root.service",
"source": "systemd",
"state": "stopped",
"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": "inactive",
"status": "static"
},
"systemd-remount-fs.service": {
"name": "systemd-remount-fs.service",
"source": "systemd",
"state": "stopped",
"status": "enabled-runtime"
},
"systemd-repart.service": {
"name": "systemd-repart.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-rfkill.service": {
"name": "systemd-rfkill.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-soft-reboot.service": {
"name": "systemd-soft-reboot.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-suspend-then-hibernate.service": {
"name": "systemd-suspend-then-hibernate.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-suspend.service": {
"name": "systemd-suspend.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-sysctl.service": {
"name": "systemd-sysctl.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-sysext.service": {
"name": "systemd-sysext.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
},
"systemd-sysext@.service": {
"name": "systemd-sysext@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"systemd-sysupdate-reboot.service": {
"name": "systemd-sysupdate-reboot.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysupdate.service": {
"name": "systemd-sysupdate.service",
"source": "systemd",
"state": "inactive",
"status": "indirect"
},
"systemd-sysusers.service": {
"name": "systemd-sysusers.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-timedated.service": {
"name": "systemd-timedated.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"systemd-timesyncd.service": {
"name": "systemd-timesyncd.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
},
"systemd-tmpfiles-clean.service": {
"name": "systemd-tmpfiles-clean.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tmpfiles-setup-dev-early.service": {
"name": "systemd-tmpfiles-setup-dev-early.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-tpm2-setup-early.service": {
"name": "systemd-tpm2-setup-early.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-tpm2-setup.service": {
"name": "systemd-tpm2-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-load-credentials.service": {
"name": "systemd-udev-load-credentials.service",
"source": "systemd",
"state": "stopped",
"status": "disabled"
},
"systemd-udev-settle.service": {
"name": "systemd-udev-settle.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udev-trigger.service": {
"name": "systemd-udev-trigger.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-udevd.service": {
"name": "systemd-udevd.service",
"source": "systemd",
"state": "running",
"status": "static"
},
"systemd-update-done.service": {
"name": "systemd-update-done.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp-runlevel.service": {
"name": "systemd-update-utmp-runlevel.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-update-utmp.service": {
"name": "systemd-update-utmp.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-user-sessions.service": {
"name": "systemd-user-sessions.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-vconsole-setup.service": {
"name": "systemd-vconsole-setup.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"systemd-volatile-root.service": {
"name": "systemd-volatile-root.service",
"source": "systemd",
"state": "inactive",
"status": "static"
},
"unbound-anchor.service": {
"name": "unbound-anchor.service",
"source": "systemd",
"state": "stopped",
"status": "static"
},
"user-runtime-dir@.service": {
"name": "user-runtime-dir@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user-runtime-dir@0.service": {
"name": "user-runtime-dir@0.service",
"source": "systemd",
"state": "stopped",
"status": "active"
},
"user@.service": {
"name": "user@.service",
"source": "systemd",
"state": "unknown",
"status": "static"
},
"user@0.service": {
"name": "user@0.service",
"source": "systemd",
"state": "running",
"status": "active"
},
"ypbind.service": {
"name": "ypbind.service",
"source": "systemd",
"state": "stopped",
"status": "not-found"
}
}
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Stop cluster daemons to reload configuration] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:24
Tuesday 08 October 2024 08:13:10 -0400 (0:00:01.835) 0:00:38.703 *******
skipping: [managed-node1] => (item=pacemaker) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__ha_cluster_distribute_corosync_conf.changed or __ha_cluster_distribute_corosync_authkey.changed or __ha_cluster_distribute_pacemaker_authkey.changed or (__ha_cluster_sbd_service_enable_disable.changed | d(false)) or (__ha_cluster_distribute_sbd_config.changed | d(false)) or (__ha_cluster_qdevice_certs.changed | d(false))\n",
"item": "pacemaker",
"skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=corosync-qdevice) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__ha_cluster_distribute_corosync_conf.changed or __ha_cluster_distribute_corosync_authkey.changed or __ha_cluster_distribute_pacemaker_authkey.changed or (__ha_cluster_sbd_service_enable_disable.changed | d(false)) or (__ha_cluster_distribute_sbd_config.changed | d(false)) or (__ha_cluster_qdevice_certs.changed | d(false))\n",
"item": "corosync-qdevice",
"skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item=corosync) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "__ha_cluster_distribute_corosync_conf.changed or __ha_cluster_distribute_corosync_authkey.changed or __ha_cluster_distribute_pacemaker_authkey.changed or (__ha_cluster_sbd_service_enable_disable.changed | d(false)) or (__ha_cluster_distribute_sbd_config.changed | d(false)) or (__ha_cluster_qdevice_certs.changed | d(false))\n",
"item": "corosync",
"skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
"changed": false
}
MSG:
All items skipped
TASK [fedora.linux_system_roles.ha_cluster : Start corosync] *******************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:47
Tuesday 08 October 2024 08:13:10 -0400 (0:00:00.059) 0:00:38.763 *******
ok: [managed-node1] => {
"changed": false,
"name": "corosync",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0",
"ActiveEnterTimestamp": "Tue 2024-10-08 08:10:41 EDT",
"ActiveEnterTimestampMonotonic": "419109880",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "systemd-journald.socket system.slice sysinit.target basic.target network-online.target",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Tue 2024-10-08 08:10:41 EDT",
"AssertTimestampMonotonic": "418646316",
"Before": "pacemaker.service multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "1047612000",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "yes",
"ConditionTimestamp": "Tue 2024-10-08 08:10:41 EDT",
"ConditionTimestampMonotonic": "418646282",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/corosync.service",
"ControlGroupId": "5401",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "Corosync Cluster Engine",
"DevicePolicy": "auto",
"Documentation": "man:corosync man:corosync.conf man:corosync_overview",
"DynamicUser": "no",
"EffectiveMemoryHigh": "3702878208",
"EffectiveMemoryMax": "3702878208",
"EffectiveTasksMax": "22362",
"EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainHandoffTimestamp": "Tue 2024-10-08 08:10:41 EDT",
"ExecMainHandoffTimestampMonotonic": "418656416",
"ExecMainPID": "15495",
"ExecMainStartTimestamp": "Tue 2024-10-08 08:10:41 EDT",
"ExecMainStartTimestampMonotonic": "418647644",
"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 }",
"ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/corosync.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "corosync.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Tue 2024-10-08 08:10:41 EDT",
"InactiveExitTimestampMonotonic": "418648327",
"InvocationID": "1b2954a8dd2a4fb894287f71a2787a5e",
"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": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "13976",
"LimitNPROCSoft": "13976",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "13976",
"LimitSIGPENDINGSoft": "13976",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "15495",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2588372992",
"MemoryCurrent": "145207296",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "148877312",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "0",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "0",
"MemoryZSwapCurrent": "0",
"MemoryZSwapMax": "infinity",
"MemoryZSwapWriteback": "yes",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "corosync.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"RequiredBy": "pacemaker.service",
"Requires": "system.slice sysinit.target network-online.target",
"Restart": "no",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "100ms",
"RestartUSecNext": "100ms",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "yes",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "10s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Tue 2024-10-08 08:10:41 EDT",
"StateChangeTimestampMonotonic": "419109880",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "running",
"SuccessAction": "none",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "9",
"TasksMax": "22362",
"TimeoutAbortUSec": "1min 30s",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min 30s",
"TimeoutStopFailureMode": "terminate",
"TimeoutStopUSec": "1min 30s",
"TimerSlackNSec": "50000",
"Transient": "no",
"Type": "notify",
"UID": "[not set]",
"UMask": "0022",
"UnitFilePreset": "disabled",
"UnitFileState": "enabled",
"UtmpMode": "init",
"WantedBy": "multi-user.target",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.ha_cluster : Reload corosync configuration] ****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:56
Tuesday 08 October 2024 08:13:11 -0400 (0:00:00.483) 0:00:39.247 *******
ok: [managed-node1] => {
"changed": false,
"cmd": [
"corosync-cfgtool",
"-R"
],
"delta": "0:00:00.011373",
"end": "2024-10-08 08:13:11.564869",
"rc": 0,
"start": "2024-10-08 08:13:11.553496"
}
STDOUT:
Reloading corosync.conf...
Done
TASK [fedora.linux_system_roles.ha_cluster : Start corosync-qdevice] ***********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:63
Tuesday 08 October 2024 08:13:11 -0400 (0:00:00.357) 0:00:39.604 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "__ha_cluster_qdevice_in_use",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Start pacemaker] ******************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:69
Tuesday 08 October 2024 08:13:11 -0400 (0:00:00.038) 0:00:39.642 *******
ok: [managed-node1] => {
"changed": false,
"name": "pacemaker",
"state": "started",
"status": {
"AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0",
"ActiveEnterTimestamp": "Tue 2024-10-08 08:10:42 EDT",
"ActiveEnterTimestampMonotonic": "420027210",
"ActiveExitTimestampMonotonic": "0",
"ActiveState": "active",
"After": "system.slice rsyslog.service basic.target resource-agents-deps.target network.target sysinit.target corosync.service dbus-broker.service syslog.service time-sync.target systemd-journald.socket",
"AllowIsolate": "no",
"AssertResult": "yes",
"AssertTimestamp": "Tue 2024-10-08 08:10:42 EDT",
"AssertTimestampMonotonic": "420025292",
"Before": "multi-user.target shutdown.target",
"BlockIOAccounting": "no",
"BlockIOWeight": "[not set]",
"CPUAccounting": "yes",
"CPUAffinityFromNUMA": "no",
"CPUQuotaPerSecUSec": "infinity",
"CPUQuotaPeriodUSec": "infinity",
"CPUSchedulingPolicy": "0",
"CPUSchedulingPriority": "0",
"CPUSchedulingResetOnFork": "no",
"CPUShares": "[not set]",
"CPUUsageNSec": "636349000",
"CPUWeight": "[not set]",
"CacheDirectoryMode": "0755",
"CanFreeze": "yes",
"CanIsolate": "no",
"CanReload": "no",
"CanStart": "yes",
"CanStop": "yes",
"CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
"CleanResult": "success",
"CollectMode": "inactive",
"ConditionResult": "yes",
"ConditionTimestamp": "Tue 2024-10-08 08:10:42 EDT",
"ConditionTimestampMonotonic": "420025290",
"ConfigurationDirectoryMode": "0755",
"Conflicts": "shutdown.target",
"ControlGroup": "/system.slice/pacemaker.service",
"ControlGroupId": "5447",
"ControlPID": "0",
"CoredumpFilter": "0x33",
"CoredumpReceive": "no",
"DefaultDependencies": "yes",
"DefaultMemoryLow": "0",
"DefaultMemoryMin": "0",
"DefaultStartupMemoryLow": "0",
"Delegate": "no",
"Description": "Pacemaker High Availability Cluster Manager",
"DevicePolicy": "auto",
"Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/",
"DynamicUser": "no",
"EffectiveMemoryHigh": "3702878208",
"EffectiveMemoryMax": "3702878208",
"EffectiveTasksMax": "27953",
"EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)",
"ExecMainCode": "0",
"ExecMainExitTimestampMonotonic": "0",
"ExecMainHandoffTimestamp": "Tue 2024-10-08 08:10:42 EDT",
"ExecMainHandoffTimestampMonotonic": "420039577",
"ExecMainPID": "15736",
"ExecMainStartTimestamp": "Tue 2024-10-08 08:10:42 EDT",
"ExecMainStartTimestampMonotonic": "420026794",
"ExecMainStatus": "0",
"ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
"ExitType": "main",
"ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"FailureAction": "none",
"FileDescriptorStoreMax": "0",
"FileDescriptorStorePreserve": "restart",
"FinalKillSignal": "9",
"FragmentPath": "/usr/lib/systemd/system/pacemaker.service",
"FreezerState": "running",
"GID": "[not set]",
"GuessMainPID": "yes",
"IOAccounting": "no",
"IOReadBytes": "[not set]",
"IOReadOperations": "[not set]",
"IOSchedulingClass": "2",
"IOSchedulingPriority": "4",
"IOWeight": "[not set]",
"IOWriteBytes": "[not set]",
"IOWriteOperations": "[not set]",
"IPAccounting": "no",
"IPEgressBytes": "[no data]",
"IPEgressPackets": "[no data]",
"IPIngressBytes": "[no data]",
"IPIngressPackets": "[no data]",
"Id": "pacemaker.service",
"IgnoreOnIsolate": "no",
"IgnoreSIGPIPE": "yes",
"InactiveEnterTimestampMonotonic": "0",
"InactiveExitTimestamp": "Tue 2024-10-08 08:10:42 EDT",
"InactiveExitTimestampMonotonic": "420027210",
"InvocationID": "2802f13eda1d42249b01154ab8b16f3d",
"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": "8388608",
"LimitMEMLOCKSoft": "8388608",
"LimitMSGQUEUE": "819200",
"LimitMSGQUEUESoft": "819200",
"LimitNICE": "0",
"LimitNICESoft": "0",
"LimitNOFILE": "524288",
"LimitNOFILESoft": "1024",
"LimitNPROC": "13976",
"LimitNPROCSoft": "13976",
"LimitRSS": "infinity",
"LimitRSSSoft": "infinity",
"LimitRTPRIO": "0",
"LimitRTPRIOSoft": "0",
"LimitRTTIME": "infinity",
"LimitRTTIMESoft": "infinity",
"LimitSIGPENDING": "13976",
"LimitSIGPENDINGSoft": "13976",
"LimitSTACK": "infinity",
"LimitSTACKSoft": "8388608",
"LoadState": "loaded",
"LockPersonality": "no",
"LogLevelMax": "-1",
"LogRateLimitBurst": "0",
"LogRateLimitIntervalUSec": "0",
"LogsDirectoryMode": "0755",
"MainPID": "15736",
"ManagedOOMMemoryPressure": "auto",
"ManagedOOMMemoryPressureLimit": "0",
"ManagedOOMPreference": "none",
"ManagedOOMSwap": "auto",
"MemoryAccounting": "yes",
"MemoryAvailable": "2605035520",
"MemoryCurrent": "54366208",
"MemoryDenyWriteExecute": "no",
"MemoryHigh": "infinity",
"MemoryKSM": "no",
"MemoryLimit": "infinity",
"MemoryLow": "0",
"MemoryMax": "infinity",
"MemoryMin": "0",
"MemoryPeak": "56483840",
"MemoryPressureThresholdUSec": "200ms",
"MemoryPressureWatch": "auto",
"MemorySwapCurrent": "0",
"MemorySwapMax": "infinity",
"MemorySwapPeak": "0",
"MemoryZSwapCurrent": "0",
"MemoryZSwapMax": "infinity",
"MemoryZSwapWriteback": "yes",
"MountAPIVFS": "no",
"MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"NFileDescriptorStore": "0",
"NRestarts": "0",
"NUMAPolicy": "n/a",
"Names": "pacemaker.service",
"NeedDaemonReload": "no",
"Nice": "0",
"NoNewPrivileges": "no",
"NonBlocking": "no",
"NotifyAccess": "main",
"OOMPolicy": "stop",
"OOMScoreAdjust": "0",
"OnFailureJobMode": "replace",
"OnSuccessJobMode": "fail",
"Perpetual": "no",
"PrivateDevices": "no",
"PrivateIPC": "no",
"PrivateMounts": "no",
"PrivateNetwork": "no",
"PrivateTmp": "no",
"PrivateUsers": "no",
"ProcSubset": "all",
"ProtectClock": "no",
"ProtectControlGroups": "no",
"ProtectHome": "no",
"ProtectHostname": "no",
"ProtectKernelLogs": "no",
"ProtectKernelModules": "no",
"ProtectKernelTunables": "no",
"ProtectProc": "default",
"ProtectSystem": "no",
"RefuseManualStart": "no",
"RefuseManualStop": "no",
"ReloadResult": "success",
"ReloadSignal": "1",
"RemainAfterExit": "no",
"RemoveIPC": "no",
"Requires": "corosync.service system.slice sysinit.target",
"Restart": "on-failure",
"RestartKillSignal": "15",
"RestartMaxDelayUSec": "infinity",
"RestartMode": "normal",
"RestartSteps": "0",
"RestartUSec": "1s",
"RestartUSecNext": "1s",
"RestrictNamespaces": "no",
"RestrictRealtime": "no",
"RestrictSUIDSGID": "no",
"Result": "success",
"RootDirectoryStartOnly": "no",
"RootEphemeral": "no",
"RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
"RuntimeDirectoryMode": "0755",
"RuntimeDirectoryPreserve": "no",
"RuntimeMaxUSec": "infinity",
"RuntimeRandomizedExtraUSec": "0",
"SameProcessGroup": "no",
"SecureBits": "0",
"SendSIGHUP": "no",
"SendSIGKILL": "no",
"SetLoginEnvironment": "no",
"Slice": "system.slice",
"StandardError": "null",
"StandardInput": "null",
"StandardOutput": "journal",
"StartLimitAction": "none",
"StartLimitBurst": "5",
"StartLimitIntervalUSec": "25s",
"StartupBlockIOWeight": "[not set]",
"StartupCPUShares": "[not set]",
"StartupCPUWeight": "[not set]",
"StartupIOWeight": "[not set]",
"StartupMemoryHigh": "infinity",
"StartupMemoryLow": "0",
"StartupMemoryMax": "infinity",
"StartupMemorySwapMax": "infinity",
"StartupMemoryZSwapMax": "infinity",
"StateChangeTimestamp": "Tue 2024-10-08 08:10:42 EDT",
"StateChangeTimestampMonotonic": "420027210",
"StateDirectoryMode": "0755",
"StatusErrno": "0",
"StopWhenUnneeded": "no",
"SubState": "running",
"SuccessAction": "none",
"SuccessExitStatus": "100",
"SurviveFinalKillSignal": "no",
"SyslogFacility": "3",
"SyslogLevel": "6",
"SyslogLevelPrefix": "yes",
"SyslogPriority": "30",
"SystemCallErrorNumber": "2147483646",
"TTYReset": "no",
"TTYVHangup": "no",
"TTYVTDisallocate": "no",
"TasksAccounting": "yes",
"TasksCurrent": "7",
"TasksMax": "infinity",
"TimeoutAbortUSec": "30min",
"TimeoutCleanUSec": "infinity",
"TimeoutStartFailureMode": "terminate",
"TimeoutStartUSec": "1min",
"TimeoutStopFailureMode": "terminate",
"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-broker.service",
"WatchdogSignal": "6",
"WatchdogTimestampMonotonic": "0",
"WatchdogUSec": "0"
}
}
TASK [fedora.linux_system_roles.ha_cluster : Wait for the cluster to fully start and form membership] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:75
Tuesday 08 October 2024 08:13:12 -0400 (0:00:00.490) 0:00:40.133 *******
ok: [managed-node1] => {
"changed": false,
"cmd": [
"pcs",
"cluster",
"start",
"--all",
"--wait"
],
"delta": "0:00:04.885479",
"end": "2024-10-08 08:13:17.317885",
"rc": 0,
"start": "2024-10-08 08:13:12.432406"
}
STDERR:
localhost: Starting Cluster...
Waiting for node(s) to start...
localhost: Started
TASK [fedora.linux_system_roles.ha_cluster : List pacemaker nodes] *************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:89
Tuesday 08 October 2024 08:13:17 -0400 (0:00:05.219) 0:00:45.352 *******
ok: [managed-node1] => {
"changed": false,
"cmd": "set -euo pipefail; crm_mon -X | xmllint --xpath '/crm_mon/nodes/node/@name' - | sed -E 's/\\s*name=\"([^\"]+)\"\\s*/\\1\\n/g'\n",
"delta": "0:00:00.017240",
"end": "2024-10-08 08:13:17.681585",
"rc": 0,
"start": "2024-10-08 08:13:17.664345"
}
STDOUT:
localhost
TASK [fedora.linux_system_roles.ha_cluster : Purge removed nodes from pacemaker's cache] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:111
Tuesday 08 October 2024 08:13:17 -0400 (0:00:00.370) 0:00:45.723 *******
skipping: [managed-node1] => (item=localhost) => {
"ansible_loop_var": "item",
"changed": false,
"false_condition": "item not in __ha_cluster_all_node_names",
"item": "localhost",
"skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
"changed": false
}
MSG:
All items skipped
TASK [fedora.linux_system_roles.ha_cluster : Create and push CIB] **************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:92
Tuesday 08 October 2024 08:13:17 -0400 (0:00:00.053) 0:00:45.777 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Create a tempfile for original CIB] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:10
Tuesday 08 October 2024 08:13:17 -0400 (0:00:00.142) 0:00:45.920 *******
changed: [managed-node1] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.4rxty3pl_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Create a tempfile for new CIB] ****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:18
Tuesday 08 October 2024 08:13:18 -0400 (0:00:00.347) 0:00:46.268 *******
changed: [managed-node1] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Fetch CIB configuration] **********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:26
Tuesday 08 October 2024 08:13:18 -0400 (0:00:00.342) 0:00:46.611 *******
ok: [managed-node1] => {
"changed": false,
"cmd": [
"cibadmin",
"--query"
],
"delta": "0:00:00.009877",
"end": "2024-10-08 08:13:18.943962",
"rc": 0,
"start": "2024-10-08 08:13:18.934085"
}
STDOUT:
TASK [fedora.linux_system_roles.ha_cluster : Write CIB configuration] **********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:33
Tuesday 08 October 2024 08:13:19 -0400 (0:00:00.379) 0:00:46.990 *******
changed: [managed-node1] => (item=/tmp/ansible.x3crpp7b_ha_cluster_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "11127bcf1ae56c65a91ff21449854fb930b236c3",
"dest": "/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"md5sum": "825bdd96708b0d4f41421617310e70c7",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 2325,
"src": "/root/.ansible/tmp/ansible-tmp-1728389599.07953-16092-68028670699487/.source.x3crpp7b_ha_cluster_cib_xml",
"state": "file",
"uid": 0
}
changed: [managed-node1] => (item=/tmp/ansible.4rxty3pl_ha_cluster_original_cib_xml) => {
"ansible_loop_var": "item",
"changed": true,
"checksum": "11127bcf1ae56c65a91ff21449854fb930b236c3",
"dest": "/tmp/ansible.4rxty3pl_ha_cluster_original_cib_xml",
"gid": 0,
"group": "root",
"item": "/tmp/ansible.4rxty3pl_ha_cluster_original_cib_xml",
"md5sum": "825bdd96708b0d4f41421617310e70c7",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 2325,
"src": "/root/.ansible/tmp/ansible-tmp-1728389599.7827103-16092-17092845461074/.source.4rxty3pl_ha_cluster_original_cib_xml",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Purge new CIB configuration] ******
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:51
Tuesday 08 October 2024 08:13:20 -0400 (0:00:01.377) 0:00:48.368 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"cibadmin",
"--force",
"--delete-all",
"--xpath",
"/cib/configuration/*[not(\n self::crm_config or\n self::nodes or\n self::resources or\n self::constraints\n)] | /cib/configuration/*[self::resources or self::constraints]/* | /cib/configuration/nodes/*/* | /cib/configuration/crm_config//nvpair[not(\n @name=\"cluster-infrastructure\" or\n @name=\"cluster-name\" or\n @name=\"dc-version\" or\n @name=\"have-watchdog\" or\n @name=\"last-lrm-refresh\" or\n @name=\"stonith-watchdog-timeout\"\n)]"
],
"delta": "0:00:00.019956",
"end": "2024-10-08 08:13:20.724662",
"rc": 0,
"start": "2024-10-08 08:13:20.704706"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster properties] *****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:85
Tuesday 08 October 2024 08:13:20 -0400 (0:00:00.395) 0:00:48.763 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cluster-properties.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster properties set] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cluster-properties.yml:3
Tuesday 08 October 2024 08:13:20 -0400 (0:00:00.049) 0:00:48.813 *******
changed: [managed-node1] => (item={'name': 'maintenance-mode', 'value': 'true'}) => {
"ansible_loop_var": "item",
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"property",
"set",
"maintenance-mode=true"
],
"delta": "0:00:00.699788",
"end": "2024-10-08 08:13:21.833750",
"item": {
"name": "maintenance-mode",
"value": "true"
},
"rc": 0,
"start": "2024-10-08 08:13:21.133962"
}
changed: [managed-node1] => (item={'name': 'stonith-enabled', 'value': 'false'}) => {
"ansible_loop_var": "item",
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"property",
"set",
"stonith-enabled=false"
],
"delta": "0:00:00.712160",
"end": "2024-10-08 08:13:22.927470",
"item": {
"name": "stonith-enabled",
"value": "false"
},
"rc": 0,
"start": "2024-10-08 08:13:22.215310"
}
changed: [managed-node1] => (item={'name': 'stop-all-resources', 'value': 'true'}) => {
"ansible_loop_var": "item",
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"property",
"set",
"stop-all-resources=true"
],
"delta": "0:00:00.702976",
"end": "2024-10-08 08:13:23.948977",
"item": {
"name": "stop-all-resources",
"value": "true"
},
"rc": 0,
"start": "2024-10-08 08:13:23.246001"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure node attributes] ********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:95
Tuesday 08 October 2024 08:13:24 -0400 (0:00:03.173) 0:00:51.986 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure node utilization] *******
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:102
Tuesday 08 October 2024 08:13:24 -0400 (0:00:00.033) 0:00:52.019 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource defaults] ******
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:115
Tuesday 08 October 2024 08:13:24 -0400 (0:00:00.031) 0:00:52.051 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource operation defaults] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:127
Tuesday 08 October 2024 08:13:24 -0400 (0:00:00.039) 0:00:52.090 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Extract primitive to bundle mapping] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:137
Tuesday 08 October 2024 08:13:24 -0400 (0:00:00.062) 0:00:52.152 *******
ok: [managed-node1] => {
"ansible_facts": {
"__ha_cluster_primitive_bundle_map": {
"test-bundle": "bundle-minimal-with-resource"
}
},
"changed": false
}
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster bundle resources] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:141
Tuesday 08 October 2024 08:13:24 -0400 (0:00:00.096) 0:00:52.248 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-bundle.yml for managed-node1 => (item={'id': 'bundle-minimal', 'container': {'type': 'docker', 'options': [{'name': 'image', 'value': 'my:image1'}]}})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-bundle.yml for managed-node1 => (item={'id': 'bundle-minimal-with-resource', 'resource_id': 'test-bundle', 'container': {'type': 'docker', 'options': [{'name': 'image', 'value': 'my:image1'}]}, 'network_options': [{'name': 'control-port', 'value': 3121}]})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-bundle.yml for managed-node1 => (item={'id': 'bundle-all-options', 'container': {'type': 'docker', 'options': [{'name': 'image', 'value': 'my:image1'}, {'name': 'replicas', 'value': 2}]}, 'network_options': [{'name': 'control-port', 'value': 3121}, {'name': 'host-netmask', 'value': 32}], 'port_map': [[{'name': 'port', 'value': 23456}], [{'name': 'port', 'value': 34567}, {'name': 'internal-port', 'value': 45678}]], 'storage_map': [[{'name': 'source-dir', 'value': '/tmp/source1'}, {'name': 'target-dir', 'value': '/tmp/target1'}], [{'name': 'source-dir', 'value': '/tmp/source2'}, {'name': 'target-dir', 'value': '/tmp/target2'}]], 'meta_attrs': [{'attrs': [{'name': 'target-role', 'value': 'Stopped'}, {'name': 'an-attr', 'value': 'a value'}]}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure resource bundle bundle-minimal] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-bundle.yml:3
Tuesday 08 October 2024 08:13:24 -0400 (0:00:00.119) 0:00:52.368 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"bundle",
"create",
"bundle-minimal",
"container",
"docker",
"image=my:image1"
],
"delta": "0:00:00.658221",
"end": "2024-10-08 08:13:25.348523",
"rc": 0,
"start": "2024-10-08 08:13:24.690302"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource bundle bundle-minimal-with-resource] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-bundle.yml:3
Tuesday 08 October 2024 08:13:25 -0400 (0:00:01.017) 0:00:53.385 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"bundle",
"create",
"bundle-minimal-with-resource",
"container",
"docker",
"image=my:image1",
"network",
"control-port=3121"
],
"delta": "0:00:00.658836",
"end": "2024-10-08 08:13:26.353791",
"rc": 0,
"start": "2024-10-08 08:13:25.694955"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource bundle bundle-all-options] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-bundle.yml:3
Tuesday 08 October 2024 08:13:26 -0400 (0:00:01.030) 0:00:54.415 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"bundle",
"create",
"bundle-all-options",
"container",
"docker",
"image=my:image1",
"replicas=2",
"network",
"control-port=3121",
"host-netmask=32",
"port-map",
"port=23456",
"port-map",
"port=34567",
"internal-port=45678",
"storage-map",
"source-dir=/tmp/source1",
"target-dir=/tmp/target1",
"storage-map",
"source-dir=/tmp/source2",
"target-dir=/tmp/target2",
"meta",
"target-role=Stopped",
"an-attr=a value"
],
"delta": "0:00:00.662891",
"end": "2024-10-08 08:13:27.424528",
"rc": 0,
"start": "2024-10-08 08:13:26.761637"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resources] ******
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:147
Tuesday 08 October 2024 08:13:27 -0400 (0:00:01.050) 0:00:55.465 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'fence-no-attrs', 'agent': 'stonith:fence_kdump'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'fence-empty-attrs1', 'agent': 'stonith:fence_kdump', 'instance_attrs': None, 'meta_attrs': None, 'operations': None})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'fence-empty-attrs2', 'agent': 'stonith:fence_kdump', 'instance_attrs': [{'attrs': None}], 'meta_attrs': [{'attrs': None}], 'copy_operations_from_agent': False})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'fence-with-attrs', 'agent': 'stonith:fence_kdump', 'instance_attrs': [{'attrs': [{'name': 'pcmk_host_list', 'value': 'node1 node2'}, {'name': 'timeout', 'value': 30}]}], 'meta_attrs': [{'attrs': [{'name': 'target-role', 'value': 'Stopped'}, {'name': 'an-attr', 'value': 'a value'}]}], 'operations': [{'action': 'monitor', 'attrs': [{'name': 'timeout', 'value': 13}, {'name': 'interval', 'value': 26}]}, {'action': 'monitor', 'attrs': [{'name': 'timeout', 'value': '14s'}, {'name': 'interval', 'value': '28s'}]}]})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-no-attrs', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-empty-attrs1', 'agent': 'ocf:pacemaker:Dummy', 'instance_attrs': None, 'meta_attrs': None, 'operations': None})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-empty-attrs2', 'agent': 'ocf:pacemaker:Dummy', 'instance_attrs': [{'attrs': None}], 'meta_attrs': [{'attrs': None}]})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-with-attrs1', 'agent': 'ocf:pacemaker:Dummy', 'instance_attrs': [{'attrs': [{'name': 'fake', 'value': 'fake value'}]}], 'meta_attrs': [{'attrs': [{'name': 'target-role', 'value': 'Stopped'}]}], 'operations': [{'action': 'monitor', 'attrs': [{'name': 'timeout', 'value': '1min'}]}]})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-with-attrs2', 'agent': 'ocf:pacemaker:Dummy', 'instance_attrs': [{'attrs': [{'name': 'fake', 'value': 'fake value'}, {'name': 'passwd', 'value': 'passwd value1'}]}], 'meta_attrs': [{'attrs': [{'name': 'target-role', 'value': 'Stopped'}, {'name': 'an-attr', 'value': 'a value'}]}], 'operations': [{'action': 'monitor', 'attrs': [{'name': 'timeout', 'value': 13}, {'name': 'interval', 'value': 26}]}, {'action': 'monitor', 'attrs': [{'name': 'timeout', 'value': 14}, {'name': 'interval', 'value': 28}]}]})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-no-default-ops', 'agent': 'ocf:pacemaker:Dummy', 'copy_operations_from_agent': False})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-1a', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-1b', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-2a', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-3a', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-4a', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-clone-no-options', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'stateful-clone-promotable', 'agent': 'ocf:pacemaker:Stateful'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-clone-id', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-clone-empty-attrs1', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-clone-empty-attrs2', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-clone-with-attrs1', 'agent': 'ocf:pacemaker:Dummy'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'stateful-clone-with-attrs2', 'agent': 'ocf:pacemaker:Stateful'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for managed-node1 => (item={'id': 'test-bundle', 'agent': 'ocf:pacemaker:Dummy'})
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive fence-no-attrs] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:27 -0400 (0:00:00.215) 0:00:55.681 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"stonith",
"create",
"fence-no-attrs",
"fence_kdump"
],
"delta": "0:00:00.675964",
"end": "2024-10-08 08:13:28.685825",
"rc": 0,
"start": "2024-10-08 08:13:28.009861"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive fence-no-attrs] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:28 -0400 (0:00:01.044) 0:00:56.725 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive fence-empty-attrs1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:28 -0400 (0:00:00.051) 0:00:56.776 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"stonith",
"create",
"fence-empty-attrs1",
"fence_kdump"
],
"delta": "0:00:00.682694",
"end": "2024-10-08 08:13:29.819737",
"rc": 0,
"start": "2024-10-08 08:13:29.137043"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive fence-empty-attrs1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:29 -0400 (0:00:01.080) 0:00:57.857 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive fence-empty-attrs2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:29 -0400 (0:00:00.038) 0:00:57.896 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"stonith",
"create",
"fence-empty-attrs2",
"fence_kdump"
],
"delta": "0:00:00.672500",
"end": "2024-10-08 08:13:30.960033",
"rc": 0,
"start": "2024-10-08 08:13:30.287533"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive fence-empty-attrs2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:31 -0400 (0:00:01.101) 0:00:58.998 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive fence-with-attrs] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:31 -0400 (0:00:00.045) 0:00:59.043 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"stonith",
"create",
"fence-with-attrs",
"fence_kdump",
"pcmk_host_list=node1 node2",
"timeout=30",
"meta",
"target-role=Stopped",
"an-attr=a value",
"op",
"monitor",
"timeout=13",
"interval=26",
"op",
"monitor",
"timeout=14s",
"interval=28s"
],
"delta": "0:00:00.682461",
"end": "2024-10-08 08:13:32.045103",
"rc": 0,
"start": "2024-10-08 08:13:31.362642"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive fence-with-attrs] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:32 -0400 (0:00:01.077) 0:01:00.121 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-no-attrs] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:32 -0400 (0:00:00.064) 0:01:00.186 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-no-attrs",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.028528",
"end": "2024-10-08 08:13:33.570092",
"rc": 0,
"start": "2024-10-08 08:13:32.541564"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-no-attrs] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:33 -0400 (0:00:01.422) 0:01:01.608 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-empty-attrs1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:33 -0400 (0:00:00.049) 0:01:01.658 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-empty-attrs1",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.147861",
"end": "2024-10-08 08:13:35.207363",
"rc": 0,
"start": "2024-10-08 08:13:34.059502"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-empty-attrs1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:35 -0400 (0:00:01.620) 0:01:03.279 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-empty-attrs2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:35 -0400 (0:00:00.041) 0:01:03.320 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-empty-attrs2",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.031502",
"end": "2024-10-08 08:13:36.665881",
"rc": 0,
"start": "2024-10-08 08:13:35.634379"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-empty-attrs2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:36 -0400 (0:00:01.381) 0:01:04.702 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-with-attrs1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:36 -0400 (0:00:00.037) 0:01:04.740 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-with-attrs1",
"ocf:pacemaker:Dummy",
"fake=fake value",
"meta",
"target-role=Stopped",
"op",
"monitor",
"timeout=1min"
],
"delta": "0:00:01.025819",
"end": "2024-10-08 08:13:38.093914",
"rc": 0,
"start": "2024-10-08 08:13:37.068095"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-with-attrs1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:38 -0400 (0:00:01.395) 0:01:06.135 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-with-attrs2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:38 -0400 (0:00:00.040) 0:01:06.176 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-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:01.037277",
"end": "2024-10-08 08:13:39.536593",
"rc": 0,
"start": "2024-10-08 08:13:38.499316"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-with-attrs2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:39 -0400 (0:00:01.443) 0:01:07.620 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-no-default-ops] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:39 -0400 (0:00:00.116) 0:01:07.737 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--no-default-ops",
"--",
"resource",
"create",
"test-no-default-ops",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.038540",
"end": "2024-10-08 08:13:41.152135",
"rc": 0,
"start": "2024-10-08 08:13:40.113595"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-no-default-ops] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:41 -0400 (0:00:01.456) 0:01:09.194 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-1a] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:41 -0400 (0:00:00.063) 0:01:09.258 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-1a",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.042111",
"end": "2024-10-08 08:13:42.750363",
"rc": 0,
"start": "2024-10-08 08:13:41.708252"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-1a] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:42 -0400 (0:00:01.532) 0:01:10.790 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-1b] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:42 -0400 (0:00:00.051) 0:01:10.842 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-1b",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.036073",
"end": "2024-10-08 08:13:44.250689",
"rc": 0,
"start": "2024-10-08 08:13:43.214616"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-1b] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:44 -0400 (0:00:01.448) 0:01:12.291 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-2a] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:44 -0400 (0:00:00.037) 0:01:12.328 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-2a",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.041907",
"end": "2024-10-08 08:13:45.685218",
"rc": 0,
"start": "2024-10-08 08:13:44.643311"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-2a] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:45 -0400 (0:00:01.406) 0:01:13.735 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-3a] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:45 -0400 (0:00:00.045) 0:01:13.781 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-3a",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.038151",
"end": "2024-10-08 08:13:47.141882",
"rc": 0,
"start": "2024-10-08 08:13:46.103731"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-3a] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:47 -0400 (0:00:01.405) 0:01:15.186 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-4a] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:47 -0400 (0:00:00.065) 0:01:15.251 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-4a",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.033700",
"end": "2024-10-08 08:13:48.630803",
"rc": 0,
"start": "2024-10-08 08:13:47.597103"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-4a] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:48 -0400 (0:00:01.417) 0:01:16.669 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-clone-no-options] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:48 -0400 (0:00:00.036) 0:01:16.706 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-clone-no-options",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.039009",
"end": "2024-10-08 08:13:50.058834",
"rc": 0,
"start": "2024-10-08 08:13:49.019825"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-clone-no-options] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:50 -0400 (0:00:01.391) 0:01:18.097 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive stateful-clone-promotable] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:50 -0400 (0:00:00.038) 0:01:18.135 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"stateful-clone-promotable",
"ocf:pacemaker:Stateful"
],
"delta": "0:00:01.046540",
"end": "2024-10-08 08:13:51.512332",
"rc": 0,
"start": "2024-10-08 08:13:50.465792"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive stateful-clone-promotable] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:51 -0400 (0:00:01.414) 0:01:19.549 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-clone-id] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:51 -0400 (0:00:00.039) 0:01:19.589 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-clone-id",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.033664",
"end": "2024-10-08 08:13:52.947183",
"rc": 0,
"start": "2024-10-08 08:13:51.913519"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-clone-id] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:53 -0400 (0:00:01.411) 0:01:21.001 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-clone-empty-attrs1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:53 -0400 (0:00:00.044) 0:01:21.045 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-clone-empty-attrs1",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.036237",
"end": "2024-10-08 08:13:54.400575",
"rc": 0,
"start": "2024-10-08 08:13:53.364338"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-clone-empty-attrs1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:54 -0400 (0:00:01.394) 0:01:22.439 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-clone-empty-attrs2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:54 -0400 (0:00:00.037) 0:01:22.477 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-clone-empty-attrs2",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.041931",
"end": "2024-10-08 08:13:55.842755",
"rc": 0,
"start": "2024-10-08 08:13:54.800824"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-clone-empty-attrs2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:55 -0400 (0:00:01.416) 0:01:23.894 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-clone-with-attrs1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:55 -0400 (0:00:00.049) 0:01:23.944 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-clone-with-attrs1",
"ocf:pacemaker:Dummy"
],
"delta": "0:00:01.040789",
"end": "2024-10-08 08:13:57.305172",
"rc": 0,
"start": "2024-10-08 08:13:56.264383"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-clone-with-attrs1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:57 -0400 (0:00:01.400) 0:01:25.344 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive stateful-clone-with-attrs2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:57 -0400 (0:00:00.037) 0:01:25.381 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"stateful-clone-with-attrs2",
"ocf:pacemaker:Stateful"
],
"delta": "0:00:01.050147",
"end": "2024-10-08 08:13:58.746098",
"rc": 0,
"start": "2024-10-08 08:13:57.695951"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive stateful-clone-with-attrs2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:13:58 -0400 (0:00:01.413) 0:01:26.795 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-bundle] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
Tuesday 08 October 2024 08:13:58 -0400 (0:00:00.046) 0:01:26.841 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"create",
"test-bundle",
"ocf:pacemaker:Dummy",
"bundle",
"bundle-minimal-with-resource"
],
"delta": "0:00:01.063431",
"end": "2024-10-08 08:14:00.232981",
"rc": 0,
"start": "2024-10-08 08:13:59.169550"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure utilization for resource primitive test-bundle] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:61
Tuesday 08 October 2024 08:14:00 -0400 (0:00:01.449) 0:01:28.291 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource.utilization | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resource groups] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:154
Tuesday 08 October 2024 08:14:00 -0400 (0:00:00.059) 0:01:28.351 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml for managed-node1 => (item={'id': 'group1', 'resource_ids': ['test-1a', 'test-1b']})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml for managed-node1 => (item={'id': 'group2', 'resource_ids': ['test-2a'], 'meta_attrs': None})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml for managed-node1 => (item={'id': 'group3', 'resource_ids': ['test-3a'], 'meta_attrs': [{'attrs': None}]})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml for managed-node1 => (item={'id': 'group4', 'resource_ids': ['test-4a'], 'meta_attrs': [{'attrs': [{'name': 'target-role', 'value': 'Stopped'}, {'name': 'an-attr', 'value': 'a value'}]}]})
TASK [fedora.linux_system_roles.ha_cluster : Configure resource group group1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:3
Tuesday 08 October 2024 08:14:00 -0400 (0:00:00.125) 0:01:28.476 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"group",
"add",
"group1",
"test-1a",
"test-1b"
],
"delta": "0:00:00.667696",
"end": "2024-10-08 08:14:01.467078",
"rc": 0,
"start": "2024-10-08 08:14:00.799382"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure meta attributes of resource group group1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:18
Tuesday 08 October 2024 08:14:01 -0400 (0:00:01.040) 0:01:29.516 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource_group.meta_attrs[0].attrs | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource group group2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:3
Tuesday 08 October 2024 08:14:01 -0400 (0:00:00.086) 0:01:29.603 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"group",
"add",
"group2",
"test-2a"
],
"delta": "0:00:00.659660",
"end": "2024-10-08 08:14:02.600170",
"rc": 0,
"start": "2024-10-08 08:14:01.940510"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure meta attributes of resource group group2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:18
Tuesday 08 October 2024 08:14:02 -0400 (0:00:01.041) 0:01:30.645 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource_group.meta_attrs[0].attrs | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource group group3] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:3
Tuesday 08 October 2024 08:14:02 -0400 (0:00:00.061) 0:01:30.706 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"group",
"add",
"group3",
"test-3a"
],
"delta": "0:00:00.659000",
"end": "2024-10-08 08:14:03.699574",
"rc": 0,
"start": "2024-10-08 08:14:03.040574"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure meta attributes of resource group group3] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:18
Tuesday 08 October 2024 08:14:03 -0400 (0:00:01.044) 0:01:31.751 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource_group.meta_attrs[0].attrs | d([])",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource group group4] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:3
Tuesday 08 October 2024 08:14:03 -0400 (0:00:00.050) 0:01:31.802 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"group",
"add",
"group4",
"test-4a"
],
"delta": "0:00:00.680623",
"end": "2024-10-08 08:14:04.800661",
"rc": 0,
"start": "2024-10-08 08:14:04.120038"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure meta attributes of resource group group4] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:18
Tuesday 08 October 2024 08:14:04 -0400 (0:00:01.040) 0:01:32.843 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"meta",
"group4",
"target-role=Stopped",
"an-attr=a value"
],
"delta": "0:00:00.783747",
"end": "2024-10-08 08:14:05.960774",
"rc": 0,
"start": "2024-10-08 08:14:05.177027"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resource clones] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:160
Tuesday 08 October 2024 08:14:06 -0400 (0:00:01.154) 0:01:33.997 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for managed-node1 => (item={'resource_id': 'test-clone-no-options'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for managed-node1 => (item={'resource_id': 'stateful-clone-promotable', 'promotable': True})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for managed-node1 => (item={'resource_id': 'test-clone-id', 'id': 'custom-clone-id1'})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for managed-node1 => (item={'resource_id': 'test-clone-empty-attrs1', 'meta_attrs': None})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for managed-node1 => (item={'resource_id': 'test-clone-empty-attrs2', 'meta_attrs': [{'attrs': None}]})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for managed-node1 => (item={'resource_id': 'test-clone-with-attrs1', 'meta_attrs': [{'attrs': [{'name': 'target-role', 'value': 'Stopped'}]}]})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for managed-node1 => (item={'resource_id': 'stateful-clone-with-attrs2', 'promotable': True, 'id': 'custom-clone-id2', 'meta_attrs': [{'attrs': [{'name': 'target-role', 'value': 'Stopped'}, {'name': 'an-attr', 'value': 'a value'}]}]})
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for managed-node1 => (item={'resource_id': 'group3'})
TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone test-clone-no-options] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3
Tuesday 08 October 2024 08:14:06 -0400 (0:00:00.142) 0:01:34.140 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource_clone.id is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone test-clone-no-options] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13
Tuesday 08 October 2024 08:14:06 -0400 (0:00:00.047) 0:01:34.188 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"clone",
"test-clone-no-options"
],
"delta": "0:00:00.695071",
"end": "2024-10-08 08:14:07.195706",
"rc": 0,
"start": "2024-10-08 08:14:06.500635"
}
TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone stateful-clone-promotable] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3
Tuesday 08 October 2024 08:14:07 -0400 (0:00:01.055) 0:01:35.243 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource_clone.id is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone stateful-clone-promotable] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13
Tuesday 08 October 2024 08:14:07 -0400 (0:00:00.052) 0:01:35.296 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"promotable",
"stateful-clone-promotable"
],
"delta": "0:00:00.699907",
"end": "2024-10-08 08:14:08.318616",
"rc": 0,
"start": "2024-10-08 08:14:07.618709"
}
TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone test-clone-id] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3
Tuesday 08 October 2024 08:14:08 -0400 (0:00:01.075) 0:01:36.371 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "not ( ( resource_clone.promotable | d(false) and 'pcmk.resource.promotable.custom-id' in __ha_cluster_pcs_capabilities ) or ( not resource_clone.promotable | d(false) and 'pcmk.resource.clone.custom-id' in __ha_cluster_pcs_capabilities ) )",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone test-clone-id] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13
Tuesday 08 October 2024 08:14:08 -0400 (0:00:00.069) 0:01:36.441 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"clone",
"test-clone-id",
"custom-clone-id1"
],
"delta": "0:00:00.688478",
"end": "2024-10-08 08:14:09.489144",
"rc": 0,
"start": "2024-10-08 08:14:08.800666"
}
TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone test-clone-empty-attrs1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3
Tuesday 08 October 2024 08:14:09 -0400 (0:00:01.085) 0:01:37.527 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource_clone.id is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone test-clone-empty-attrs1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13
Tuesday 08 October 2024 08:14:09 -0400 (0:00:00.038) 0:01:37.565 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"clone",
"test-clone-empty-attrs1"
],
"delta": "0:00:00.715249",
"end": "2024-10-08 08:14:10.587595",
"rc": 0,
"start": "2024-10-08 08:14:09.872346"
}
TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone test-clone-empty-attrs2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3
Tuesday 08 October 2024 08:14:10 -0400 (0:00:01.059) 0:01:38.625 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource_clone.id is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone test-clone-empty-attrs2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13
Tuesday 08 October 2024 08:14:10 -0400 (0:00:00.044) 0:01:38.669 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"clone",
"test-clone-empty-attrs2"
],
"delta": "0:00:00.711607",
"end": "2024-10-08 08:14:11.691374",
"rc": 0,
"start": "2024-10-08 08:14:10.979767"
}
TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone test-clone-with-attrs1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3
Tuesday 08 October 2024 08:14:11 -0400 (0:00:01.063) 0:01:39.732 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource_clone.id is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone test-clone-with-attrs1] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13
Tuesday 08 October 2024 08:14:11 -0400 (0:00:00.050) 0:01:39.783 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"clone",
"test-clone-with-attrs1",
"target-role=Stopped"
],
"delta": "0:00:00.691211",
"end": "2024-10-08 08:14:12.804618",
"rc": 0,
"start": "2024-10-08 08:14:12.113407"
}
STDERR:
Deprecation Warning: configuring meta attributes without specifying the 'meta' keyword is deprecated and will be removed in a future release
TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone stateful-clone-with-attrs2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3
Tuesday 08 October 2024 08:14:12 -0400 (0:00:01.076) 0:01:40.859 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "not ( ( resource_clone.promotable | d(false) and 'pcmk.resource.promotable.custom-id' in __ha_cluster_pcs_capabilities ) or ( not resource_clone.promotable | d(false) and 'pcmk.resource.clone.custom-id' in __ha_cluster_pcs_capabilities ) )",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone stateful-clone-with-attrs2] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13
Tuesday 08 October 2024 08:14:12 -0400 (0:00:00.070) 0:01:40.930 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"promotable",
"stateful-clone-with-attrs2",
"custom-clone-id2",
"target-role=Stopped",
"an-attr=a value"
],
"delta": "0:00:00.687294",
"end": "2024-10-08 08:14:13.984654",
"rc": 0,
"start": "2024-10-08 08:14:13.297360"
}
STDERR:
Deprecation Warning: configuring meta attributes without specifying the 'meta' keyword is deprecated and will be removed in a future release
TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone group3] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3
Tuesday 08 October 2024 08:14:14 -0400 (0:00:01.103) 0:01:42.033 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "resource_clone.id is defined",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone group3] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13
Tuesday 08 October 2024 08:14:14 -0400 (0:00:00.091) 0:01:42.124 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"-f",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"--",
"resource",
"clone",
"group3"
],
"delta": "0:00:00.709873",
"end": "2024-10-08 08:14:15.201660",
"rc": 0,
"start": "2024-10-08 08:14:14.491787"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure stonith levels] *********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:167
Tuesday 08 October 2024 08:14:15 -0400 (0:00:01.199) 0:01:43.323 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource location constraints] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:175
Tuesday 08 October 2024 08:14:15 -0400 (0:00:00.028) 0:01:43.352 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource colocation constraints] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:182
Tuesday 08 October 2024 08:14:15 -0400 (0:00:00.029) 0:01:43.382 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource set colocation constraints] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:190
Tuesday 08 October 2024 08:14:15 -0400 (0:00:00.023) 0:01:43.406 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource order constraints] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:200
Tuesday 08 October 2024 08:14:15 -0400 (0:00:00.030) 0:01:43.436 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource set order constraints] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:208
Tuesday 08 October 2024 08:14:15 -0400 (0:00:00.028) 0:01:43.464 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource ticket constraints] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:218
Tuesday 08 October 2024 08:14:15 -0400 (0:00:00.032) 0:01:43.497 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure resource set ticket constraints] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:226
Tuesday 08 October 2024 08:14:15 -0400 (0:00:00.037) 0:01:43.534 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure acls] *******************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:236
Tuesday 08 October 2024 08:14:15 -0400 (0:00:00.032) 0:01:43.567 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-acls.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Configure ACL roles] **************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-acls.yml:3
Tuesday 08 October 2024 08:14:15 -0400 (0:00:00.162) 0:01:43.730 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure ACL users] **************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-acls.yml:28
Tuesday 08 October 2024 08:14:15 -0400 (0:00:00.057) 0:01:43.787 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure ACL groups] *************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-acls.yml:44
Tuesday 08 October 2024 08:14:15 -0400 (0:00:00.052) 0:01:43.840 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure alerts] *****************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:241
Tuesday 08 October 2024 08:14:15 -0400 (0:00:00.051) 0:01:43.891 *******
skipping: [managed-node1] => {
"changed": false,
"skipped_reason": "No items in the list"
}
TASK [fedora.linux_system_roles.ha_cluster : Create a tempfile for CIB diff] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:249
Tuesday 08 October 2024 08:14:15 -0400 (0:00:00.051) 0:01:43.943 *******
changed: [managed-node1] => {
"changed": true,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.5uh8vm54_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Compare new and original CIB] *****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:257
Tuesday 08 October 2024 08:14:16 -0400 (0:00:00.381) 0:01:44.324 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"crm_diff",
"--no-version",
"--original",
"/tmp/ansible.4rxty3pl_ha_cluster_original_cib_xml",
"--new",
"/tmp/ansible.x3crpp7b_ha_cluster_cib_xml"
],
"delta": "0:00:00.007433",
"end": "2024-10-08 08:14:16.660008",
"failed_when_result": false,
"rc": 1,
"start": "2024-10-08 08:14:16.652575"
}
STDOUT:
MSG:
non-zero return code
TASK [fedora.linux_system_roles.ha_cluster : Write CIB diff to its tempfile] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:270
Tuesday 08 October 2024 08:14:16 -0400 (0:00:00.387) 0:01:44.712 *******
changed: [managed-node1] => {
"changed": true,
"checksum": "aa874aaf92c1cb850ccf64a34f352b6351e16feb",
"dest": "/tmp/ansible.5uh8vm54_ha_cluster_cib_diff",
"gid": 0,
"group": "root",
"md5sum": "72a12e16ddb93e33e57af18f40a5728b",
"mode": "0600",
"owner": "root",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 24347,
"src": "/root/.ansible/tmp/ansible-tmp-1728389656.8010886-18439-83909863250756/.source.5uh8vm54_ha_cluster_cib_diff",
"state": "file",
"uid": 0
}
TASK [fedora.linux_system_roles.ha_cluster : Push CIB diff to the cluster if it has any changes] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:281
Tuesday 08 October 2024 08:14:17 -0400 (0:00:00.670) 0:01:45.382 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"cibadmin",
"--verbose",
"--patch",
"--xml-file",
"/tmp/ansible.5uh8vm54_ha_cluster_cib_diff"
],
"delta": "0:00:00.019280",
"end": "2024-10-08 08:14:17.700117",
"rc": 0,
"start": "2024-10-08 08:14:17.680837"
}
TASK [fedora.linux_system_roles.ha_cluster : Remove CIB tempfiles] *************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:290
Tuesday 08 October 2024 08:14:17 -0400 (0:00:00.389) 0:01:45.772 *******
changed: [managed-node1] => (item={'changed': True, 'path': '/tmp/ansible.x3crpp7b_ha_cluster_cib_xml', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.x3crpp7b_ha_cluster_cib_xml",
"state": "absent"
}
changed: [managed-node1] => (item={'changed': True, 'path': '/tmp/ansible.4rxty3pl_ha_cluster_original_cib_xml', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.4rxty3pl_ha_cluster_original_cib_xml",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.4rxty3pl_ha_cluster_original_cib_xml",
"state": "absent"
}
changed: [managed-node1] => (item={'changed': True, 'path': '/tmp/ansible.5uh8vm54_ha_cluster_cib_diff', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => {
"ansible_loop_var": "item",
"changed": true,
"item": {
"changed": true,
"failed": false,
"gid": 0,
"group": "root",
"mode": "0600",
"owner": "root",
"path": "/tmp/ansible.5uh8vm54_ha_cluster_cib_diff",
"secontext": "unconfined_u:object_r:user_tmp_t:s0",
"size": 0,
"state": "file",
"uid": 0
},
"path": "/tmp/ansible.5uh8vm54_ha_cluster_cib_diff",
"state": "absent"
}
TASK [fedora.linux_system_roles.ha_cluster : Remove cluster configuration] *****
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:101
Tuesday 08 October 2024 08:14:18 -0400 (0:00:01.170) 0:01:46.943 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "not ha_cluster_cluster_present",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Remove fence-virt authkey] ********
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:104
Tuesday 08 October 2024 08:14:18 -0400 (0:00:00.030) 0:01:46.974 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "not ha_cluster_cluster_present",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Configure qnetd] ******************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:109
Tuesday 08 October 2024 08:14:19 -0400 (0:00:00.027) 0:01:47.002 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml for managed-node1
TASK [fedora.linux_system_roles.ha_cluster : Remove qnetd configuration] *******
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:3
Tuesday 08 October 2024 08:14:19 -0400 (0:00:00.070) 0:01:47.072 *******
changed: [managed-node1] => {
"changed": true,
"cmd": [
"pcs",
"--force",
"--",
"qdevice",
"destroy",
"net"
],
"delta": "0:00:01.195392",
"end": "2024-10-08 08:14:20.665157",
"rc": 0,
"start": "2024-10-08 08:14:19.469765"
}
STDERR:
Stopping quorum device...
quorum device stopped
quorum device disabled
Quorum device 'net' configuration files removed
TASK [fedora.linux_system_roles.ha_cluster : Setup qnetd] **********************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:16
Tuesday 08 October 2024 08:14:20 -0400 (0:00:01.645) 0:01:48.718 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_qnetd.present | d(false)",
"skip_reason": "Conditional result was False"
}
TASK [fedora.linux_system_roles.ha_cluster : Enable or disable qnetd service on boot] ***
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:26
Tuesday 08 October 2024 08:14:20 -0400 (0:00:00.085) 0:01:48.803 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_qnetd.present | d(false)",
"skip_reason": "Conditional result was False"
}
TASK [Fetch cluster versions of cluster components] ****************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:298
Tuesday 08 October 2024 08:14:20 -0400 (0:00:00.087) 0:01:48.891 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/fetch_versions.yml for managed-node1
TASK [Fetch pcs capabilities] **************************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/fetch_versions.yml:3
Tuesday 08 October 2024 08:14:20 -0400 (0:00:00.077) 0:01:48.968 *******
ok: [managed-node1] => {
"changed": false,
"cmd": [
"pcs",
"--version",
"--full"
],
"delta": "0:00:00.599854",
"end": "2024-10-08 08:14:21.920600",
"rc": 0,
"start": "2024-10-08 08:14:21.320746"
}
STDOUT:
0.12.0a1
booth booth.enable-authfile.unset cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local cluster.config.uuid cluster.create cluster.create.enable cluster.create.local cluster.create.no-keys-sync cluster.create.separated-name-and-address cluster.create.start cluster.create.start.wait cluster.create.transport.knet cluster.create.transport.udp-udpu cluster.create.transport.udp-udpu.no-rrp cluster.destroy cluster.destroy.all cluster.report cluster.verify corosync.authkey.update corosync.config.get corosync.config.get.struct corosync.config.reload corosync.config.sync-to-local-cluster corosync.config.update corosync.link.add corosync.link.remove corosync.link.remove.list corosync.link.update corosync.qdevice corosync.qdevice.model.net corosync.quorum corosync.quorum.device corosync.quorum.device.client.model.net.certificates.local corosync.quorum.device.heuristics corosync.quorum.device.model.net corosync.quorum.device.model.net.options_tls_and_kaptb corosync.quorum.set-expected-votes-runtime corosync.quorum.status corosync.quorum.unblock corosync.totem.block_unlisted_ips corosync.uidgid node.add node.add.enable node.add.separated-name-and-address node.add.start node.add.start.wait node.attributes node.attributes.set-list-for-node node.confirm-off node.fence node.guest node.kill node.maintenance node.maintenance.all node.maintenance.list node.maintenance.wait node.remote node.remote.onfail-demote node.remove node.remove-from-caches node.remove.list node.standby node.standby.all node.standby.list node.standby.wait node.start-stop-enable-disable node.start-stop-enable-disable.all node.start-stop-enable-disable.list node.start-stop-enable-disable.start-wait node.utilization node.utilization.set-list-for-node pcmk.acl.enable-disable pcmk.acl.group pcmk.acl.role pcmk.acl.role.create-with-permissions pcmk.acl.role.delete-with-users-groups pcmk.acl.user pcmk.alert pcmk.cib.checkpoints pcmk.cib.checkpoints.diff pcmk.cib.edit pcmk.cib.get pcmk.cib.get.scope pcmk.cib.roles.promoted-unpromoted pcmk.cib.set pcmk.constraint.colocation.set pcmk.constraint.colocation.set.options pcmk.constraint.colocation.simple pcmk.constraint.colocation.simple.options pcmk.constraint.colocation.simple.options.score pcmk.constraint.config.output-formats pcmk.constraint.hide-expired pcmk.constraint.location.simple pcmk.constraint.location.simple.options pcmk.constraint.location.simple.options.score pcmk.constraint.location.simple.resource-regexp pcmk.constraint.location.simple.rule pcmk.constraint.location.simple.rule.node-attr-type-number pcmk.constraint.location.simple.rule.options pcmk.constraint.location.simple.rule.rule-add-remove pcmk.constraint.location.simple.rule.rule-as-one-argument 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.cluster.config.output-formats pcmk.properties.cluster.defaults pcmk.properties.cluster.describe pcmk.properties.cluster.describe.output-formats pcmk.properties.cluster.set_properties.iso8601duration pcmk.properties.operation-defaults pcmk.properties.operation-defaults.config.output-formats pcmk.properties.operation-defaults.multiple pcmk.properties.operation-defaults.rule pcmk.properties.operation-defaults.rule-rsc-op pcmk.properties.operation-defaults.rule.hide-expired pcmk.properties.operation-defaults.rule.node-attr-type-number pcmk.properties.resource-defaults pcmk.properties.resource-defaults.config.output-formats pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule pcmk.properties.resource-defaults.rule-rsc-op pcmk.properties.resource-defaults.rule.hide-expired pcmk.properties.resource-defaults.rule.node-attr-type-number pcmk.resource.ban-move-clear pcmk.resource.ban-move-clear.bundles pcmk.resource.ban-move-clear.clear-expired pcmk.resource.ban-move-clear.clone pcmk.resource.bundle pcmk.resource.bundle.container-docker pcmk.resource.bundle.container-docker.promoted-max pcmk.resource.bundle.container-podman pcmk.resource.bundle.container-podman.promoted-max pcmk.resource.bundle.container-rkt pcmk.resource.bundle.container-rkt.promoted-max pcmk.resource.bundle.reset pcmk.resource.bundle.wait pcmk.resource.cleanup pcmk.resource.cleanup.one-resource pcmk.resource.cleanup.strict pcmk.resource.clone pcmk.resource.clone.custom-id pcmk.resource.clone.meta-in-create pcmk.resource.clone.wait pcmk.resource.config.output-formats pcmk.resource.create pcmk.resource.create.clone.custom-id pcmk.resource.create.group.future pcmk.resource.create.in-existing-bundle pcmk.resource.create.meta pcmk.resource.create.meta.future pcmk.resource.create.no-master pcmk.resource.create.operations pcmk.resource.create.operations.onfail-demote pcmk.resource.create.promotable pcmk.resource.create.promotable.custom-id pcmk.resource.create.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe pcmk.resource.disable.safe.brief pcmk.resource.disable.safe.tag pcmk.resource.disable.simulate pcmk.resource.disable.simulate.brief pcmk.resource.disable.simulate.tag pcmk.resource.enable-disable pcmk.resource.enable-disable.list pcmk.resource.enable-disable.tag pcmk.resource.enable-disable.wait pcmk.resource.failcount pcmk.resource.group pcmk.resource.group.add-remove-list pcmk.resource.group.wait pcmk.resource.manage-unmanage pcmk.resource.manage-unmanage.list pcmk.resource.manage-unmanage.tag pcmk.resource.manage-unmanage.with-monitor pcmk.resource.move.autoclean pcmk.resource.move.autoclean.default pcmk.resource.promotable pcmk.resource.promotable.custom-id pcmk.resource.promotable.meta-in-create pcmk.resource.promotable.wait pcmk.resource.refresh pcmk.resource.refresh.one-resource pcmk.resource.refresh.strict pcmk.resource.relations pcmk.resource.relocate pcmk.resource.restart pcmk.resource.update pcmk.resource.update-meta pcmk.resource.update-meta.list pcmk.resource.update-meta.wait pcmk.resource.update-operations pcmk.resource.update-operations.onfail-demote pcmk.resource.update.meta pcmk.resource.update.operations pcmk.resource.update.operations.onfail-demote pcmk.resource.update.wait pcmk.resource.utilization pcmk.resource.utilization-set-list-for-resource pcmk.stonith.cleanup pcmk.stonith.cleanup.one-resource pcmk.stonith.cleanup.strict pcmk.stonith.create pcmk.stonith.create.meta pcmk.stonith.create.operations pcmk.stonith.create.operations.onfail-demote pcmk.stonith.create.wait pcmk.stonith.delete pcmk.stonith.enable-disable pcmk.stonith.enable-disable.list pcmk.stonith.enable-disable.wait pcmk.stonith.history.cleanup pcmk.stonith.history.show pcmk.stonith.history.update pcmk.stonith.levels pcmk.stonith.levels.add-remove-devices-list pcmk.stonith.levels.clear pcmk.stonith.levels.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.levels.verify pcmk.stonith.refresh pcmk.stonith.refresh.one-resource pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.stonith.update.scsi-devices pcmk.stonith.update.scsi-devices.add-remove pcmk.stonith.update.scsi-devices.mpath pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.client.token pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address pcs.auth.server.token pcs.cfg-in-file.cib pcs.daemon-ssl-cert.set pcs.daemon-ssl-cert.sync-to-local-cluster pcs.disaster-recovery.essentials pcs.reports.severity.deprecation pcs.request-timeout pcs.yes-to-confirm-commands resource-agents.describe resource-agents.list resource-agents.list.detailed resource-agents.ocf.version-1-0 resource-agents.ocf.version-1-1 resource-agents.self-validation sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.query.resource status.pcmk.resources.hide-inactive status.pcmk.resources.id status.pcmk.resources.node status.pcmk.resources.orphaned status.pcmk.wait status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed stonith-agents.ocf.version-1-0 stonith-agents.ocf.version-1-1 stonith-agents.self-validation
TASK [Parse pcs capabilities] **************************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/fetch_versions.yml:9
Tuesday 08 October 2024 08:14:21 -0400 (0:00:00.987) 0:01:49.956 *******
ok: [managed-node1] => {
"ansible_facts": {
"__test_pcs_capabilities": [
"booth",
"booth.enable-authfile.unset",
"cluster.config.backup-local",
"cluster.config.restore-cluster",
"cluster.config.restore-local",
"cluster.config.uuid",
"cluster.create",
"cluster.create.enable",
"cluster.create.local",
"cluster.create.no-keys-sync",
"cluster.create.separated-name-and-address",
"cluster.create.start",
"cluster.create.start.wait",
"cluster.create.transport.knet",
"cluster.create.transport.udp-udpu",
"cluster.create.transport.udp-udpu.no-rrp",
"cluster.destroy",
"cluster.destroy.all",
"cluster.report",
"cluster.verify",
"corosync.authkey.update",
"corosync.config.get",
"corosync.config.get.struct",
"corosync.config.reload",
"corosync.config.sync-to-local-cluster",
"corosync.config.update",
"corosync.link.add",
"corosync.link.remove",
"corosync.link.remove.list",
"corosync.link.update",
"corosync.qdevice",
"corosync.qdevice.model.net",
"corosync.quorum",
"corosync.quorum.device",
"corosync.quorum.device.client.model.net.certificates.local",
"corosync.quorum.device.heuristics",
"corosync.quorum.device.model.net",
"corosync.quorum.device.model.net.options_tls_and_kaptb",
"corosync.quorum.set-expected-votes-runtime",
"corosync.quorum.status",
"corosync.quorum.unblock",
"corosync.totem.block_unlisted_ips",
"corosync.uidgid",
"node.add",
"node.add.enable",
"node.add.separated-name-and-address",
"node.add.start",
"node.add.start.wait",
"node.attributes",
"node.attributes.set-list-for-node",
"node.confirm-off",
"node.fence",
"node.guest",
"node.kill",
"node.maintenance",
"node.maintenance.all",
"node.maintenance.list",
"node.maintenance.wait",
"node.remote",
"node.remote.onfail-demote",
"node.remove",
"node.remove-from-caches",
"node.remove.list",
"node.standby",
"node.standby.all",
"node.standby.list",
"node.standby.wait",
"node.start-stop-enable-disable",
"node.start-stop-enable-disable.all",
"node.start-stop-enable-disable.list",
"node.start-stop-enable-disable.start-wait",
"node.utilization",
"node.utilization.set-list-for-node",
"pcmk.acl.enable-disable",
"pcmk.acl.group",
"pcmk.acl.role",
"pcmk.acl.role.create-with-permissions",
"pcmk.acl.role.delete-with-users-groups",
"pcmk.acl.user",
"pcmk.alert",
"pcmk.cib.checkpoints",
"pcmk.cib.checkpoints.diff",
"pcmk.cib.edit",
"pcmk.cib.get",
"pcmk.cib.get.scope",
"pcmk.cib.roles.promoted-unpromoted",
"pcmk.cib.set",
"pcmk.constraint.colocation.set",
"pcmk.constraint.colocation.set.options",
"pcmk.constraint.colocation.simple",
"pcmk.constraint.colocation.simple.options",
"pcmk.constraint.colocation.simple.options.score",
"pcmk.constraint.config.output-formats",
"pcmk.constraint.hide-expired",
"pcmk.constraint.location.simple",
"pcmk.constraint.location.simple.options",
"pcmk.constraint.location.simple.options.score",
"pcmk.constraint.location.simple.resource-regexp",
"pcmk.constraint.location.simple.rule",
"pcmk.constraint.location.simple.rule.node-attr-type-number",
"pcmk.constraint.location.simple.rule.options",
"pcmk.constraint.location.simple.rule.rule-add-remove",
"pcmk.constraint.location.simple.rule.rule-as-one-argument",
"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.cluster.config.output-formats",
"pcmk.properties.cluster.defaults",
"pcmk.properties.cluster.describe",
"pcmk.properties.cluster.describe.output-formats",
"pcmk.properties.cluster.set_properties.iso8601duration",
"pcmk.properties.operation-defaults",
"pcmk.properties.operation-defaults.config.output-formats",
"pcmk.properties.operation-defaults.multiple",
"pcmk.properties.operation-defaults.rule",
"pcmk.properties.operation-defaults.rule-rsc-op",
"pcmk.properties.operation-defaults.rule.hide-expired",
"pcmk.properties.operation-defaults.rule.node-attr-type-number",
"pcmk.properties.resource-defaults",
"pcmk.properties.resource-defaults.config.output-formats",
"pcmk.properties.resource-defaults.multiple",
"pcmk.properties.resource-defaults.rule",
"pcmk.properties.resource-defaults.rule-rsc-op",
"pcmk.properties.resource-defaults.rule.hide-expired",
"pcmk.properties.resource-defaults.rule.node-attr-type-number",
"pcmk.resource.ban-move-clear",
"pcmk.resource.ban-move-clear.bundles",
"pcmk.resource.ban-move-clear.clear-expired",
"pcmk.resource.ban-move-clear.clone",
"pcmk.resource.bundle",
"pcmk.resource.bundle.container-docker",
"pcmk.resource.bundle.container-docker.promoted-max",
"pcmk.resource.bundle.container-podman",
"pcmk.resource.bundle.container-podman.promoted-max",
"pcmk.resource.bundle.container-rkt",
"pcmk.resource.bundle.container-rkt.promoted-max",
"pcmk.resource.bundle.reset",
"pcmk.resource.bundle.wait",
"pcmk.resource.cleanup",
"pcmk.resource.cleanup.one-resource",
"pcmk.resource.cleanup.strict",
"pcmk.resource.clone",
"pcmk.resource.clone.custom-id",
"pcmk.resource.clone.meta-in-create",
"pcmk.resource.clone.wait",
"pcmk.resource.config.output-formats",
"pcmk.resource.create",
"pcmk.resource.create.clone.custom-id",
"pcmk.resource.create.group.future",
"pcmk.resource.create.in-existing-bundle",
"pcmk.resource.create.meta",
"pcmk.resource.create.meta.future",
"pcmk.resource.create.no-master",
"pcmk.resource.create.operations",
"pcmk.resource.create.operations.onfail-demote",
"pcmk.resource.create.promotable",
"pcmk.resource.create.promotable.custom-id",
"pcmk.resource.create.wait",
"pcmk.resource.debug",
"pcmk.resource.delete",
"pcmk.resource.disable.safe",
"pcmk.resource.disable.safe.brief",
"pcmk.resource.disable.safe.tag",
"pcmk.resource.disable.simulate",
"pcmk.resource.disable.simulate.brief",
"pcmk.resource.disable.simulate.tag",
"pcmk.resource.enable-disable",
"pcmk.resource.enable-disable.list",
"pcmk.resource.enable-disable.tag",
"pcmk.resource.enable-disable.wait",
"pcmk.resource.failcount",
"pcmk.resource.group",
"pcmk.resource.group.add-remove-list",
"pcmk.resource.group.wait",
"pcmk.resource.manage-unmanage",
"pcmk.resource.manage-unmanage.list",
"pcmk.resource.manage-unmanage.tag",
"pcmk.resource.manage-unmanage.with-monitor",
"pcmk.resource.move.autoclean",
"pcmk.resource.move.autoclean.default",
"pcmk.resource.promotable",
"pcmk.resource.promotable.custom-id",
"pcmk.resource.promotable.meta-in-create",
"pcmk.resource.promotable.wait",
"pcmk.resource.refresh",
"pcmk.resource.refresh.one-resource",
"pcmk.resource.refresh.strict",
"pcmk.resource.relations",
"pcmk.resource.relocate",
"pcmk.resource.restart",
"pcmk.resource.update",
"pcmk.resource.update-meta",
"pcmk.resource.update-meta.list",
"pcmk.resource.update-meta.wait",
"pcmk.resource.update-operations",
"pcmk.resource.update-operations.onfail-demote",
"pcmk.resource.update.meta",
"pcmk.resource.update.operations",
"pcmk.resource.update.operations.onfail-demote",
"pcmk.resource.update.wait",
"pcmk.resource.utilization",
"pcmk.resource.utilization-set-list-for-resource",
"pcmk.stonith.cleanup",
"pcmk.stonith.cleanup.one-resource",
"pcmk.stonith.cleanup.strict",
"pcmk.stonith.create",
"pcmk.stonith.create.meta",
"pcmk.stonith.create.operations",
"pcmk.stonith.create.operations.onfail-demote",
"pcmk.stonith.create.wait",
"pcmk.stonith.delete",
"pcmk.stonith.enable-disable",
"pcmk.stonith.enable-disable.list",
"pcmk.stonith.enable-disable.wait",
"pcmk.stonith.history.cleanup",
"pcmk.stonith.history.show",
"pcmk.stonith.history.update",
"pcmk.stonith.levels",
"pcmk.stonith.levels.add-remove-devices-list",
"pcmk.stonith.levels.clear",
"pcmk.stonith.levels.node-attr",
"pcmk.stonith.levels.node-regexp",
"pcmk.stonith.levels.verify",
"pcmk.stonith.refresh",
"pcmk.stonith.refresh.one-resource",
"pcmk.stonith.refresh.strict",
"pcmk.stonith.update",
"pcmk.stonith.update.scsi-devices",
"pcmk.stonith.update.scsi-devices.add-remove",
"pcmk.stonith.update.scsi-devices.mpath",
"pcmk.tag",
"pcmk.tag.resources",
"pcs.auth.client",
"pcs.auth.client.cluster",
"pcs.auth.client.token",
"pcs.auth.deauth-client",
"pcs.auth.deauth-server",
"pcs.auth.no-bidirectional",
"pcs.auth.separated-name-and-address",
"pcs.auth.server.token",
"pcs.cfg-in-file.cib",
"pcs.daemon-ssl-cert.set",
"pcs.daemon-ssl-cert.sync-to-local-cluster",
"pcs.disaster-recovery.essentials",
"pcs.reports.severity.deprecation",
"pcs.request-timeout",
"pcs.yes-to-confirm-commands",
"resource-agents.describe",
"resource-agents.list",
"resource-agents.list.detailed",
"resource-agents.ocf.version-1-0",
"resource-agents.ocf.version-1-1",
"resource-agents.self-validation",
"sbd",
"sbd.option-timeout-action",
"sbd.shared-block-device",
"status.corosync.membership",
"status.pcmk.query.resource",
"status.pcmk.resources.hide-inactive",
"status.pcmk.resources.id",
"status.pcmk.resources.node",
"status.pcmk.resources.orphaned",
"status.pcmk.wait",
"status.pcmk.xml",
"stonith-agents.describe",
"stonith-agents.list",
"stonith-agents.list.detailed",
"stonith-agents.ocf.version-1-0",
"stonith-agents.ocf.version-1-1",
"stonith-agents.self-validation"
]
},
"changed": false
}
TASK [Fetch package facts] *****************************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/fetch_versions.yml:13
Tuesday 08 October 2024 08:14:21 -0400 (0:00:00.024) 0:01:49.980 *******
ok: [managed-node1] => {
"ansible_facts": {
"packages": {
"NetworkManager": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager",
"release": "1.el10",
"source": "rpm",
"version": "1.48.10"
}
],
"NetworkManager-libnm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-libnm",
"release": "1.el10",
"source": "rpm",
"version": "1.48.10"
}
],
"NetworkManager-tui": [
{
"arch": "x86_64",
"epoch": 1,
"name": "NetworkManager-tui",
"release": "1.el10",
"source": "rpm",
"version": "1.48.10"
}
],
"alternatives": [
{
"arch": "x86_64",
"epoch": null,
"name": "alternatives",
"release": "1.el10",
"source": "rpm",
"version": "1.30"
}
],
"amd-gpu-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "amd-gpu-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"amd-ucode-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "amd-ucode-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"atheros-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "atheros-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit",
"release": "9.el10",
"source": "rpm",
"version": "4.0"
}
],
"audit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-libs",
"release": "9.el10",
"source": "rpm",
"version": "4.0"
}
],
"audit-rules": [
{
"arch": "x86_64",
"epoch": null,
"name": "audit-rules",
"release": "9.el10",
"source": "rpm",
"version": "4.0"
}
],
"authselect": [
{
"arch": "x86_64",
"epoch": null,
"name": "authselect",
"release": "6.el10",
"source": "rpm",
"version": "1.5.0"
}
],
"authselect-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "authselect-libs",
"release": "6.el10",
"source": "rpm",
"version": "1.5.0"
}
],
"basesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "basesystem",
"release": "21.el10",
"source": "rpm",
"version": "11"
}
],
"bash": [
{
"arch": "x86_64",
"epoch": null,
"name": "bash",
"release": "4.el10",
"source": "rpm",
"version": "5.2.26"
}
],
"bc": [
{
"arch": "x86_64",
"epoch": null,
"name": "bc",
"release": "22.el10",
"source": "rpm",
"version": "1.07.1"
}
],
"beakerlib": [
{
"arch": "noarch",
"epoch": null,
"name": "beakerlib",
"release": "1.el9",
"source": "rpm",
"version": "1.29.3"
}
],
"beakerlib-redhat": [
{
"arch": "noarch",
"epoch": null,
"name": "beakerlib-redhat",
"release": "35.el9",
"source": "rpm",
"version": "1"
}
],
"binutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils",
"release": "48.el10",
"source": "rpm",
"version": "2.41"
}
],
"binutils-gold": [
{
"arch": "x86_64",
"epoch": null,
"name": "binutils-gold",
"release": "48.el10",
"source": "rpm",
"version": "2.41"
}
],
"brcmfmac-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "brcmfmac-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"bzip2": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2",
"release": "19.el10",
"source": "rpm",
"version": "1.0.8"
}
],
"bzip2-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "bzip2-libs",
"release": "19.el10",
"source": "rpm",
"version": "1.0.8"
}
],
"c-ares": [
{
"arch": "x86_64",
"epoch": null,
"name": "c-ares",
"release": "5.el10",
"source": "rpm",
"version": "1.25.0"
}
],
"ca-certificates": [
{
"arch": "noarch",
"epoch": null,
"name": "ca-certificates",
"release": "101.3.el10",
"source": "rpm",
"version": "2024.2.69_v8.0.303"
}
],
"centos-gpg-keys": [
{
"arch": "noarch",
"epoch": null,
"name": "centos-gpg-keys",
"release": "0.20.el10",
"source": "rpm",
"version": "10.0"
}
],
"centos-stream-release": [
{
"arch": "noarch",
"epoch": null,
"name": "centos-stream-release",
"release": "0.20.el10",
"source": "rpm",
"version": "10.0"
}
],
"centos-stream-repos": [
{
"arch": "noarch",
"epoch": null,
"name": "centos-stream-repos",
"release": "0.20.el10",
"source": "rpm",
"version": "10.0"
}
],
"checkpolicy": [
{
"arch": "x86_64",
"epoch": null,
"name": "checkpolicy",
"release": "1.el10",
"source": "rpm",
"version": "3.7"
}
],
"chrony": [
{
"arch": "x86_64",
"epoch": null,
"name": "chrony",
"release": "1.el10",
"source": "rpm",
"version": "4.6"
}
],
"cirrus-audio-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "cirrus-audio-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"cloud-init": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-init",
"release": "17.el10",
"source": "rpm",
"version": "24.1.4"
}
],
"cloud-utils-growpart": [
{
"arch": "noarch",
"epoch": null,
"name": "cloud-utils-growpart",
"release": "10.el10",
"source": "rpm",
"version": "0.33"
}
],
"coreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils",
"release": "2.el10",
"source": "rpm",
"version": "9.5"
}
],
"coreutils-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "coreutils-common",
"release": "2.el10",
"source": "rpm",
"version": "9.5"
}
],
"corosync": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosync",
"release": "4.el10",
"source": "rpm",
"version": "3.1.8"
}
],
"corosync-qnetd": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosync-qnetd",
"release": "6.el10",
"source": "rpm",
"version": "3.0.3"
}
],
"corosynclib": [
{
"arch": "x86_64",
"epoch": null,
"name": "corosynclib",
"release": "4.el10",
"source": "rpm",
"version": "3.1.8"
}
],
"cpio": [
{
"arch": "x86_64",
"epoch": null,
"name": "cpio",
"release": "2.el10",
"source": "rpm",
"version": "2.15"
}
],
"cracklib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib",
"release": "7.el10",
"source": "rpm",
"version": "2.9.11"
}
],
"cracklib-dicts": [
{
"arch": "x86_64",
"epoch": null,
"name": "cracklib-dicts",
"release": "7.el10",
"source": "rpm",
"version": "2.9.11"
}
],
"cronie": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie",
"release": "5.el10",
"source": "rpm",
"version": "1.7.0"
}
],
"cronie-anacron": [
{
"arch": "x86_64",
"epoch": null,
"name": "cronie-anacron",
"release": "5.el10",
"source": "rpm",
"version": "1.7.0"
}
],
"crontabs": [
{
"arch": "noarch",
"epoch": null,
"name": "crontabs",
"release": "4.el10",
"source": "rpm",
"version": "1.11^20190603git9e74f2d"
}
],
"crypto-policies": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies",
"release": "1.git367040b.el10",
"source": "rpm",
"version": "20240822"
}
],
"crypto-policies-scripts": [
{
"arch": "noarch",
"epoch": null,
"name": "crypto-policies-scripts",
"release": "1.git367040b.el10",
"source": "rpm",
"version": "20240822"
}
],
"cryptsetup-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "cryptsetup-libs",
"release": "2.el10",
"source": "rpm",
"version": "2.7.3"
}
],
"curl": [
{
"arch": "x86_64",
"epoch": null,
"name": "curl",
"release": "4.el10",
"source": "rpm",
"version": "8.9.1"
}
],
"cyrus-sasl-gssapi": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-gssapi",
"release": "22.el10",
"source": "rpm",
"version": "2.1.28"
}
],
"cyrus-sasl-lib": [
{
"arch": "x86_64",
"epoch": null,
"name": "cyrus-sasl-lib",
"release": "22.el10",
"source": "rpm",
"version": "2.1.28"
}
],
"dbus": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus",
"release": "4.el10",
"source": "rpm",
"version": "1.14.10"
}
],
"dbus-broker": [
{
"arch": "x86_64",
"epoch": null,
"name": "dbus-broker",
"release": "6.el10",
"source": "rpm",
"version": "35"
}
],
"dbus-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "dbus-common",
"release": "4.el10",
"source": "rpm",
"version": "1.14.10"
}
],
"dbus-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "dbus-libs",
"release": "4.el10",
"source": "rpm",
"version": "1.14.10"
}
],
"default-fonts-core-sans": [
{
"arch": "noarch",
"epoch": null,
"name": "default-fonts-core-sans",
"release": "2.el10",
"source": "rpm",
"version": "4.1"
}
],
"device-mapper": [
{
"arch": "x86_64",
"epoch": 10,
"name": "device-mapper",
"release": "2.el10",
"source": "rpm",
"version": "1.02.198"
}
],
"device-mapper-event": [
{
"arch": "x86_64",
"epoch": 10,
"name": "device-mapper-event",
"release": "2.el10",
"source": "rpm",
"version": "1.02.198"
}
],
"device-mapper-event-libs": [
{
"arch": "x86_64",
"epoch": 10,
"name": "device-mapper-event-libs",
"release": "2.el10",
"source": "rpm",
"version": "1.02.198"
}
],
"device-mapper-libs": [
{
"arch": "x86_64",
"epoch": 10,
"name": "device-mapper-libs",
"release": "2.el10",
"source": "rpm",
"version": "1.02.198"
}
],
"device-mapper-multipath": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath",
"release": "1.el10",
"source": "rpm",
"version": "0.9.9"
}
],
"device-mapper-multipath-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-multipath-libs",
"release": "1.el10",
"source": "rpm",
"version": "0.9.9"
}
],
"device-mapper-persistent-data": [
{
"arch": "x86_64",
"epoch": null,
"name": "device-mapper-persistent-data",
"release": "4.el10",
"source": "rpm",
"version": "1.0.11"
}
],
"dhcpcd": [
{
"arch": "x86_64",
"epoch": null,
"name": "dhcpcd",
"release": "4.el10",
"source": "rpm",
"version": "10.0.6"
}
],
"diffutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "diffutils",
"release": "7.el10",
"source": "rpm",
"version": "3.10"
}
],
"dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf",
"release": "7.el10",
"source": "rpm",
"version": "4.20.0"
}
],
"dnf-data": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-data",
"release": "7.el10",
"source": "rpm",
"version": "4.20.0"
}
],
"dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "dnf-plugins-core",
"release": "5.el10",
"source": "rpm",
"version": "4.7.0"
}
],
"dracut": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut",
"release": "3.el10",
"source": "rpm",
"version": "102"
}
],
"dracut-config-rescue": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-config-rescue",
"release": "3.el10",
"source": "rpm",
"version": "102"
}
],
"dracut-network": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-network",
"release": "3.el10",
"source": "rpm",
"version": "102"
}
],
"dracut-squash": [
{
"arch": "x86_64",
"epoch": null,
"name": "dracut-squash",
"release": "3.el10",
"source": "rpm",
"version": "102"
}
],
"duktape": [
{
"arch": "x86_64",
"epoch": null,
"name": "duktape",
"release": "8.el10",
"source": "rpm",
"version": "2.7.0"
}
],
"e2fsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs",
"release": "2.el10",
"source": "rpm",
"version": "1.47.1"
}
],
"e2fsprogs-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "e2fsprogs-libs",
"release": "2.el10",
"source": "rpm",
"version": "1.47.1"
}
],
"elfutils-debuginfod-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-debuginfod-client",
"release": "5.el10",
"source": "rpm",
"version": "0.191"
}
],
"elfutils-default-yama-scope": [
{
"arch": "noarch",
"epoch": null,
"name": "elfutils-default-yama-scope",
"release": "5.el10",
"source": "rpm",
"version": "0.191"
}
],
"elfutils-libelf": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libelf",
"release": "5.el10",
"source": "rpm",
"version": "0.191"
}
],
"elfutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "elfutils-libs",
"release": "5.el10",
"source": "rpm",
"version": "0.191"
}
],
"ethtool": [
{
"arch": "x86_64",
"epoch": 2,
"name": "ethtool",
"release": "2.el10",
"source": "rpm",
"version": "6.7"
}
],
"expat": [
{
"arch": "x86_64",
"epoch": null,
"name": "expat",
"release": "1.el10",
"source": "rpm",
"version": "2.6.2"
}
],
"fence-agents-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-all",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-amt-ws": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-amt-ws",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-apc": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-apc-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-apc-snmp",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-bladecenter": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-bladecenter",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-brocade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-brocade",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-cisco-mds": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-mds",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-cisco-ucs": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-cisco-ucs",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-common",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-drac5": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-drac5",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-eaton-snmp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eaton-snmp",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-emerson": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-emerson",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-eps": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-eps",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-heuristics-ping": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-heuristics-ping",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-hpblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-hpblade",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-ibmblade": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ibmblade",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-ifmib": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ifmib",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-ilo-moonshot": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-moonshot",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-ilo-mp": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-mp",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-ilo-ssh": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo-ssh",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-ilo2": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ilo2",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-intelmodular": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-intelmodular",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-ipdu": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipdu",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-ipmilan": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-ipmilan",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-kdump": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-kdump",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-mpath": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-mpath",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-redfish": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-agents-redfish",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-rhevm": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rhevm",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-rsa": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsa",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-rsb": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-rsb",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-sbd": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-sbd",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-scsi": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-scsi",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-vmware-rest": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-rest",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-vmware-soap": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-vmware-soap",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-agents-wti": [
{
"arch": "noarch",
"epoch": null,
"name": "fence-agents-wti",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"fence-virt": [
{
"arch": "x86_64",
"epoch": null,
"name": "fence-virt",
"release": "1.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"file": [
{
"arch": "x86_64",
"epoch": null,
"name": "file",
"release": "6.el10",
"source": "rpm",
"version": "5.45"
}
],
"file-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "file-libs",
"release": "6.el10",
"source": "rpm",
"version": "5.45"
}
],
"filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "filesystem",
"release": "15.el10",
"source": "rpm",
"version": "3.18"
}
],
"findutils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "findutils",
"release": "4.el10",
"source": "rpm",
"version": "4.10.0"
}
],
"firewalld": [
{
"arch": "noarch",
"epoch": null,
"name": "firewalld",
"release": "1.el10",
"source": "rpm",
"version": "2.2.1"
}
],
"firewalld-filesystem": [
{
"arch": "noarch",
"epoch": null,
"name": "firewalld-filesystem",
"release": "1.el10",
"source": "rpm",
"version": "2.2.1"
}
],
"fonts-filesystem": [
{
"arch": "noarch",
"epoch": 1,
"name": "fonts-filesystem",
"release": "17.el10",
"source": "rpm",
"version": "2.0.5"
}
],
"fuse-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "fuse-libs",
"release": "22.el10.gating_test1",
"source": "rpm",
"version": "2.9.9"
}
],
"fuse3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "fuse3-libs",
"release": "5.el10",
"source": "rpm",
"version": "3.16.2"
}
],
"gawk": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk",
"release": "4.el10",
"source": "rpm",
"version": "5.3.0"
}
],
"gawk-all-langpacks": [
{
"arch": "x86_64",
"epoch": null,
"name": "gawk-all-langpacks",
"release": "4.el10",
"source": "rpm",
"version": "5.3.0"
}
],
"gdbm": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gdbm",
"release": "8.el10",
"source": "rpm",
"version": "1.23"
}
],
"gdbm-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gdbm-libs",
"release": "8.el10",
"source": "rpm",
"version": "1.23"
}
],
"gettext-envsubst": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext-envsubst",
"release": "3.el10",
"source": "rpm",
"version": "0.22.5"
}
],
"gettext-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext-libs",
"release": "3.el10",
"source": "rpm",
"version": "0.22.5"
}
],
"gettext-runtime": [
{
"arch": "x86_64",
"epoch": null,
"name": "gettext-runtime",
"release": "3.el10",
"source": "rpm",
"version": "0.22.5"
}
],
"git": [
{
"arch": "x86_64",
"epoch": null,
"name": "git",
"release": "3.el10",
"source": "rpm",
"version": "2.45.2"
}
],
"git-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "git-core",
"release": "3.el10",
"source": "rpm",
"version": "2.45.2"
}
],
"git-core-doc": [
{
"arch": "noarch",
"epoch": null,
"name": "git-core-doc",
"release": "3.el10",
"source": "rpm",
"version": "2.45.2"
}
],
"glib2": [
{
"arch": "x86_64",
"epoch": null,
"name": "glib2",
"release": "1.el10",
"source": "rpm",
"version": "2.80.4"
}
],
"glibc": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc",
"release": "22.el10",
"source": "rpm",
"version": "2.39"
}
],
"glibc-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-common",
"release": "22.el10",
"source": "rpm",
"version": "2.39"
}
],
"glibc-gconv-extra": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-gconv-extra",
"release": "22.el10",
"source": "rpm",
"version": "2.39"
}
],
"glibc-langpack-en": [
{
"arch": "x86_64",
"epoch": null,
"name": "glibc-langpack-en",
"release": "22.el10",
"source": "rpm",
"version": "2.39"
}
],
"gmp": [
{
"arch": "x86_64",
"epoch": 1,
"name": "gmp",
"release": "9.el10",
"source": "rpm",
"version": "6.2.1"
}
],
"gnupg2": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2",
"release": "1.el10",
"source": "rpm",
"version": "2.4.5"
}
],
"gnupg2-smime": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnupg2-smime",
"release": "1.el10",
"source": "rpm",
"version": "2.4.5"
}
],
"gnutls": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls",
"release": "3.el10",
"source": "rpm",
"version": "3.8.7"
}
],
"gnutls-dane": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-dane",
"release": "3.el10",
"source": "rpm",
"version": "3.8.7"
}
],
"gnutls-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "gnutls-utils",
"release": "3.el10",
"source": "rpm",
"version": "3.8.7"
}
],
"gobject-introspection": [
{
"arch": "x86_64",
"epoch": null,
"name": "gobject-introspection",
"release": "5.el10",
"source": "rpm",
"version": "1.79.1"
}
],
"google-noto-fonts-common": [
{
"arch": "noarch",
"epoch": null,
"name": "google-noto-fonts-common",
"release": "4.el10",
"source": "rpm",
"version": "20240401"
}
],
"google-noto-sans-mono-vf-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "google-noto-sans-mono-vf-fonts",
"release": "4.el10",
"source": "rpm",
"version": "20240401"
}
],
"google-noto-sans-vf-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "google-noto-sans-vf-fonts",
"release": "4.el10",
"source": "rpm",
"version": "20240401"
}
],
"google-noto-serif-vf-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "google-noto-serif-vf-fonts",
"release": "4.el10",
"source": "rpm",
"version": "20240401"
}
],
"grep": [
{
"arch": "x86_64",
"epoch": null,
"name": "grep",
"release": "9.el10",
"source": "rpm",
"version": "3.11"
}
],
"groff-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "groff-base",
"release": "9.el10",
"source": "rpm",
"version": "1.23.0"
}
],
"grub2-common": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-common",
"release": "133.el10",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-pc",
"release": "133.el10",
"source": "rpm",
"version": "2.06"
}
],
"grub2-pc-modules": [
{
"arch": "noarch",
"epoch": 1,
"name": "grub2-pc-modules",
"release": "133.el10",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools",
"release": "133.el10",
"source": "rpm",
"version": "2.06"
}
],
"grub2-tools-minimal": [
{
"arch": "x86_64",
"epoch": 1,
"name": "grub2-tools-minimal",
"release": "133.el10",
"source": "rpm",
"version": "2.06"
}
],
"grubby": [
{
"arch": "x86_64",
"epoch": null,
"name": "grubby",
"release": "76.el10",
"source": "rpm",
"version": "8.40"
}
],
"gssproxy": [
{
"arch": "x86_64",
"epoch": null,
"name": "gssproxy",
"release": "7.el10",
"source": "rpm",
"version": "0.9.2"
}
],
"gzip": [
{
"arch": "x86_64",
"epoch": null,
"name": "gzip",
"release": "2.el10",
"source": "rpm",
"version": "1.13"
}
],
"hostname": [
{
"arch": "x86_64",
"epoch": null,
"name": "hostname",
"release": "13.el10",
"source": "rpm",
"version": "3.23"
}
],
"hunspell": [
{
"arch": "x86_64",
"epoch": null,
"name": "hunspell",
"release": "8.el10",
"source": "rpm",
"version": "1.7.2"
}
],
"hunspell-en": [
{
"arch": "noarch",
"epoch": null,
"name": "hunspell-en",
"release": "10.el10",
"source": "rpm",
"version": "0.20201207"
}
],
"hunspell-en-GB": [
{
"arch": "noarch",
"epoch": null,
"name": "hunspell-en-GB",
"release": "10.el10",
"source": "rpm",
"version": "0.20201207"
}
],
"hunspell-en-US": [
{
"arch": "noarch",
"epoch": null,
"name": "hunspell-en-US",
"release": "10.el10",
"source": "rpm",
"version": "0.20201207"
}
],
"hunspell-filesystem": [
{
"arch": "x86_64",
"epoch": null,
"name": "hunspell-filesystem",
"release": "8.el10",
"source": "rpm",
"version": "1.7.2"
}
],
"hwdata": [
{
"arch": "noarch",
"epoch": null,
"name": "hwdata",
"release": "10.1.el10",
"source": "rpm",
"version": "0.379"
}
],
"ima-evm-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "ima-evm-utils",
"release": "5.el10",
"source": "rpm",
"version": "1.5"
}
],
"inih": [
{
"arch": "x86_64",
"epoch": null,
"name": "inih",
"release": "2.el10",
"source": "rpm",
"version": "58"
}
],
"initscripts-rename-device": [
{
"arch": "x86_64",
"epoch": null,
"name": "initscripts-rename-device",
"release": "1.el10",
"source": "rpm",
"version": "10.26"
}
],
"initscripts-service": [
{
"arch": "noarch",
"epoch": null,
"name": "initscripts-service",
"release": "1.el10",
"source": "rpm",
"version": "10.26"
}
],
"intel-audio-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "intel-audio-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"intel-gpu-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "intel-gpu-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"ipmitool": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipmitool",
"release": "8.el10",
"source": "rpm",
"version": "1.8.19"
}
],
"iproute": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute",
"release": "4.el10",
"source": "rpm",
"version": "6.7.0"
}
],
"iproute-tc": [
{
"arch": "x86_64",
"epoch": null,
"name": "iproute-tc",
"release": "4.el10",
"source": "rpm",
"version": "6.7.0"
}
],
"ipset": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipset",
"release": "2.el10",
"source": "rpm",
"version": "7.21"
}
],
"ipset-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ipset-libs",
"release": "2.el10",
"source": "rpm",
"version": "7.21"
}
],
"iptables-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-libs",
"release": "8.el10",
"source": "rpm",
"version": "1.8.10"
}
],
"iptables-nft": [
{
"arch": "x86_64",
"epoch": null,
"name": "iptables-nft",
"release": "8.el10",
"source": "rpm",
"version": "1.8.10"
}
],
"iputils": [
{
"arch": "x86_64",
"epoch": null,
"name": "iputils",
"release": "1.el10",
"source": "rpm",
"version": "20240905"
}
],
"irqbalance": [
{
"arch": "x86_64",
"epoch": 2,
"name": "irqbalance",
"release": "2.el10",
"source": "rpm",
"version": "1.9.4"
}
],
"iwlwifi-dvm-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "iwlwifi-dvm-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"iwlwifi-mvm-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "iwlwifi-mvm-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"jansson": [
{
"arch": "x86_64",
"epoch": null,
"name": "jansson",
"release": "2.el10",
"source": "rpm",
"version": "2.14"
}
],
"jitterentropy": [
{
"arch": "x86_64",
"epoch": null,
"name": "jitterentropy",
"release": "4.el10",
"source": "rpm",
"version": "3.5.0"
}
],
"jq": [
{
"arch": "x86_64",
"epoch": null,
"name": "jq",
"release": "5.el10",
"source": "rpm",
"version": "1.7.1"
}
],
"json-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "json-c",
"release": "4.el10",
"source": "rpm",
"version": "0.17"
}
],
"kbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "kbd",
"release": "5.el10",
"source": "rpm",
"version": "2.6.4"
}
],
"kbd-legacy": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-legacy",
"release": "5.el10",
"source": "rpm",
"version": "2.6.4"
}
],
"kbd-misc": [
{
"arch": "noarch",
"epoch": null,
"name": "kbd-misc",
"release": "5.el10",
"source": "rpm",
"version": "2.6.4"
}
],
"kdump-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "kdump-utils",
"release": "1.el10",
"source": "rpm",
"version": "1.0.43"
}
],
"kernel": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel",
"release": "25.el10",
"source": "rpm",
"version": "6.11.0"
}
],
"kernel-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-core",
"release": "25.el10",
"source": "rpm",
"version": "6.11.0"
}
],
"kernel-modules": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-modules",
"release": "25.el10",
"source": "rpm",
"version": "6.11.0"
}
],
"kernel-modules-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-modules-core",
"release": "25.el10",
"source": "rpm",
"version": "6.11.0"
}
],
"kernel-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-tools",
"release": "25.el10",
"source": "rpm",
"version": "6.11.0"
}
],
"kernel-tools-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kernel-tools-libs",
"release": "25.el10",
"source": "rpm",
"version": "6.11.0"
}
],
"kexec-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "kexec-tools",
"release": "1.el10",
"source": "rpm",
"version": "2.0.29"
}
],
"keyutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils",
"release": "4.el10",
"source": "rpm",
"version": "1.6.3"
}
],
"keyutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "keyutils-libs",
"release": "4.el10",
"source": "rpm",
"version": "1.6.3"
}
],
"kmod": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod",
"release": "8.el10",
"source": "rpm",
"version": "31"
}
],
"kmod-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "kmod-libs",
"release": "8.el10",
"source": "rpm",
"version": "31"
}
],
"kpartx": [
{
"arch": "x86_64",
"epoch": null,
"name": "kpartx",
"release": "1.el10",
"source": "rpm",
"version": "0.9.9"
}
],
"krb5-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "krb5-libs",
"release": "2.el10",
"source": "rpm",
"version": "1.21.3"
}
],
"langpacks-core-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-core-en",
"release": "2.el10",
"source": "rpm",
"version": "4.1"
}
],
"langpacks-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-en",
"release": "2.el10",
"source": "rpm",
"version": "4.1"
}
],
"langpacks-fonts-en": [
{
"arch": "noarch",
"epoch": null,
"name": "langpacks-fonts-en",
"release": "2.el10",
"source": "rpm",
"version": "4.1"
}
],
"less": [
{
"arch": "x86_64",
"epoch": null,
"name": "less",
"release": "2.el10",
"source": "rpm",
"version": "661"
}
],
"libacl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libacl",
"release": "3.el10",
"source": "rpm",
"version": "2.3.2"
}
],
"libaio": [
{
"arch": "x86_64",
"epoch": null,
"name": "libaio",
"release": "20.el10",
"source": "rpm",
"version": "0.3.111"
}
],
"libarchive": [
{
"arch": "x86_64",
"epoch": null,
"name": "libarchive",
"release": "7.el10",
"source": "rpm",
"version": "3.7.2"
}
],
"libassuan": [
{
"arch": "x86_64",
"epoch": null,
"name": "libassuan",
"release": "5.el10",
"source": "rpm",
"version": "2.5.6"
}
],
"libattr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libattr",
"release": "4.el10",
"source": "rpm",
"version": "2.5.2"
}
],
"libbasicobjects": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbasicobjects",
"release": "57.el10",
"source": "rpm",
"version": "0.1.1"
}
],
"libblkid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libblkid",
"release": "4.el10",
"source": "rpm",
"version": "2.40.2"
}
],
"libbpf": [
{
"arch": "x86_64",
"epoch": 2,
"name": "libbpf",
"release": "2.el10",
"source": "rpm",
"version": "1.5.0"
}
],
"libbrotli": [
{
"arch": "x86_64",
"epoch": null,
"name": "libbrotli",
"release": "5.el10",
"source": "rpm",
"version": "1.1.0"
}
],
"libcap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap",
"release": "6.el10",
"source": "rpm",
"version": "2.69"
}
],
"libcap-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng",
"release": "5.el10",
"source": "rpm",
"version": "0.8.4"
}
],
"libcap-ng-python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcap-ng-python3",
"release": "5.el10",
"source": "rpm",
"version": "0.8.4"
}
],
"libcbor": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcbor",
"release": "2.el10",
"source": "rpm",
"version": "0.11.0"
}
],
"libcollection": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcollection",
"release": "57.el10",
"source": "rpm",
"version": "0.7.0"
}
],
"libcom_err": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcom_err",
"release": "2.el10",
"source": "rpm",
"version": "1.47.1"
}
],
"libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcomps",
"release": "2.el10",
"source": "rpm",
"version": "0.1.21"
}
],
"libcurl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libcurl",
"release": "4.el10",
"source": "rpm",
"version": "8.9.1"
}
],
"libdhash": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdhash",
"release": "57.el10",
"source": "rpm",
"version": "0.5.0"
}
],
"libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libdnf",
"release": "5.el10",
"source": "rpm",
"version": "0.73.1"
}
],
"libeconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libeconf",
"release": "3.el10",
"source": "rpm",
"version": "0.6.2"
}
],
"libedit": [
{
"arch": "x86_64",
"epoch": null,
"name": "libedit",
"release": "51.20230828cvs.el10",
"source": "rpm",
"version": "3.1"
}
],
"libestr": [
{
"arch": "x86_64",
"epoch": null,
"name": "libestr",
"release": "10.el10",
"source": "rpm",
"version": "0.1.11"
}
],
"libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libev",
"release": "12.el10",
"source": "rpm",
"version": "4.33"
}
],
"libevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libevent",
"release": "15.el10",
"source": "rpm",
"version": "2.1.12"
}
],
"libfastjson": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfastjson",
"release": "5.el10",
"source": "rpm",
"version": "1.2304.0"
}
],
"libfdisk": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfdisk",
"release": "4.el10",
"source": "rpm",
"version": "2.40.2"
}
],
"libffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libffi",
"release": "8.el10",
"source": "rpm",
"version": "3.4.4"
}
],
"libfido2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libfido2",
"release": "5.el10",
"source": "rpm",
"version": "1.14.0"
}
],
"libgcc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcc",
"release": "2.el10",
"source": "rpm",
"version": "14.2.1"
}
],
"libgcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgcrypt",
"release": "3.el10",
"source": "rpm",
"version": "1.11.0"
}
],
"libgomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgomp",
"release": "2.el10",
"source": "rpm",
"version": "14.2.1"
}
],
"libgpg-error": [
{
"arch": "x86_64",
"epoch": null,
"name": "libgpg-error",
"release": "1.el10",
"source": "rpm",
"version": "1.50"
}
],
"libidn2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libidn2",
"release": "2.el10",
"source": "rpm",
"version": "2.3.7"
}
],
"libini_config": [
{
"arch": "x86_64",
"epoch": null,
"name": "libini_config",
"release": "57.el10",
"source": "rpm",
"version": "1.3.1"
}
],
"libkcapi": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi",
"release": "2.el10",
"source": "rpm",
"version": "1.5.0"
}
],
"libkcapi-hasher": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi-hasher",
"release": "2.el10",
"source": "rpm",
"version": "1.5.0"
}
],
"libkcapi-hmaccalc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libkcapi-hmaccalc",
"release": "2.el10",
"source": "rpm",
"version": "1.5.0"
}
],
"libknet1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1",
"release": "4.el10",
"source": "rpm",
"version": "1.28"
}
],
"libknet1-compress-bzip2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-bzip2-plugin",
"release": "4.el10",
"source": "rpm",
"version": "1.28"
}
],
"libknet1-compress-lz4-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lz4-plugin",
"release": "4.el10",
"source": "rpm",
"version": "1.28"
}
],
"libknet1-compress-lzma-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzma-plugin",
"release": "4.el10",
"source": "rpm",
"version": "1.28"
}
],
"libknet1-compress-lzo2-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-lzo2-plugin",
"release": "4.el10",
"source": "rpm",
"version": "1.28"
}
],
"libknet1-compress-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-plugins-all",
"release": "4.el10",
"source": "rpm",
"version": "1.28"
}
],
"libknet1-compress-zlib-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zlib-plugin",
"release": "4.el10",
"source": "rpm",
"version": "1.28"
}
],
"libknet1-compress-zstd-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-compress-zstd-plugin",
"release": "4.el10",
"source": "rpm",
"version": "1.28"
}
],
"libknet1-crypto-nss-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-nss-plugin",
"release": "4.el10",
"source": "rpm",
"version": "1.28"
}
],
"libknet1-crypto-openssl-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-openssl-plugin",
"release": "4.el10",
"source": "rpm",
"version": "1.28"
}
],
"libknet1-crypto-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-crypto-plugins-all",
"release": "4.el10",
"source": "rpm",
"version": "1.28"
}
],
"libknet1-plugins-all": [
{
"arch": "x86_64",
"epoch": null,
"name": "libknet1-plugins-all",
"release": "4.el10",
"source": "rpm",
"version": "1.28"
}
],
"libksba": [
{
"arch": "x86_64",
"epoch": null,
"name": "libksba",
"release": "1.el10",
"source": "rpm",
"version": "1.6.7"
}
],
"libldb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libldb",
"release": "5.el10",
"source": "rpm",
"version": "2.9.1"
}
],
"libmnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmnl",
"release": "6.el10",
"source": "rpm",
"version": "1.0.5"
}
],
"libmodulemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmodulemd",
"release": "11.el10",
"source": "rpm",
"version": "2.15.0"
}
],
"libmount": [
{
"arch": "x86_64",
"epoch": null,
"name": "libmount",
"release": "4.el10",
"source": "rpm",
"version": "2.40.2"
}
],
"libndp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libndp",
"release": "1.el10",
"source": "rpm",
"version": "1.9"
}
],
"libnetfilter_conntrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnetfilter_conntrack",
"release": "10.el10",
"source": "rpm",
"version": "1.0.9"
}
],
"libnfnetlink": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnfnetlink",
"release": "28.el10",
"source": "rpm",
"version": "1.0.1"
}
],
"libnfsidmap": [
{
"arch": "x86_64",
"epoch": 1,
"name": "libnfsidmap",
"release": "1.el10",
"source": "rpm",
"version": "2.7.1"
}
],
"libnftnl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnftnl",
"release": "4.el10",
"source": "rpm",
"version": "1.2.7"
}
],
"libnghttp2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnghttp2",
"release": "1.el10",
"source": "rpm",
"version": "1.62.1"
}
],
"libnl3": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnl3",
"release": "4.el10",
"source": "rpm",
"version": "3.9.0"
}
],
"libnozzle1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libnozzle1",
"release": "4.el10",
"source": "rpm",
"version": "1.28"
}
],
"libpath_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpath_utils",
"release": "57.el10",
"source": "rpm",
"version": "0.2.1"
}
],
"libpipeline": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpipeline",
"release": "6.el10",
"source": "rpm",
"version": "1.5.7"
}
],
"libpkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpkgconf",
"release": "2.el10",
"source": "rpm",
"version": "2.1.0"
}
],
"libpsl": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpsl",
"release": "4.el10",
"source": "rpm",
"version": "0.21.5"
}
],
"libpwquality": [
{
"arch": "x86_64",
"epoch": null,
"name": "libpwquality",
"release": "11.el10",
"source": "rpm",
"version": "1.4.5"
}
],
"libqb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libqb",
"release": "5.el10",
"source": "rpm",
"version": "2.0.8"
}
],
"libref_array": [
{
"arch": "x86_64",
"epoch": null,
"name": "libref_array",
"release": "57.el10",
"source": "rpm",
"version": "0.1.5"
}
],
"librepo": [
{
"arch": "x86_64",
"epoch": null,
"name": "librepo",
"release": "2.el10",
"source": "rpm",
"version": "1.18.0"
}
],
"libseccomp": [
{
"arch": "x86_64",
"epoch": null,
"name": "libseccomp",
"release": "9.el10",
"source": "rpm",
"version": "2.5.3"
}
],
"libsecret": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsecret",
"release": "6.el10",
"source": "rpm",
"version": "0.21.2"
}
],
"libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux",
"release": "3.el10",
"source": "rpm",
"version": "3.7"
}
],
"libselinux-utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "libselinux-utils",
"release": "3.el10",
"source": "rpm",
"version": "3.7"
}
],
"libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsemanage",
"release": "2.el10",
"source": "rpm",
"version": "3.7"
}
],
"libsepol": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsepol",
"release": "2.el10",
"source": "rpm",
"version": "3.7"
}
],
"libsmartcols": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsmartcols",
"release": "4.el10",
"source": "rpm",
"version": "2.40.2"
}
],
"libsolv": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsolv",
"release": "7.el10",
"source": "rpm",
"version": "0.7.29"
}
],
"libss": [
{
"arch": "x86_64",
"epoch": null,
"name": "libss",
"release": "2.el10",
"source": "rpm",
"version": "1.47.1"
}
],
"libssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "libssh",
"release": "8.el10",
"source": "rpm",
"version": "0.10.6"
}
],
"libssh-config": [
{
"arch": "noarch",
"epoch": null,
"name": "libssh-config",
"release": "8.el10",
"source": "rpm",
"version": "0.10.6"
}
],
"libsss_certmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_certmap",
"release": "3.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"libsss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_idmap",
"release": "3.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"libsss_nss_idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_nss_idmap",
"release": "3.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"libsss_sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsss_sudo",
"release": "3.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"libstdc++": [
{
"arch": "x86_64",
"epoch": null,
"name": "libstdc++",
"release": "2.el10",
"source": "rpm",
"version": "14.2.1"
}
],
"libsysfs": [
{
"arch": "x86_64",
"epoch": null,
"name": "libsysfs",
"release": "13.el10",
"source": "rpm",
"version": "2.1.1"
}
],
"libtalloc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtalloc",
"release": "2.el10",
"source": "rpm",
"version": "2.4.2"
}
],
"libtasn1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtasn1",
"release": "7.el10",
"source": "rpm",
"version": "4.19.0"
}
],
"libtdb": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtdb",
"release": "2.el10",
"source": "rpm",
"version": "1.4.10"
}
],
"libtevent": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtevent",
"release": "2.el10",
"source": "rpm",
"version": "0.16.1"
}
],
"libtirpc": [
{
"arch": "x86_64",
"epoch": null,
"name": "libtirpc",
"release": "0.el10",
"source": "rpm",
"version": "1.3.5"
}
],
"libunistring": [
{
"arch": "x86_64",
"epoch": null,
"name": "libunistring",
"release": "9.el10",
"source": "rpm",
"version": "1.1"
}
],
"liburing": [
{
"arch": "x86_64",
"epoch": null,
"name": "liburing",
"release": "4.el10",
"source": "rpm",
"version": "2.5"
}
],
"libusb1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libusb1",
"release": "3.el10",
"source": "rpm",
"version": "1.0.27"
}
],
"libutempter": [
{
"arch": "x86_64",
"epoch": null,
"name": "libutempter",
"release": "14.el10",
"source": "rpm",
"version": "1.2.1"
}
],
"libuuid": [
{
"arch": "x86_64",
"epoch": null,
"name": "libuuid",
"release": "4.el10",
"source": "rpm",
"version": "2.40.2"
}
],
"libverto": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto",
"release": "9.el10",
"source": "rpm",
"version": "0.3.2"
}
],
"libverto-libev": [
{
"arch": "x86_64",
"epoch": null,
"name": "libverto-libev",
"release": "9.el10",
"source": "rpm",
"version": "0.3.2"
}
],
"libwsman1": [
{
"arch": "x86_64",
"epoch": null,
"name": "libwsman1",
"release": "8.el10",
"source": "rpm",
"version": "2.7.2"
}
],
"libxcrypt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxcrypt",
"release": "9.el10",
"source": "rpm",
"version": "4.4.36"
}
],
"libxkbcommon": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxkbcommon",
"release": "3.el10",
"source": "rpm",
"version": "1.7.0"
}
],
"libxml2": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxml2",
"release": "2.el10",
"source": "rpm",
"version": "2.12.5"
}
],
"libxslt": [
{
"arch": "x86_64",
"epoch": null,
"name": "libxslt",
"release": "5.el10",
"source": "rpm",
"version": "1.1.39"
}
],
"libyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "libyaml",
"release": "15.el10",
"source": "rpm",
"version": "0.2.5"
}
],
"libzstd": [
{
"arch": "x86_64",
"epoch": null,
"name": "libzstd",
"release": "8.el10",
"source": "rpm",
"version": "1.5.5"
}
],
"linux-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "linux-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"linux-firmware-whence": [
{
"arch": "noarch",
"epoch": null,
"name": "linux-firmware-whence",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"lmdb-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lmdb-libs",
"release": "2.el10",
"source": "rpm",
"version": "0.9.32"
}
],
"logrotate": [
{
"arch": "x86_64",
"epoch": null,
"name": "logrotate",
"release": "3.el10",
"source": "rpm",
"version": "3.22.0"
}
],
"lshw": [
{
"arch": "x86_64",
"epoch": null,
"name": "lshw",
"release": "4.el10",
"source": "rpm",
"version": "B.02.20"
}
],
"lsscsi": [
{
"arch": "x86_64",
"epoch": null,
"name": "lsscsi",
"release": "12.el10",
"source": "rpm",
"version": "0.32"
}
],
"lua-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lua-libs",
"release": "6.el10",
"source": "rpm",
"version": "5.4.6"
}
],
"lvm2": [
{
"arch": "x86_64",
"epoch": 10,
"name": "lvm2",
"release": "2.el10",
"source": "rpm",
"version": "2.03.24"
}
],
"lvm2-libs": [
{
"arch": "x86_64",
"epoch": 10,
"name": "lvm2-libs",
"release": "2.el10",
"source": "rpm",
"version": "2.03.24"
}
],
"lz4-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "lz4-libs",
"release": "7.el10",
"source": "rpm",
"version": "1.9.4"
}
],
"lzo": [
{
"arch": "x86_64",
"epoch": null,
"name": "lzo",
"release": "13.el10",
"source": "rpm",
"version": "2.10"
}
],
"make": [
{
"arch": "x86_64",
"epoch": 1,
"name": "make",
"release": "7.el10",
"source": "rpm",
"version": "4.4.1"
}
],
"makedumpfile": [
{
"arch": "x86_64",
"epoch": null,
"name": "makedumpfile",
"release": "12.el10",
"source": "rpm",
"version": "1.7.5"
}
],
"man-db": [
{
"arch": "x86_64",
"epoch": null,
"name": "man-db",
"release": "7.el10",
"source": "rpm",
"version": "2.12.0"
}
],
"memstrack": [
{
"arch": "x86_64",
"epoch": null,
"name": "memstrack",
"release": "5.el10",
"source": "rpm",
"version": "0.2.5"
}
],
"microcode_ctl": [
{
"arch": "noarch",
"epoch": 4,
"name": "microcode_ctl",
"release": "1.el10",
"source": "rpm",
"version": "20240910"
}
],
"mpdecimal": [
{
"arch": "x86_64",
"epoch": null,
"name": "mpdecimal",
"release": "11.el10",
"source": "rpm",
"version": "2.5.1"
}
],
"mpfr": [
{
"arch": "x86_64",
"epoch": null,
"name": "mpfr",
"release": "4.el10",
"source": "rpm",
"version": "4.2.1"
}
],
"mt7xxx-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "mt7xxx-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"ncurses": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses",
"release": "13.20240127.el10",
"source": "rpm",
"version": "6.4"
}
],
"ncurses-base": [
{
"arch": "noarch",
"epoch": null,
"name": "ncurses-base",
"release": "13.20240127.el10",
"source": "rpm",
"version": "6.4"
}
],
"ncurses-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ncurses-libs",
"release": "13.20240127.el10",
"source": "rpm",
"version": "6.4"
}
],
"net-snmp-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-libs",
"release": "13.el10",
"source": "rpm",
"version": "5.9.4"
}
],
"net-snmp-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "net-snmp-utils",
"release": "13.el10",
"source": "rpm",
"version": "5.9.4"
}
],
"net-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "net-tools",
"release": "0.72.20160912git.el10",
"source": "rpm",
"version": "2.0"
}
],
"nettle": [
{
"arch": "x86_64",
"epoch": null,
"name": "nettle",
"release": "1.el10",
"source": "rpm",
"version": "3.10"
}
],
"newt": [
{
"arch": "x86_64",
"epoch": null,
"name": "newt",
"release": "4.el10",
"source": "rpm",
"version": "0.52.24"
}
],
"nfs-utils": [
{
"arch": "x86_64",
"epoch": 1,
"name": "nfs-utils",
"release": "1.el10",
"source": "rpm",
"version": "2.7.1"
}
],
"nftables": [
{
"arch": "x86_64",
"epoch": 1,
"name": "nftables",
"release": "4.el10",
"source": "rpm",
"version": "1.0.9"
}
],
"npth": [
{
"arch": "x86_64",
"epoch": null,
"name": "npth",
"release": "19.el10",
"source": "rpm",
"version": "1.6"
}
],
"nspr": [
{
"arch": "x86_64",
"epoch": null,
"name": "nspr",
"release": "28.el10",
"source": "rpm",
"version": "4.35.0"
}
],
"nss": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss",
"release": "7.el10",
"source": "rpm",
"version": "3.101.0"
}
],
"nss-softokn": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn",
"release": "7.el10",
"source": "rpm",
"version": "3.101.0"
}
],
"nss-softokn-freebl": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-softokn-freebl",
"release": "7.el10",
"source": "rpm",
"version": "3.101.0"
}
],
"nss-sysinit": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-sysinit",
"release": "7.el10",
"source": "rpm",
"version": "3.101.0"
}
],
"nss-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-tools",
"release": "7.el10",
"source": "rpm",
"version": "3.101.0"
}
],
"nss-util": [
{
"arch": "x86_64",
"epoch": null,
"name": "nss-util",
"release": "7.el10",
"source": "rpm",
"version": "3.101.0"
}
],
"numactl-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "numactl-libs",
"release": "6.el10",
"source": "rpm",
"version": "2.0.16"
}
],
"nvidia-gpu-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "nvidia-gpu-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"nxpwireless-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "nxpwireless-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"oniguruma": [
{
"arch": "x86_64",
"epoch": null,
"name": "oniguruma",
"release": "6.el10",
"source": "rpm",
"version": "6.9.9"
}
],
"openldap": [
{
"arch": "x86_64",
"epoch": null,
"name": "openldap",
"release": "5.el10",
"source": "rpm",
"version": "2.6.7"
}
],
"openssh": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh",
"release": "6.el10",
"source": "rpm",
"version": "9.8p1"
}
],
"openssh-clients": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-clients",
"release": "6.el10",
"source": "rpm",
"version": "9.8p1"
}
],
"openssh-server": [
{
"arch": "x86_64",
"epoch": null,
"name": "openssh-server",
"release": "6.el10",
"source": "rpm",
"version": "9.8p1"
}
],
"openssl": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl",
"release": "12.el10",
"source": "rpm",
"version": "3.2.2"
}
],
"openssl-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "openssl-libs",
"release": "12.el10",
"source": "rpm",
"version": "3.2.2"
}
],
"openwsman-python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "openwsman-python3",
"release": "8.el10",
"source": "rpm",
"version": "2.7.2"
}
],
"os-prober": [
{
"arch": "x86_64",
"epoch": null,
"name": "os-prober",
"release": "8.el10",
"source": "rpm",
"version": "1.81"
}
],
"p11-kit": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit",
"release": "4.el10",
"source": "rpm",
"version": "0.25.5"
}
],
"p11-kit-trust": [
{
"arch": "x86_64",
"epoch": null,
"name": "p11-kit-trust",
"release": "4.el10",
"source": "rpm",
"version": "0.25.5"
}
],
"pacemaker": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "3.el10",
"source": "rpm",
"version": "2.1.8"
}
],
"pacemaker-cli": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cli",
"release": "3.el10",
"source": "rpm",
"version": "2.1.8"
}
],
"pacemaker-cluster-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-cluster-libs",
"release": "3.el10",
"source": "rpm",
"version": "2.1.8"
}
],
"pacemaker-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker-libs",
"release": "3.el10",
"source": "rpm",
"version": "2.1.8"
}
],
"pacemaker-schemas": [
{
"arch": "noarch",
"epoch": null,
"name": "pacemaker-schemas",
"release": "3.el10",
"source": "rpm",
"version": "2.1.8"
}
],
"pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam",
"release": "4.el10",
"source": "rpm",
"version": "1.6.1"
}
],
"pam-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pam-libs",
"release": "4.el10",
"source": "rpm",
"version": "1.6.1"
}
],
"parted": [
{
"arch": "x86_64",
"epoch": null,
"name": "parted",
"release": "5.el10",
"source": "rpm",
"version": "3.6"
}
],
"pciutils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pciutils-libs",
"release": "1.el10",
"source": "rpm",
"version": "3.13.0"
}
],
"pcre2": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcre2",
"release": "1.el10.2",
"source": "rpm",
"version": "10.44"
}
],
"pcre2-syntax": [
{
"arch": "noarch",
"epoch": null,
"name": "pcre2-syntax",
"release": "1.el10.2",
"source": "rpm",
"version": "10.44"
}
],
"pcs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcs",
"release": "3.el10",
"source": "rpm",
"version": "0.12.0~a1"
}
],
"pcsc-lite": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcsc-lite",
"release": "1.el10",
"source": "rpm",
"version": "2.2.3"
}
],
"pcsc-lite-ccid": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcsc-lite-ccid",
"release": "1.el10",
"source": "rpm",
"version": "1.6.0"
}
],
"pcsc-lite-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "pcsc-lite-libs",
"release": "1.el10",
"source": "rpm",
"version": "2.2.3"
}
],
"perl-AutoLoader": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-AutoLoader",
"release": "510.el10",
"source": "rpm",
"version": "5.74"
}
],
"perl-B": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-B",
"release": "510.el10",
"source": "rpm",
"version": "1.89"
}
],
"perl-Carp": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Carp",
"release": "510.el10",
"source": "rpm",
"version": "1.54"
}
],
"perl-Class-Struct": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Class-Struct",
"release": "510.el10",
"source": "rpm",
"version": "0.68"
}
],
"perl-Data-Dumper": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Data-Dumper",
"release": "511.el10",
"source": "rpm",
"version": "2.189"
}
],
"perl-Digest": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Digest",
"release": "510.el10",
"source": "rpm",
"version": "1.20"
}
],
"perl-Digest-MD5": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Digest-MD5",
"release": "5.el10",
"source": "rpm",
"version": "2.59"
}
],
"perl-DynaLoader": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-DynaLoader",
"release": "510.el10",
"source": "rpm",
"version": "1.56"
}
],
"perl-Encode": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Encode",
"release": "510.el10",
"source": "rpm",
"version": "3.21"
}
],
"perl-Errno": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Errno",
"release": "510.el10",
"source": "rpm",
"version": "1.38"
}
],
"perl-Error": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Error",
"release": "17.el10",
"source": "rpm",
"version": "0.17029"
}
],
"perl-Exporter": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Exporter",
"release": "510.el10",
"source": "rpm",
"version": "5.78"
}
],
"perl-Fcntl": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-Fcntl",
"release": "510.el10",
"source": "rpm",
"version": "1.18"
}
],
"perl-File-Basename": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Basename",
"release": "510.el10",
"source": "rpm",
"version": "2.86"
}
],
"perl-File-Find": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-Find",
"release": "510.el10",
"source": "rpm",
"version": "1.44"
}
],
"perl-File-Path": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-File-Path",
"release": "510.el10",
"source": "rpm",
"version": "2.18"
}
],
"perl-File-Temp": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-File-Temp",
"release": "511.el10",
"source": "rpm",
"version": "0.231.100"
}
],
"perl-File-stat": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-File-stat",
"release": "510.el10",
"source": "rpm",
"version": "1.14"
}
],
"perl-FileHandle": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-FileHandle",
"release": "510.el10",
"source": "rpm",
"version": "2.05"
}
],
"perl-Getopt-Long": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Getopt-Long",
"release": "2.el10",
"source": "rpm",
"version": "2.58"
}
],
"perl-Getopt-Std": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Getopt-Std",
"release": "510.el10",
"source": "rpm",
"version": "1.14"
}
],
"perl-Git": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Git",
"release": "3.el10",
"source": "rpm",
"version": "2.45.2"
}
],
"perl-HTTP-Tiny": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-HTTP-Tiny",
"release": "511.el10",
"source": "rpm",
"version": "0.088"
}
],
"perl-IO": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-IO",
"release": "510.el10",
"source": "rpm",
"version": "1.55"
}
],
"perl-IO-Socket-IP": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-IP",
"release": "511.el10",
"source": "rpm",
"version": "0.42"
}
],
"perl-IO-Socket-SSL": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-IO-Socket-SSL",
"release": "2.el10",
"source": "rpm",
"version": "2.085"
}
],
"perl-IPC-Open3": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-IPC-Open3",
"release": "510.el10",
"source": "rpm",
"version": "1.22"
}
],
"perl-MIME-Base64": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-MIME-Base64",
"release": "510.el10",
"source": "rpm",
"version": "3.16"
}
],
"perl-Mozilla-CA": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Mozilla-CA",
"release": "4.el10",
"source": "rpm",
"version": "20231213"
}
],
"perl-NDBM_File": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-NDBM_File",
"release": "510.el10",
"source": "rpm",
"version": "1.17"
}
],
"perl-Net-SSLeay": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-Net-SSLeay",
"release": "6.el10",
"source": "rpm",
"version": "1.94"
}
],
"perl-POSIX": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-POSIX",
"release": "510.el10",
"source": "rpm",
"version": "2.20"
}
],
"perl-PathTools": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-PathTools",
"release": "510.el10",
"source": "rpm",
"version": "3.91"
}
],
"perl-Pod-Escapes": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Escapes",
"release": "510.el10",
"source": "rpm",
"version": "1.07"
}
],
"perl-Pod-Perldoc": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Pod-Perldoc",
"release": "511.el10",
"source": "rpm",
"version": "3.28.01"
}
],
"perl-Pod-Simple": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-Pod-Simple",
"release": "510.el10",
"source": "rpm",
"version": "3.45"
}
],
"perl-Pod-Usage": [
{
"arch": "noarch",
"epoch": 4,
"name": "perl-Pod-Usage",
"release": "510.el10",
"source": "rpm",
"version": "2.03"
}
],
"perl-Scalar-List-Utils": [
{
"arch": "x86_64",
"epoch": 5,
"name": "perl-Scalar-List-Utils",
"release": "510.el10",
"source": "rpm",
"version": "1.63"
}
],
"perl-SelectSaver": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-SelectSaver",
"release": "510.el10",
"source": "rpm",
"version": "1.02"
}
],
"perl-Socket": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-Socket",
"release": "510.el10",
"source": "rpm",
"version": "2.038"
}
],
"perl-Storable": [
{
"arch": "x86_64",
"epoch": 1,
"name": "perl-Storable",
"release": "510.el10",
"source": "rpm",
"version": "3.32"
}
],
"perl-Symbol": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-Symbol",
"release": "510.el10",
"source": "rpm",
"version": "1.09"
}
],
"perl-Term-ANSIColor": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-ANSIColor",
"release": "511.el10",
"source": "rpm",
"version": "5.01"
}
],
"perl-Term-Cap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Term-Cap",
"release": "510.el10",
"source": "rpm",
"version": "1.18"
}
],
"perl-TermReadKey": [
{
"arch": "x86_64",
"epoch": null,
"name": "perl-TermReadKey",
"release": "23.el10",
"source": "rpm",
"version": "2.38"
}
],
"perl-Text-ParseWords": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-ParseWords",
"release": "510.el10",
"source": "rpm",
"version": "3.31"
}
],
"perl-Text-Tabs+Wrap": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-Text-Tabs+Wrap",
"release": "510.el10",
"source": "rpm",
"version": "2024.001"
}
],
"perl-Time-Local": [
{
"arch": "noarch",
"epoch": 2,
"name": "perl-Time-Local",
"release": "510.el10",
"source": "rpm",
"version": "1.350"
}
],
"perl-TimeDate": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-TimeDate",
"release": "15.el10",
"source": "rpm",
"version": "2.33"
}
],
"perl-URI": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-URI",
"release": "2.el10",
"source": "rpm",
"version": "5.27"
}
],
"perl-base": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-base",
"release": "510.el10",
"source": "rpm",
"version": "2.27"
}
],
"perl-constant": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-constant",
"release": "511.el10",
"source": "rpm",
"version": "1.33"
}
],
"perl-if": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-if",
"release": "510.el10",
"source": "rpm",
"version": "0.61.000"
}
],
"perl-interpreter": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-interpreter",
"release": "510.el10",
"source": "rpm",
"version": "5.40.0"
}
],
"perl-lib": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-lib",
"release": "510.el10",
"source": "rpm",
"version": "0.65"
}
],
"perl-libnet": [
{
"arch": "noarch",
"epoch": null,
"name": "perl-libnet",
"release": "510.el10",
"source": "rpm",
"version": "3.15"
}
],
"perl-libs": [
{
"arch": "x86_64",
"epoch": 4,
"name": "perl-libs",
"release": "510.el10",
"source": "rpm",
"version": "5.40.0"
}
],
"perl-locale": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-locale",
"release": "510.el10",
"source": "rpm",
"version": "1.12"
}
],
"perl-mro": [
{
"arch": "x86_64",
"epoch": 0,
"name": "perl-mro",
"release": "510.el10",
"source": "rpm",
"version": "1.29"
}
],
"perl-overload": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overload",
"release": "510.el10",
"source": "rpm",
"version": "1.37"
}
],
"perl-overloading": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-overloading",
"release": "510.el10",
"source": "rpm",
"version": "0.02"
}
],
"perl-parent": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-parent",
"release": "511.el10",
"source": "rpm",
"version": "0.241"
}
],
"perl-podlators": [
{
"arch": "noarch",
"epoch": 1,
"name": "perl-podlators",
"release": "510.el10",
"source": "rpm",
"version": "5.01"
}
],
"perl-vars": [
{
"arch": "noarch",
"epoch": 0,
"name": "perl-vars",
"release": "510.el10",
"source": "rpm",
"version": "1.05"
}
],
"pigz": [
{
"arch": "x86_64",
"epoch": null,
"name": "pigz",
"release": "7.el10",
"source": "rpm",
"version": "2.8"
}
],
"pinentry": [
{
"arch": "x86_64",
"epoch": null,
"name": "pinentry",
"release": "2.el10",
"source": "rpm",
"version": "1.3.0"
}
],
"pkgconf": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf",
"release": "2.el10",
"source": "rpm",
"version": "2.1.0"
}
],
"pkgconf-m4": [
{
"arch": "noarch",
"epoch": null,
"name": "pkgconf-m4",
"release": "2.el10",
"source": "rpm",
"version": "2.1.0"
}
],
"pkgconf-pkg-config": [
{
"arch": "x86_64",
"epoch": null,
"name": "pkgconf-pkg-config",
"release": "2.el10",
"source": "rpm",
"version": "2.1.0"
}
],
"policycoreutils": [
{
"arch": "x86_64",
"epoch": null,
"name": "policycoreutils",
"release": "2.el10",
"source": "rpm",
"version": "3.7"
}
],
"policycoreutils-python-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "policycoreutils-python-utils",
"release": "2.el10",
"source": "rpm",
"version": "3.7"
}
],
"polkit": [
{
"arch": "x86_64",
"epoch": null,
"name": "polkit",
"release": "2.el10",
"source": "rpm",
"version": "125"
}
],
"polkit-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "polkit-libs",
"release": "2.el10",
"source": "rpm",
"version": "125"
}
],
"polkit-pkla-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "polkit-pkla-compat",
"release": "29.el10",
"source": "rpm",
"version": "0.1"
}
],
"popt": [
{
"arch": "x86_64",
"epoch": null,
"name": "popt",
"release": "7.el10",
"source": "rpm",
"version": "1.19"
}
],
"prefixdevname": [
{
"arch": "x86_64",
"epoch": null,
"name": "prefixdevname",
"release": "2.el10",
"source": "rpm",
"version": "0.2.0"
}
],
"procps-ng": [
{
"arch": "x86_64",
"epoch": null,
"name": "procps-ng",
"release": "4.el10",
"source": "rpm",
"version": "4.0.4"
}
],
"protobuf-c": [
{
"arch": "x86_64",
"epoch": null,
"name": "protobuf-c",
"release": "5.el10",
"source": "rpm",
"version": "1.5.0"
}
],
"psmisc": [
{
"arch": "x86_64",
"epoch": null,
"name": "psmisc",
"release": "7.el10",
"source": "rpm",
"version": "23.6"
}
],
"publicsuffix-list-dafsa": [
{
"arch": "noarch",
"epoch": null,
"name": "publicsuffix-list-dafsa",
"release": "4.el10",
"source": "rpm",
"version": "20240107"
}
],
"python-unversioned-command": [
{
"arch": "noarch",
"epoch": null,
"name": "python-unversioned-command",
"release": "1.el10",
"source": "rpm",
"version": "3.12.6"
}
],
"python3": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3",
"release": "1.el10",
"source": "rpm",
"version": "3.12.6"
}
],
"python3-attrs": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-attrs",
"release": "6.el10",
"source": "rpm",
"version": "23.2.0"
}
],
"python3-audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-audit",
"release": "9.el10",
"source": "rpm",
"version": "4.0"
}
],
"python3-cffi": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cffi",
"release": "5.el10",
"source": "rpm",
"version": "1.16.0"
}
],
"python3-charset-normalizer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-charset-normalizer",
"release": "4.el10",
"source": "rpm",
"version": "3.3.2"
}
],
"python3-configobj": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-configobj",
"release": "9.el10",
"source": "rpm",
"version": "5.0.8"
}
],
"python3-cryptography": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-cryptography",
"release": "3.el10",
"source": "rpm",
"version": "43.0.0"
}
],
"python3-dateutil": [
{
"arch": "noarch",
"epoch": 1,
"name": "python3-dateutil",
"release": "14.el10",
"source": "rpm",
"version": "2.8.2"
}
],
"python3-dbus": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-dbus",
"release": "7.el10",
"source": "rpm",
"version": "1.3.2"
}
],
"python3-distro": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-distro",
"release": "4.el10",
"source": "rpm",
"version": "1.9.0"
}
],
"python3-dnf": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf",
"release": "7.el10",
"source": "rpm",
"version": "4.20.0"
}
],
"python3-dnf-plugins-core": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-dnf-plugins-core",
"release": "5.el10",
"source": "rpm",
"version": "4.7.0"
}
],
"python3-firewall": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-firewall",
"release": "1.el10",
"source": "rpm",
"version": "2.2.1"
}
],
"python3-gobject-base": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-gobject-base",
"release": "6.el10",
"source": "rpm",
"version": "3.46.0"
}
],
"python3-gobject-base-noarch": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-gobject-base-noarch",
"release": "6.el10",
"source": "rpm",
"version": "3.46.0"
}
],
"python3-hawkey": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-hawkey",
"release": "5.el10",
"source": "rpm",
"version": "0.73.1"
}
],
"python3-idna": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-idna",
"release": "2.el10",
"source": "rpm",
"version": "3.7"
}
],
"python3-jinja2": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jinja2",
"release": "2.el10",
"source": "rpm",
"version": "3.1.4"
}
],
"python3-jsonpatch": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpatch",
"release": "5.el10",
"source": "rpm",
"version": "1.33"
}
],
"python3-jsonpointer": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonpointer",
"release": "8.el10",
"source": "rpm",
"version": "2.3"
}
],
"python3-jsonschema": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonschema",
"release": "6.el10",
"source": "rpm",
"version": "4.19.1"
}
],
"python3-jsonschema-specifications": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-jsonschema-specifications",
"release": "5.el10",
"source": "rpm",
"version": "2023.11.2"
}
],
"python3-libcomps": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libcomps",
"release": "2.el10",
"source": "rpm",
"version": "0.1.21"
}
],
"python3-libdnf": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libdnf",
"release": "5.el10",
"source": "rpm",
"version": "0.73.1"
}
],
"python3-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libs",
"release": "1.el10",
"source": "rpm",
"version": "3.12.6"
}
],
"python3-libselinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libselinux",
"release": "3.el10",
"source": "rpm",
"version": "3.7"
}
],
"python3-libsemanage": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-libsemanage",
"release": "2.el10",
"source": "rpm",
"version": "3.7"
}
],
"python3-lxml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-lxml",
"release": "2.el10",
"source": "rpm",
"version": "5.2.1"
}
],
"python3-markupsafe": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-markupsafe",
"release": "5.el10",
"source": "rpm",
"version": "2.1.3"
}
],
"python3-nftables": [
{
"arch": "x86_64",
"epoch": 1,
"name": "python3-nftables",
"release": "4.el10",
"source": "rpm",
"version": "1.0.9"
}
],
"python3-oauthlib": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-oauthlib",
"release": "4.el10",
"source": "rpm",
"version": "3.2.2"
}
],
"python3-pexpect": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pexpect",
"release": "5.el10",
"source": "rpm",
"version": "4.9.0"
}
],
"python3-pip": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip",
"release": "3.el10",
"source": "rpm",
"version": "23.3.2"
}
],
"python3-pip-wheel": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pip-wheel",
"release": "3.el10",
"source": "rpm",
"version": "23.3.2"
}
],
"python3-ply": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ply",
"release": "24.el10",
"source": "rpm",
"version": "3.11"
}
],
"python3-policycoreutils": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-policycoreutils",
"release": "2.el10",
"source": "rpm",
"version": "3.7"
}
],
"python3-psutil": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-psutil",
"release": "4.el10",
"source": "rpm",
"version": "5.9.8"
}
],
"python3-ptyprocess": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-ptyprocess",
"release": "8.el10",
"source": "rpm",
"version": "0.7.0"
}
],
"python3-pycparser": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pycparser",
"release": "15.el10",
"source": "rpm",
"version": "2.20"
}
],
"python3-pyparsing": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyparsing",
"release": "5.el10",
"source": "rpm",
"version": "3.1.1"
}
],
"python3-pyserial": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-pyserial",
"release": "9.el10",
"source": "rpm",
"version": "3.5"
}
],
"python3-pyyaml": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-pyyaml",
"release": "18.el10",
"source": "rpm",
"version": "6.0.1"
}
],
"python3-referencing": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-referencing",
"release": "5.el10",
"source": "rpm",
"version": "0.31.1"
}
],
"python3-requests": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-requests",
"release": "1.el10",
"source": "rpm",
"version": "2.32.3"
}
],
"python3-rpds-py": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-rpds-py",
"release": "5.el10",
"source": "rpm",
"version": "0.17.1"
}
],
"python3-rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-rpm",
"release": "3.el10",
"source": "rpm",
"version": "4.19.1.1"
}
],
"python3-setools": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-setools",
"release": "3.el10",
"source": "rpm",
"version": "4.5.1"
}
],
"python3-setuptools": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-setuptools",
"release": "5.el10",
"source": "rpm",
"version": "69.0.3"
}
],
"python3-six": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-six",
"release": "15.el10",
"source": "rpm",
"version": "1.16.0"
}
],
"python3-systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "python3-systemd",
"release": "10.el10",
"source": "rpm",
"version": "235"
}
],
"python3-urllib3": [
{
"arch": "noarch",
"epoch": null,
"name": "python3-urllib3",
"release": "1.el10",
"source": "rpm",
"version": "1.26.19"
}
],
"qemu-guest-agent": [
{
"arch": "x86_64",
"epoch": 18,
"name": "qemu-guest-agent",
"release": "8.el10",
"source": "rpm",
"version": "9.0.0"
}
],
"quota": [
{
"arch": "x86_64",
"epoch": 1,
"name": "quota",
"release": "7.el10",
"source": "rpm",
"version": "4.09"
}
],
"quota-nls": [
{
"arch": "noarch",
"epoch": 1,
"name": "quota-nls",
"release": "7.el10",
"source": "rpm",
"version": "4.09"
}
],
"readline": [
{
"arch": "x86_64",
"epoch": null,
"name": "readline",
"release": "9.el10",
"source": "rpm",
"version": "8.2"
}
],
"realtek-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "realtek-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"redhat-mono-vf-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "redhat-mono-vf-fonts",
"release": "12.el10",
"source": "rpm",
"version": "4.0.3"
}
],
"redhat-text-vf-fonts": [
{
"arch": "noarch",
"epoch": null,
"name": "redhat-text-vf-fonts",
"release": "12.el10",
"source": "rpm",
"version": "4.0.3"
}
],
"resource-agents": [
{
"arch": "x86_64",
"epoch": null,
"name": "resource-agents",
"release": "1.el10",
"source": "rpm",
"version": "4.15.1"
}
],
"restraint": [
{
"arch": "x86_64",
"epoch": null,
"name": "restraint",
"release": "1.el9",
"source": "rpm",
"version": "0.4.4"
}
],
"restraint-rhts": [
{
"arch": "x86_64",
"epoch": null,
"name": "restraint-rhts",
"release": "1.el9",
"source": "rpm",
"version": "0.4.4"
}
],
"rng-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "rng-tools",
"release": "3.el10",
"source": "rpm",
"version": "6.17"
}
],
"rootfiles": [
{
"arch": "noarch",
"epoch": null,
"name": "rootfiles",
"release": "37.el10",
"source": "rpm",
"version": "8.1"
}
],
"rpcbind": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpcbind",
"release": "2.el10",
"source": "rpm",
"version": "1.2.7"
}
],
"rpm": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm",
"release": "3.el10",
"source": "rpm",
"version": "4.19.1.1"
}
],
"rpm-build-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-build-libs",
"release": "3.el10",
"source": "rpm",
"version": "4.19.1.1"
}
],
"rpm-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-libs",
"release": "3.el10",
"source": "rpm",
"version": "4.19.1.1"
}
],
"rpm-plugin-audit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-audit",
"release": "3.el10",
"source": "rpm",
"version": "4.19.1.1"
}
],
"rpm-plugin-selinux": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-selinux",
"release": "3.el10",
"source": "rpm",
"version": "4.19.1.1"
}
],
"rpm-plugin-systemd-inhibit": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-plugin-systemd-inhibit",
"release": "3.el10",
"source": "rpm",
"version": "4.19.1.1"
}
],
"rpm-sequoia": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-sequoia",
"release": "3.el10",
"source": "rpm",
"version": "1.6.0"
}
],
"rpm-sign-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "rpm-sign-libs",
"release": "3.el10",
"source": "rpm",
"version": "4.19.1.1"
}
],
"rsync": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsync",
"release": "5.el10",
"source": "rpm",
"version": "3.3.0"
}
],
"rsyslog": [
{
"arch": "x86_64",
"epoch": null,
"name": "rsyslog",
"release": "1.el10",
"source": "rpm",
"version": "8.2408.0"
}
],
"ruby": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby",
"release": "7.el10",
"source": "rpm",
"version": "3.3.5"
}
],
"ruby-default-gems": [
{
"arch": "noarch",
"epoch": null,
"name": "ruby-default-gems",
"release": "7.el10",
"source": "rpm",
"version": "3.3.5"
}
],
"ruby-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "ruby-libs",
"release": "7.el10",
"source": "rpm",
"version": "3.3.5"
}
],
"rubygem-bigdecimal": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-bigdecimal",
"release": "7.el10",
"source": "rpm",
"version": "3.1.5"
}
],
"rubygem-bundler": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-bundler",
"release": "7.el10",
"source": "rpm",
"version": "2.5.16"
}
],
"rubygem-io-console": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-io-console",
"release": "7.el10",
"source": "rpm",
"version": "0.7.1"
}
],
"rubygem-json": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-json",
"release": "7.el10",
"source": "rpm",
"version": "2.7.1"
}
],
"rubygem-psych": [
{
"arch": "x86_64",
"epoch": null,
"name": "rubygem-psych",
"release": "7.el10",
"source": "rpm",
"version": "5.1.2"
}
],
"rubygem-rdoc": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rdoc",
"release": "7.el10",
"source": "rpm",
"version": "6.6.3.1"
}
],
"rubygem-rexml": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygem-rexml",
"release": "7.el10",
"source": "rpm",
"version": "3.3.6"
}
],
"rubygems": [
{
"arch": "noarch",
"epoch": null,
"name": "rubygems",
"release": "7.el10",
"source": "rpm",
"version": "3.5.16"
}
],
"sbd": [
{
"arch": "x86_64",
"epoch": null,
"name": "sbd",
"release": "1.el10.3",
"source": "rpm",
"version": "1.5.2"
}
],
"sed": [
{
"arch": "x86_64",
"epoch": null,
"name": "sed",
"release": "2.el10",
"source": "rpm",
"version": "4.9"
}
],
"selinux-policy": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy",
"release": "1.el10",
"source": "rpm",
"version": "40.13.9"
}
],
"selinux-policy-targeted": [
{
"arch": "noarch",
"epoch": null,
"name": "selinux-policy-targeted",
"release": "1.el10",
"source": "rpm",
"version": "40.13.9"
}
],
"setup": [
{
"arch": "noarch",
"epoch": null,
"name": "setup",
"release": "3.el10",
"source": "rpm",
"version": "2.14.5"
}
],
"sg3_utils": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils",
"release": "5.el10",
"source": "rpm",
"version": "1.48"
}
],
"sg3_utils-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sg3_utils-libs",
"release": "5.el10",
"source": "rpm",
"version": "1.48"
}
],
"shadow-utils": [
{
"arch": "x86_64",
"epoch": 2,
"name": "shadow-utils",
"release": "3.el10",
"source": "rpm",
"version": "4.15.0"
}
],
"slang": [
{
"arch": "x86_64",
"epoch": null,
"name": "slang",
"release": "6.el10",
"source": "rpm",
"version": "2.3.3"
}
],
"snappy": [
{
"arch": "x86_64",
"epoch": null,
"name": "snappy",
"release": "6.el10",
"source": "rpm",
"version": "1.1.10"
}
],
"sqlite-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "sqlite-libs",
"release": "1.el10",
"source": "rpm",
"version": "3.46.1"
}
],
"squashfs-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "squashfs-tools",
"release": "5.el10",
"source": "rpm",
"version": "4.6.1"
}
],
"sssd-client": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-client",
"release": "3.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"sssd-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-common",
"release": "3.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"sssd-kcm": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-kcm",
"release": "3.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"sssd-krb5-common": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-krb5-common",
"release": "3.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"sssd-nfs-idmap": [
{
"arch": "x86_64",
"epoch": null,
"name": "sssd-nfs-idmap",
"release": "3.el10",
"source": "rpm",
"version": "2.10.0~beta2"
}
],
"sudo": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo",
"release": "7.p5.el10",
"source": "rpm",
"version": "1.9.15"
}
],
"sudo-python-plugin": [
{
"arch": "x86_64",
"epoch": null,
"name": "sudo-python-plugin",
"release": "7.p5.el10",
"source": "rpm",
"version": "1.9.15"
}
],
"systemd": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd",
"release": "14.el10",
"source": "rpm",
"version": "256"
}
],
"systemd-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-libs",
"release": "14.el10",
"source": "rpm",
"version": "256"
}
],
"systemd-pam": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-pam",
"release": "14.el10",
"source": "rpm",
"version": "256"
}
],
"systemd-udev": [
{
"arch": "x86_64",
"epoch": null,
"name": "systemd-udev",
"release": "14.el10",
"source": "rpm",
"version": "256"
}
],
"tar": [
{
"arch": "x86_64",
"epoch": 2,
"name": "tar",
"release": "4.el10",
"source": "rpm",
"version": "1.35"
}
],
"telnet": [
{
"arch": "x86_64",
"epoch": 1,
"name": "telnet",
"release": "93.el10",
"source": "rpm",
"version": "0.17"
}
],
"time": [
{
"arch": "x86_64",
"epoch": null,
"name": "time",
"release": "24.el10",
"source": "rpm",
"version": "1.9"
}
],
"tiwilink-firmware": [
{
"arch": "noarch",
"epoch": null,
"name": "tiwilink-firmware",
"release": "7.el10",
"source": "rpm",
"version": "20240910"
}
],
"tpm2-tools": [
{
"arch": "x86_64",
"epoch": null,
"name": "tpm2-tools",
"release": "2.el10",
"source": "rpm",
"version": "5.7"
}
],
"tpm2-tss": [
{
"arch": "x86_64",
"epoch": null,
"name": "tpm2-tss",
"release": "2.el10",
"source": "rpm",
"version": "4.1.3"
}
],
"tpm2-tss-fapi": [
{
"arch": "x86_64",
"epoch": null,
"name": "tpm2-tss-fapi",
"release": "2.el10",
"source": "rpm",
"version": "4.1.3"
}
],
"tzdata": [
{
"arch": "noarch",
"epoch": null,
"name": "tzdata",
"release": "3.el10",
"source": "rpm",
"version": "2024a"
}
],
"unbound-anchor": [
{
"arch": "x86_64",
"epoch": null,
"name": "unbound-anchor",
"release": "10.el10",
"source": "rpm",
"version": "1.19.0"
}
],
"unbound-libs": [
{
"arch": "x86_64",
"epoch": null,
"name": "unbound-libs",
"release": "10.el10",
"source": "rpm",
"version": "1.19.0"
}
],
"userspace-rcu": [
{
"arch": "x86_64",
"epoch": null,
"name": "userspace-rcu",
"release": "6.el10",
"source": "rpm",
"version": "0.14.0"
}
],
"util-linux": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux",
"release": "4.el10",
"source": "rpm",
"version": "2.40.2"
}
],
"util-linux-core": [
{
"arch": "x86_64",
"epoch": null,
"name": "util-linux-core",
"release": "4.el10",
"source": "rpm",
"version": "2.40.2"
}
],
"vim-common": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-common",
"release": "2.el10",
"source": "rpm",
"version": "9.1.083"
}
],
"vim-data": [
{
"arch": "noarch",
"epoch": 2,
"name": "vim-data",
"release": "2.el10",
"source": "rpm",
"version": "9.1.083"
}
],
"vim-enhanced": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-enhanced",
"release": "2.el10",
"source": "rpm",
"version": "9.1.083"
}
],
"vim-filesystem": [
{
"arch": "noarch",
"epoch": 2,
"name": "vim-filesystem",
"release": "2.el10",
"source": "rpm",
"version": "9.1.083"
}
],
"vim-minimal": [
{
"arch": "x86_64",
"epoch": 2,
"name": "vim-minimal",
"release": "2.el10",
"source": "rpm",
"version": "9.1.083"
}
],
"wget": [
{
"arch": "x86_64",
"epoch": null,
"name": "wget",
"release": "1.el10",
"source": "rpm",
"version": "1.24.5"
}
],
"which": [
{
"arch": "x86_64",
"epoch": null,
"name": "which",
"release": "42.el10",
"source": "rpm",
"version": "2.21"
}
],
"xfsprogs": [
{
"arch": "x86_64",
"epoch": null,
"name": "xfsprogs",
"release": "4.el10",
"source": "rpm",
"version": "6.5.0"
}
],
"xkeyboard-config": [
{
"arch": "noarch",
"epoch": null,
"name": "xkeyboard-config",
"release": "2.el10",
"source": "rpm",
"version": "2.41"
}
],
"xxd": [
{
"arch": "x86_64",
"epoch": 2,
"name": "xxd",
"release": "2.el10",
"source": "rpm",
"version": "9.1.083"
}
],
"xz": [
{
"arch": "x86_64",
"epoch": 1,
"name": "xz",
"release": "2.el10",
"source": "rpm",
"version": "5.6.2"
}
],
"xz-libs": [
{
"arch": "x86_64",
"epoch": 1,
"name": "xz-libs",
"release": "2.el10",
"source": "rpm",
"version": "5.6.2"
}
],
"yum": [
{
"arch": "noarch",
"epoch": null,
"name": "yum",
"release": "7.el10",
"source": "rpm",
"version": "4.20.0"
}
],
"yum-utils": [
{
"arch": "noarch",
"epoch": null,
"name": "yum-utils",
"release": "5.el10",
"source": "rpm",
"version": "4.7.0"
}
],
"zlib-ng-compat": [
{
"arch": "x86_64",
"epoch": null,
"name": "zlib-ng-compat",
"release": "3.el10",
"source": "rpm",
"version": "2.1.6"
}
]
}
},
"changed": false
}
TASK [Debug pacemaker version] *************************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/fetch_versions.yml:16
Tuesday 08 October 2024 08:14:23 -0400 (0:00:01.155) 0:01:51.136 *******
ok: [managed-node1] => {
"ansible_facts.packages['pacemaker']": [
{
"arch": "x86_64",
"epoch": null,
"name": "pacemaker",
"release": "3.el10",
"source": "rpm",
"version": "2.1.8"
}
]
}
TASK [Extract versions of cluster components] **********************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/fetch_versions.yml:20
Tuesday 08 October 2024 08:14:23 -0400 (0:00:00.063) 0:01:51.199 *******
ok: [managed-node1] => {
"ansible_facts": {
"__test_pacemaker_version": "2.1.8",
"__test_pcs_version": "0.12.0~a1"
},
"changed": false
}
TASK [Fetch stonith configuration from the cluster] ****************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:319
Tuesday 08 October 2024 08:14:23 -0400 (0:00:00.067) 0:01:51.267 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities",
"skip_reason": "Conditional result was False"
}
TASK [Print real stonith configuration] ****************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:325
Tuesday 08 October 2024 08:14:23 -0400 (0:00:00.047) 0:01:51.314 *******
skipping: [managed-node1] => {
"false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities"
}
TASK [Print expected stonith configuration] ************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:329
Tuesday 08 October 2024 08:14:23 -0400 (0:00:00.087) 0:01:51.402 *******
skipping: [managed-node1] => {
"false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities"
}
TASK [Check stonith configuration] *********************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:333
Tuesday 08 October 2024 08:14:23 -0400 (0:00:00.051) 0:01:51.454 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities",
"skip_reason": "Conditional result was False"
}
TASK [Fetch stonith configuration from the cluster] ****************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:518
Tuesday 08 October 2024 08:14:23 -0400 (0:00:00.047) 0:01:51.501 *******
ok: [managed-node1] => {
"changed": false,
"cmd": [
"pcs",
"--output-format=json",
"stonith",
"config"
],
"delta": "0:00:01.617123",
"end": "2024-10-08 08:14:25.432366",
"rc": 0,
"start": "2024-10-08 08:14:23.815243"
}
STDOUT:
{"primitives": [{"id": "fence-no-attrs", "agent_name": {"standard": "stonith", "provider": null, "type": "fence_kdump"}, "description": null, "operations": [{"id": "fence-no-attrs-monitor-interval-60s", "name": "monitor", "interval": "60s", "description": null, "start_delay": null, "interval_origin": null, "timeout": null, "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "fence-empty-attrs1", "agent_name": {"standard": "stonith", "provider": null, "type": "fence_kdump"}, "description": null, "operations": [{"id": "fence-empty-attrs1-monitor-interval-60s", "name": "monitor", "interval": "60s", "description": null, "start_delay": null, "interval_origin": null, "timeout": null, "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "fence-empty-attrs2", "agent_name": {"standard": "stonith", "provider": null, "type": "fence_kdump"}, "description": null, "operations": [{"id": "fence-empty-attrs2-monitor-interval-60s", "name": "monitor", "interval": "60s", "description": null, "start_delay": null, "interval_origin": null, "timeout": null, "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "fence-with-attrs", "agent_name": {"standard": "stonith", "provider": null, "type": "fence_kdump"}, "description": null, "operations": [{"id": "fence-with-attrs-monitor-interval-26", "name": "monitor", "interval": "26", "description": null, "start_delay": null, "interval_origin": null, "timeout": "13", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "fence-with-attrs-monitor-interval-28s", "name": "monitor", "interval": "28s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "14s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [{"id": "fence-with-attrs-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "fence-with-attrs-meta_attributes-an-attr", "name": "an-attr", "value": "a value"}, {"id": "fence-with-attrs-meta_attributes-target-role", "name": "target-role", "value": "Stopped"}]}], "instance_attributes": [{"id": "fence-with-attrs-instance_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "fence-with-attrs-instance_attributes-pcmk_host_list", "name": "pcmk_host_list", "value": "node1 node2"}, {"id": "fence-with-attrs-instance_attributes-timeout", "name": "timeout", "value": "30"}]}], "utilization": []}], "clones": [], "groups": [], "bundles": []}
STDERR:
Warning: Only 'text' output format is supported for stonith levels
TASK [Print real stonith configuration] ****************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:524
Tuesday 08 October 2024 08:14:25 -0400 (0:00:02.016) 0:01:53.518 *******
ok: [managed-node1] => {
"__test_pcs_stonith_config.stdout | from_json": {
"bundles": [],
"clones": [],
"groups": [],
"primitives": [
{
"agent_name": {
"provider": null,
"standard": "stonith",
"type": "fence_kdump"
},
"description": null,
"id": "fence-no-attrs",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "fence-no-attrs-monitor-interval-60s",
"instance_attributes": [],
"interval": "60s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": null
}
],
"utilization": []
},
{
"agent_name": {
"provider": null,
"standard": "stonith",
"type": "fence_kdump"
},
"description": null,
"id": "fence-empty-attrs1",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "fence-empty-attrs1-monitor-interval-60s",
"instance_attributes": [],
"interval": "60s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": null
}
],
"utilization": []
},
{
"agent_name": {
"provider": null,
"standard": "stonith",
"type": "fence_kdump"
},
"description": null,
"id": "fence-empty-attrs2",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "fence-empty-attrs2-monitor-interval-60s",
"instance_attributes": [],
"interval": "60s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": null
}
],
"utilization": []
},
{
"agent_name": {
"provider": null,
"standard": "stonith",
"type": "fence_kdump"
},
"description": null,
"id": "fence-with-attrs",
"instance_attributes": [
{
"id": "fence-with-attrs-instance_attributes",
"nvpairs": [
{
"id": "fence-with-attrs-instance_attributes-pcmk_host_list",
"name": "pcmk_host_list",
"value": "node1 node2"
},
{
"id": "fence-with-attrs-instance_attributes-timeout",
"name": "timeout",
"value": "30"
}
],
"options": {},
"rule": null
}
],
"meta_attributes": [
{
"id": "fence-with-attrs-meta_attributes",
"nvpairs": [
{
"id": "fence-with-attrs-meta_attributes-an-attr",
"name": "an-attr",
"value": "a value"
},
{
"id": "fence-with-attrs-meta_attributes-target-role",
"name": "target-role",
"value": "Stopped"
}
],
"options": {},
"rule": null
}
],
"operations": [
{
"description": null,
"enabled": null,
"id": "fence-with-attrs-monitor-interval-26",
"instance_attributes": [],
"interval": "26",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "13"
},
{
"description": null,
"enabled": null,
"id": "fence-with-attrs-monitor-interval-28s",
"instance_attributes": [],
"interval": "28s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "14s"
}
],
"utilization": []
}
]
}
}
TASK [Print expected stonith configuration] ************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:528
Tuesday 08 October 2024 08:14:25 -0400 (0:00:00.102) 0:01:53.621 *******
ok: [managed-node1] => {
"__test_expected_lines | from_json": {
"bundles": [],
"clones": [],
"groups": [],
"primitives": [
{
"agent_name": {
"provider": null,
"standard": "stonith",
"type": "fence_kdump"
},
"description": null,
"id": "fence-no-attrs",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "fence-no-attrs-monitor-interval-60s",
"instance_attributes": [],
"interval": "60s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": null
}
],
"utilization": []
},
{
"agent_name": {
"provider": null,
"standard": "stonith",
"type": "fence_kdump"
},
"description": null,
"id": "fence-empty-attrs1",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "fence-empty-attrs1-monitor-interval-60s",
"instance_attributes": [],
"interval": "60s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": null
}
],
"utilization": []
},
{
"agent_name": {
"provider": null,
"standard": "stonith",
"type": "fence_kdump"
},
"description": null,
"id": "fence-empty-attrs2",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "fence-empty-attrs2-monitor-interval-60s",
"instance_attributes": [],
"interval": "60s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": null
}
],
"utilization": []
},
{
"agent_name": {
"provider": null,
"standard": "stonith",
"type": "fence_kdump"
},
"description": null,
"id": "fence-with-attrs",
"instance_attributes": [
{
"id": "fence-with-attrs-instance_attributes",
"nvpairs": [
{
"id": "fence-with-attrs-instance_attributes-pcmk_host_list",
"name": "pcmk_host_list",
"value": "node1 node2"
},
{
"id": "fence-with-attrs-instance_attributes-timeout",
"name": "timeout",
"value": "30"
}
],
"options": {},
"rule": null
}
],
"meta_attributes": [
{
"id": "fence-with-attrs-meta_attributes",
"nvpairs": [
{
"id": "fence-with-attrs-meta_attributes-an-attr",
"name": "an-attr",
"value": "a value"
},
{
"id": "fence-with-attrs-meta_attributes-target-role",
"name": "target-role",
"value": "Stopped"
}
],
"options": {},
"rule": null
}
],
"operations": [
{
"description": null,
"enabled": null,
"id": "fence-with-attrs-monitor-interval-26",
"instance_attributes": [],
"interval": "26",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "13"
},
{
"description": null,
"enabled": null,
"id": "fence-with-attrs-monitor-interval-28s",
"instance_attributes": [],
"interval": "28s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "14s"
}
],
"utilization": []
}
]
}
}
TASK [Check stonith configuration] *********************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:532
Tuesday 08 October 2024 08:14:25 -0400 (0:00:00.091) 0:01:53.712 *******
ok: [managed-node1] => {
"changed": false
}
MSG:
All assertions passed
TASK [Fetch resource configuration from the cluster] ***************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:734
Tuesday 08 October 2024 08:14:25 -0400 (0:00:00.082) 0:01:53.795 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities",
"skip_reason": "Conditional result was False"
}
TASK [Print real resource configuration] ***************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:740
Tuesday 08 October 2024 08:14:25 -0400 (0:00:00.059) 0:01:53.854 *******
skipping: [managed-node1] => {
"false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities"
}
TASK [Print expected resource configuration] ***********************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:744
Tuesday 08 October 2024 08:14:25 -0400 (0:00:00.057) 0:01:53.912 *******
skipping: [managed-node1] => {
"false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities"
}
TASK [Check resource configuration] ********************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:748
Tuesday 08 October 2024 08:14:25 -0400 (0:00:00.034) 0:01:53.946 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities",
"skip_reason": "Conditional result was False"
}
TASK [Fetch resource configuration from the cluster] ***************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:817
Tuesday 08 October 2024 08:14:25 -0400 (0:00:00.030) 0:01:53.976 *******
ok: [managed-node1] => {
"changed": false,
"cmd": [
"pcs",
"--output-format=json",
"resource",
"config"
],
"delta": "0:00:00.619750",
"end": "2024-10-08 08:14:26.909526",
"rc": 0,
"start": "2024-10-08 08:14:26.289776"
}
STDOUT:
{"primitives": [{"id": "test-bundle", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-bundle-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-bundle-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-bundle-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-bundle-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-bundle-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-bundle-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-bundle-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-no-attrs", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-no-attrs-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-no-attrs-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-no-attrs-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-no-attrs-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-no-attrs-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-no-attrs-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-no-attrs-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-empty-attrs1", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-empty-attrs1-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs1-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs1-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs1-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs1-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs1-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs1-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-empty-attrs2", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-empty-attrs2-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs2-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs2-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs2-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs2-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs2-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs2-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-with-attrs1", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-with-attrs1-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs1-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs1-monitor-interval-60s", "name": "monitor", "interval": "60s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "1min", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs1-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs1-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs1-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs1-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [{"id": "test-with-attrs1-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "test-with-attrs1-meta_attributes-target-role", "name": "target-role", "value": "Stopped"}]}], "instance_attributes": [{"id": "test-with-attrs1-instance_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "test-with-attrs1-instance_attributes-fake", "name": "fake", "value": "fake value"}]}], "utilization": []}, {"id": "test-with-attrs2", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-with-attrs2-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs2-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs2-monitor-interval-26", "name": "monitor", "interval": "26", "description": null, "start_delay": null, "interval_origin": null, "timeout": "13", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs2-monitor-interval-28", "name": "monitor", "interval": "28", "description": null, "start_delay": null, "interval_origin": null, "timeout": "14", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs2-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs2-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs2-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs2-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [{"id": "test-with-attrs2-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "test-with-attrs2-meta_attributes-an-attr", "name": "an-attr", "value": "a value"}, {"id": "test-with-attrs2-meta_attributes-target-role", "name": "target-role", "value": "Stopped"}]}], "instance_attributes": [{"id": "test-with-attrs2-instance_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "test-with-attrs2-instance_attributes-fake", "name": "fake", "value": "fake value"}, {"id": "test-with-attrs2-instance_attributes-passwd", "name": "passwd", "value": "passwd value1"}]}], "utilization": []}, {"id": "test-no-default-ops", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-no-default-ops-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-1a", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-1a-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1a-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1a-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1a-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1a-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1a-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1a-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-1b", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-1b-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1b-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1b-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1b-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1b-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1b-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1b-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-2a", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-2a-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-2a-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-2a-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-2a-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-2a-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-2a-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-2a-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-4a", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-4a-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-4a-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-4a-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-4a-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-4a-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-4a-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-4a-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-clone-no-options", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-clone-no-options-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-no-options-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-no-options-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-no-options-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-no-options-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-no-options-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-no-options-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "stateful-clone-promotable", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Stateful"}, "description": null, "operations": [{"id": "stateful-clone-promotable-demote-interval-0s", "name": "demote", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "10s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": "Promoted", "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-monitor-interval-11s", "name": "monitor", "interval": "11s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": "Unpromoted", "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-notify-interval-0s", "name": "notify", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "5s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-promote-interval-0s", "name": "promote", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "10s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "10s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-clone-id", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-clone-id-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-id-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-id-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-id-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-id-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-id-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-id-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-clone-empty-attrs1", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-clone-empty-attrs1-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs1-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs1-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs1-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs1-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs1-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs1-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-clone-empty-attrs2", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-clone-empty-attrs2-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs2-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs2-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs2-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs2-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs2-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs2-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-clone-with-attrs1", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-clone-with-attrs1-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-with-attrs1-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-with-attrs1-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-with-attrs1-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-with-attrs1-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-with-attrs1-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-with-attrs1-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "stateful-clone-with-attrs2", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Stateful"}, "description": null, "operations": [{"id": "stateful-clone-with-attrs2-demote-interval-0s", "name": "demote", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "10s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-with-attrs2-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": "Promoted", "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-with-attrs2-monitor-interval-11s", "name": "monitor", "interval": "11s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": "Unpromoted", "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-with-attrs2-notify-interval-0s", "name": "notify", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "5s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-with-attrs2-promote-interval-0s", "name": "promote", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "10s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-with-attrs2-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "10s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-with-attrs2-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-with-attrs2-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-3a", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-3a-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-3a-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-3a-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-3a-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-3a-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-3a-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-3a-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}], "clones": [{"id": "test-clone-no-options-clone", "description": null, "member_id": "test-clone-no-options", "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-clone", "description": null, "member_id": "stateful-clone-promotable", "meta_attributes": [{"id": "stateful-clone-promotable-clone-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "stateful-clone-promotable-clone-meta_attributes-promotable", "name": "promotable", "value": "true"}]}], "instance_attributes": []}, {"id": "custom-clone-id1", "description": null, "member_id": "test-clone-id", "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs1-clone", "description": null, "member_id": "test-clone-empty-attrs1", "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs2-clone", "description": null, "member_id": "test-clone-empty-attrs2", "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-with-attrs1-clone", "description": null, "member_id": "test-clone-with-attrs1", "meta_attributes": [{"id": "test-clone-with-attrs1-clone-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "test-clone-with-attrs1-clone-meta_attributes-target-role", "name": "target-role", "value": "Stopped"}]}], "instance_attributes": []}, {"id": "custom-clone-id2", "description": null, "member_id": "stateful-clone-with-attrs2", "meta_attributes": [{"id": "custom-clone-id2-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "custom-clone-id2-meta_attributes-an-attr", "name": "an-attr", "value": "a value"}, {"id": "custom-clone-id2-meta_attributes-promotable", "name": "promotable", "value": "true"}, {"id": "custom-clone-id2-meta_attributes-target-role", "name": "target-role", "value": "Stopped"}]}], "instance_attributes": []}, {"id": "group3-clone", "description": null, "member_id": "group3", "meta_attributes": [], "instance_attributes": []}], "groups": [{"id": "group1", "description": null, "member_ids": ["test-1a", "test-1b"], "meta_attributes": [], "instance_attributes": []}, {"id": "group2", "description": null, "member_ids": ["test-2a"], "meta_attributes": [], "instance_attributes": []}, {"id": "group4", "description": null, "member_ids": ["test-4a"], "meta_attributes": [{"id": "group4-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "group4-meta_attributes-an-attr", "name": "an-attr", "value": "a value"}, {"id": "group4-meta_attributes-target-role", "name": "target-role", "value": "Stopped"}]}], "instance_attributes": []}, {"id": "group3", "description": null, "member_ids": ["test-3a"], "meta_attributes": [], "instance_attributes": []}], "bundles": [{"id": "bundle-minimal", "description": null, "member_id": null, "container_type": "docker", "container_options": {"image": "my:image1", "replicas": null, "replicas_per_host": null, "promoted_max": null, "run_command": null, "network": null, "options": null}, "network": null, "port_mappings": [], "storage_mappings": [], "meta_attributes": [], "instance_attributes": []}, {"id": "bundle-minimal-with-resource", "description": null, "member_id": "test-bundle", "container_type": "docker", "container_options": {"image": "my:image1", "replicas": null, "replicas_per_host": null, "promoted_max": null, "run_command": null, "network": null, "options": null}, "network": {"ip_range_start": null, "control_port": 3121, "host_interface": null, "host_netmask": null, "add_host": null}, "port_mappings": [], "storage_mappings": [], "meta_attributes": [], "instance_attributes": []}, {"id": "bundle-all-options", "description": null, "member_id": null, "container_type": "docker", "container_options": {"image": "my:image1", "replicas": 2, "replicas_per_host": null, "promoted_max": null, "run_command": null, "network": null, "options": null}, "network": {"ip_range_start": null, "control_port": 3121, "host_interface": null, "host_netmask": 32, "add_host": null}, "port_mappings": [{"id": "bundle-all-options-port-map-23456", "port": 23456, "internal_port": null, "range": null}, {"id": "bundle-all-options-port-map-34567", "port": 34567, "internal_port": 45678, "range": null}], "storage_mappings": [{"id": "bundle-all-options-storage-map", "source_dir": "/tmp/source1", "source_dir_root": null, "target_dir": "/tmp/target1", "options": null}, {"id": "bundle-all-options-storage-map-1", "source_dir": "/tmp/source2", "source_dir_root": null, "target_dir": "/tmp/target2", "options": null}], "meta_attributes": [{"id": "bundle-all-options-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "bundle-all-options-meta_attributes-an-attr", "name": "an-attr", "value": "a value"}, {"id": "bundle-all-options-meta_attributes-target-role", "name": "target-role", "value": "Stopped"}]}], "instance_attributes": []}]}
TASK [Print real resource configuration] ***************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:823
Tuesday 08 October 2024 08:14:27 -0400 (0:00:01.017) 0:01:54.994 *******
ok: [managed-node1] => {
"__test_pcs_resource_config.stdout | from_json": {
"bundles": [
{
"container_options": {
"image": "my:image1",
"network": null,
"options": null,
"promoted_max": null,
"replicas": null,
"replicas_per_host": null,
"run_command": null
},
"container_type": "docker",
"description": null,
"id": "bundle-minimal",
"instance_attributes": [],
"member_id": null,
"meta_attributes": [],
"network": null,
"port_mappings": [],
"storage_mappings": []
},
{
"container_options": {
"image": "my:image1",
"network": null,
"options": null,
"promoted_max": null,
"replicas": null,
"replicas_per_host": null,
"run_command": null
},
"container_type": "docker",
"description": null,
"id": "bundle-minimal-with-resource",
"instance_attributes": [],
"member_id": "test-bundle",
"meta_attributes": [],
"network": {
"add_host": null,
"control_port": 3121,
"host_interface": null,
"host_netmask": null,
"ip_range_start": null
},
"port_mappings": [],
"storage_mappings": []
},
{
"container_options": {
"image": "my:image1",
"network": null,
"options": null,
"promoted_max": null,
"replicas": 2,
"replicas_per_host": null,
"run_command": null
},
"container_type": "docker",
"description": null,
"id": "bundle-all-options",
"instance_attributes": [],
"member_id": null,
"meta_attributes": [
{
"id": "bundle-all-options-meta_attributes",
"nvpairs": [
{
"id": "bundle-all-options-meta_attributes-an-attr",
"name": "an-attr",
"value": "a value"
},
{
"id": "bundle-all-options-meta_attributes-target-role",
"name": "target-role",
"value": "Stopped"
}
],
"options": {},
"rule": null
}
],
"network": {
"add_host": null,
"control_port": 3121,
"host_interface": null,
"host_netmask": 32,
"ip_range_start": null
},
"port_mappings": [
{
"id": "bundle-all-options-port-map-23456",
"internal_port": null,
"port": 23456,
"range": null
},
{
"id": "bundle-all-options-port-map-34567",
"internal_port": 45678,
"port": 34567,
"range": null
}
],
"storage_mappings": [
{
"id": "bundle-all-options-storage-map",
"options": null,
"source_dir": "/tmp/source1",
"source_dir_root": null,
"target_dir": "/tmp/target1"
},
{
"id": "bundle-all-options-storage-map-1",
"options": null,
"source_dir": "/tmp/source2",
"source_dir_root": null,
"target_dir": "/tmp/target2"
}
]
}
],
"clones": [
{
"description": null,
"id": "test-clone-no-options-clone",
"instance_attributes": [],
"member_id": "test-clone-no-options",
"meta_attributes": []
},
{
"description": null,
"id": "stateful-clone-promotable-clone",
"instance_attributes": [],
"member_id": "stateful-clone-promotable",
"meta_attributes": [
{
"id": "stateful-clone-promotable-clone-meta_attributes",
"nvpairs": [
{
"id": "stateful-clone-promotable-clone-meta_attributes-promotable",
"name": "promotable",
"value": "true"
}
],
"options": {},
"rule": null
}
]
},
{
"description": null,
"id": "custom-clone-id1",
"instance_attributes": [],
"member_id": "test-clone-id",
"meta_attributes": []
},
{
"description": null,
"id": "test-clone-empty-attrs1-clone",
"instance_attributes": [],
"member_id": "test-clone-empty-attrs1",
"meta_attributes": []
},
{
"description": null,
"id": "test-clone-empty-attrs2-clone",
"instance_attributes": [],
"member_id": "test-clone-empty-attrs2",
"meta_attributes": []
},
{
"description": null,
"id": "test-clone-with-attrs1-clone",
"instance_attributes": [],
"member_id": "test-clone-with-attrs1",
"meta_attributes": [
{
"id": "test-clone-with-attrs1-clone-meta_attributes",
"nvpairs": [
{
"id": "test-clone-with-attrs1-clone-meta_attributes-target-role",
"name": "target-role",
"value": "Stopped"
}
],
"options": {},
"rule": null
}
]
},
{
"description": null,
"id": "custom-clone-id2",
"instance_attributes": [],
"member_id": "stateful-clone-with-attrs2",
"meta_attributes": [
{
"id": "custom-clone-id2-meta_attributes",
"nvpairs": [
{
"id": "custom-clone-id2-meta_attributes-an-attr",
"name": "an-attr",
"value": "a value"
},
{
"id": "custom-clone-id2-meta_attributes-promotable",
"name": "promotable",
"value": "true"
},
{
"id": "custom-clone-id2-meta_attributes-target-role",
"name": "target-role",
"value": "Stopped"
}
],
"options": {},
"rule": null
}
]
},
{
"description": null,
"id": "group3-clone",
"instance_attributes": [],
"member_id": "group3",
"meta_attributes": []
}
],
"groups": [
{
"description": null,
"id": "group1",
"instance_attributes": [],
"member_ids": [
"test-1a",
"test-1b"
],
"meta_attributes": []
},
{
"description": null,
"id": "group2",
"instance_attributes": [],
"member_ids": [
"test-2a"
],
"meta_attributes": []
},
{
"description": null,
"id": "group4",
"instance_attributes": [],
"member_ids": [
"test-4a"
],
"meta_attributes": [
{
"id": "group4-meta_attributes",
"nvpairs": [
{
"id": "group4-meta_attributes-an-attr",
"name": "an-attr",
"value": "a value"
},
{
"id": "group4-meta_attributes-target-role",
"name": "target-role",
"value": "Stopped"
}
],
"options": {},
"rule": null
}
]
},
{
"description": null,
"id": "group3",
"instance_attributes": [],
"member_ids": [
"test-3a"
],
"meta_attributes": []
}
],
"primitives": [
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-bundle",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-bundle-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-bundle-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-bundle-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-bundle-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-bundle-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-bundle-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-bundle-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-no-attrs",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-no-attrs-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-no-attrs-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-no-attrs-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-no-attrs-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-no-attrs-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-no-attrs-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-no-attrs-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-empty-attrs1",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-empty-attrs1-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs1-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs1-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs1-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs1-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs1-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs1-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-empty-attrs2",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-empty-attrs2-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs2-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs2-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs2-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs2-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs2-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs2-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-with-attrs1",
"instance_attributes": [
{
"id": "test-with-attrs1-instance_attributes",
"nvpairs": [
{
"id": "test-with-attrs1-instance_attributes-fake",
"name": "fake",
"value": "fake value"
}
],
"options": {},
"rule": null
}
],
"meta_attributes": [
{
"id": "test-with-attrs1-meta_attributes",
"nvpairs": [
{
"id": "test-with-attrs1-meta_attributes-target-role",
"name": "target-role",
"value": "Stopped"
}
],
"options": {},
"rule": null
}
],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-with-attrs1-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs1-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs1-monitor-interval-60s",
"instance_attributes": [],
"interval": "60s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "1min"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs1-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs1-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs1-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs1-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-with-attrs2",
"instance_attributes": [
{
"id": "test-with-attrs2-instance_attributes",
"nvpairs": [
{
"id": "test-with-attrs2-instance_attributes-fake",
"name": "fake",
"value": "fake value"
},
{
"id": "test-with-attrs2-instance_attributes-passwd",
"name": "passwd",
"value": "passwd value1"
}
],
"options": {},
"rule": null
}
],
"meta_attributes": [
{
"id": "test-with-attrs2-meta_attributes",
"nvpairs": [
{
"id": "test-with-attrs2-meta_attributes-an-attr",
"name": "an-attr",
"value": "a value"
},
{
"id": "test-with-attrs2-meta_attributes-target-role",
"name": "target-role",
"value": "Stopped"
}
],
"options": {},
"rule": null
}
],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-monitor-interval-26",
"instance_attributes": [],
"interval": "26",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "13"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-monitor-interval-28",
"instance_attributes": [],
"interval": "28",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "14"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-no-default-ops",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-no-default-ops-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-1a",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-1a-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1a-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1a-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1a-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1a-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1a-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1a-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-1b",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-1b-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1b-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1b-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1b-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1b-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1b-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1b-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-2a",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-2a-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-2a-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-2a-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-2a-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-2a-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-2a-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-2a-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-4a",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-4a-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-4a-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-4a-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-4a-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-4a-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-4a-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-4a-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-clone-no-options",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-clone-no-options-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-no-options-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-no-options-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-no-options-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-no-options-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-no-options-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-no-options-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Stateful"
},
"description": null,
"id": "stateful-clone-promotable",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-demote-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "demote",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "10s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": "Promoted",
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-monitor-interval-11s",
"instance_attributes": [],
"interval": "11s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": "Unpromoted",
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-notify-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "notify",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "5s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-promote-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "promote",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "10s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "10s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-clone-id",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-clone-id-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-id-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-id-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-id-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-id-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-id-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-id-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-clone-empty-attrs1",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs1-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs1-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs1-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs1-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs1-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs1-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs1-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-clone-empty-attrs2",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs2-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs2-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs2-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs2-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs2-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs2-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs2-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-clone-with-attrs1",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-clone-with-attrs1-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-with-attrs1-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-with-attrs1-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-with-attrs1-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-with-attrs1-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-with-attrs1-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-with-attrs1-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Stateful"
},
"description": null,
"id": "stateful-clone-with-attrs2",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-demote-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "demote",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "10s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": "Promoted",
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-monitor-interval-11s",
"instance_attributes": [],
"interval": "11s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": "Unpromoted",
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-notify-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "notify",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "5s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-promote-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "promote",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "10s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "10s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-3a",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-3a-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-3a-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-3a-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-3a-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-3a-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-3a-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-3a-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
}
]
}
}
TASK [Print expected resource configuration] ***********************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:827
Tuesday 08 October 2024 08:14:27 -0400 (0:00:00.209) 0:01:55.203 *******
ok: [managed-node1] => {
"__test_expected_lines | from_json": {
"bundles": [
{
"container_options": {
"image": "my:image1",
"network": null,
"options": null,
"promoted_max": null,
"replicas": null,
"replicas_per_host": null,
"run_command": null
},
"container_type": "docker",
"description": null,
"id": "bundle-minimal",
"instance_attributes": [],
"member_id": null,
"meta_attributes": [],
"network": null,
"port_mappings": [],
"storage_mappings": []
},
{
"container_options": {
"image": "my:image1",
"network": null,
"options": null,
"promoted_max": null,
"replicas": null,
"replicas_per_host": null,
"run_command": null
},
"container_type": "docker",
"description": null,
"id": "bundle-minimal-with-resource",
"instance_attributes": [],
"member_id": "test-bundle",
"meta_attributes": [],
"network": {
"add_host": null,
"control_port": 3121,
"host_interface": null,
"host_netmask": null,
"ip_range_start": null
},
"port_mappings": [],
"storage_mappings": []
},
{
"container_options": {
"image": "my:image1",
"network": null,
"options": null,
"promoted_max": null,
"replicas": 2,
"replicas_per_host": null,
"run_command": null
},
"container_type": "docker",
"description": null,
"id": "bundle-all-options",
"instance_attributes": [],
"member_id": null,
"meta_attributes": [
{
"id": "bundle-all-options-meta_attributes",
"nvpairs": [
{
"id": "bundle-all-options-meta_attributes-an-attr",
"name": "an-attr",
"value": "a value"
},
{
"id": "bundle-all-options-meta_attributes-target-role",
"name": "target-role",
"value": "Stopped"
}
],
"options": {},
"rule": null
}
],
"network": {
"add_host": null,
"control_port": 3121,
"host_interface": null,
"host_netmask": 32,
"ip_range_start": null
},
"port_mappings": [
{
"id": "bundle-all-options-port-map-23456",
"internal_port": null,
"port": 23456,
"range": null
},
{
"id": "bundle-all-options-port-map-34567",
"internal_port": 45678,
"port": 34567,
"range": null
}
],
"storage_mappings": [
{
"id": "bundle-all-options-storage-map",
"options": null,
"source_dir": "/tmp/source1",
"source_dir_root": null,
"target_dir": "/tmp/target1"
},
{
"id": "bundle-all-options-storage-map-1",
"options": null,
"source_dir": "/tmp/source2",
"source_dir_root": null,
"target_dir": "/tmp/target2"
}
]
}
],
"clones": [
{
"description": null,
"id": "test-clone-no-options-clone",
"instance_attributes": [],
"member_id": "test-clone-no-options",
"meta_attributes": []
},
{
"description": null,
"id": "stateful-clone-promotable-clone",
"instance_attributes": [],
"member_id": "stateful-clone-promotable",
"meta_attributes": [
{
"id": "stateful-clone-promotable-clone-meta_attributes",
"nvpairs": [
{
"id": "stateful-clone-promotable-clone-meta_attributes-promotable",
"name": "promotable",
"value": "true"
}
],
"options": {},
"rule": null
}
]
},
{
"description": null,
"id": "custom-clone-id1",
"instance_attributes": [],
"member_id": "test-clone-id",
"meta_attributes": []
},
{
"description": null,
"id": "test-clone-empty-attrs1-clone",
"instance_attributes": [],
"member_id": "test-clone-empty-attrs1",
"meta_attributes": []
},
{
"description": null,
"id": "test-clone-empty-attrs2-clone",
"instance_attributes": [],
"member_id": "test-clone-empty-attrs2",
"meta_attributes": []
},
{
"description": null,
"id": "test-clone-with-attrs1-clone",
"instance_attributes": [],
"member_id": "test-clone-with-attrs1",
"meta_attributes": [
{
"id": "test-clone-with-attrs1-clone-meta_attributes",
"nvpairs": [
{
"id": "test-clone-with-attrs1-clone-meta_attributes-target-role",
"name": "target-role",
"value": "Stopped"
}
],
"options": {},
"rule": null
}
]
},
{
"description": null,
"id": "custom-clone-id2",
"instance_attributes": [],
"member_id": "stateful-clone-with-attrs2",
"meta_attributes": [
{
"id": "custom-clone-id2-meta_attributes",
"nvpairs": [
{
"id": "custom-clone-id2-meta_attributes-an-attr",
"name": "an-attr",
"value": "a value"
},
{
"id": "custom-clone-id2-meta_attributes-promotable",
"name": "promotable",
"value": "true"
},
{
"id": "custom-clone-id2-meta_attributes-target-role",
"name": "target-role",
"value": "Stopped"
}
],
"options": {},
"rule": null
}
]
},
{
"description": null,
"id": "group3-clone",
"instance_attributes": [],
"member_id": "group3",
"meta_attributes": []
}
],
"groups": [
{
"description": null,
"id": "group1",
"instance_attributes": [],
"member_ids": [
"test-1a",
"test-1b"
],
"meta_attributes": []
},
{
"description": null,
"id": "group2",
"instance_attributes": [],
"member_ids": [
"test-2a"
],
"meta_attributes": []
},
{
"description": null,
"id": "group4",
"instance_attributes": [],
"member_ids": [
"test-4a"
],
"meta_attributes": [
{
"id": "group4-meta_attributes",
"nvpairs": [
{
"id": "group4-meta_attributes-an-attr",
"name": "an-attr",
"value": "a value"
},
{
"id": "group4-meta_attributes-target-role",
"name": "target-role",
"value": "Stopped"
}
],
"options": {},
"rule": null
}
]
},
{
"description": null,
"id": "group3",
"instance_attributes": [],
"member_ids": [
"test-3a"
],
"meta_attributes": []
}
],
"primitives": [
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-bundle",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-bundle-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-bundle-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-bundle-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-bundle-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-bundle-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-bundle-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-bundle-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-no-attrs",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-no-attrs-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-no-attrs-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-no-attrs-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-no-attrs-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-no-attrs-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-no-attrs-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-no-attrs-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-empty-attrs1",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-empty-attrs1-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs1-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs1-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs1-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs1-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs1-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs1-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-empty-attrs2",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-empty-attrs2-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs2-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs2-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs2-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs2-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs2-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-empty-attrs2-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-with-attrs1",
"instance_attributes": [
{
"id": "test-with-attrs1-instance_attributes",
"nvpairs": [
{
"id": "test-with-attrs1-instance_attributes-fake",
"name": "fake",
"value": "fake value"
}
],
"options": {},
"rule": null
}
],
"meta_attributes": [
{
"id": "test-with-attrs1-meta_attributes",
"nvpairs": [
{
"id": "test-with-attrs1-meta_attributes-target-role",
"name": "target-role",
"value": "Stopped"
}
],
"options": {},
"rule": null
}
],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-with-attrs1-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs1-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs1-monitor-interval-60s",
"instance_attributes": [],
"interval": "60s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "1min"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs1-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs1-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs1-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs1-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-with-attrs2",
"instance_attributes": [
{
"id": "test-with-attrs2-instance_attributes",
"nvpairs": [
{
"id": "test-with-attrs2-instance_attributes-fake",
"name": "fake",
"value": "fake value"
},
{
"id": "test-with-attrs2-instance_attributes-passwd",
"name": "passwd",
"value": "passwd value1"
}
],
"options": {},
"rule": null
}
],
"meta_attributes": [
{
"id": "test-with-attrs2-meta_attributes",
"nvpairs": [
{
"id": "test-with-attrs2-meta_attributes-an-attr",
"name": "an-attr",
"value": "a value"
},
{
"id": "test-with-attrs2-meta_attributes-target-role",
"name": "target-role",
"value": "Stopped"
}
],
"options": {},
"rule": null
}
],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-monitor-interval-26",
"instance_attributes": [],
"interval": "26",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "13"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-monitor-interval-28",
"instance_attributes": [],
"interval": "28",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "14"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-with-attrs2-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-no-default-ops",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-no-default-ops-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-1a",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-1a-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1a-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1a-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1a-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1a-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1a-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1a-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-1b",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-1b-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1b-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1b-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1b-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1b-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1b-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-1b-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-2a",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-2a-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-2a-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-2a-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-2a-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-2a-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-2a-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-2a-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-4a",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-4a-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-4a-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-4a-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-4a-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-4a-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-4a-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-4a-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-clone-no-options",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-clone-no-options-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-no-options-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-no-options-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-no-options-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-no-options-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-no-options-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-no-options-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Stateful"
},
"description": null,
"id": "stateful-clone-promotable",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-demote-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "demote",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "10s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": "Promoted",
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-monitor-interval-11s",
"instance_attributes": [],
"interval": "11s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": "Unpromoted",
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-notify-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "notify",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "5s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-promote-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "promote",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "10s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "10s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-promotable-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-clone-id",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-clone-id-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-id-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-id-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-id-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-id-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-id-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-id-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-clone-empty-attrs1",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs1-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs1-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs1-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs1-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs1-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs1-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs1-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-clone-empty-attrs2",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs2-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs2-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs2-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs2-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs2-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs2-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-empty-attrs2-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-clone-with-attrs1",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-clone-with-attrs1-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-with-attrs1-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-with-attrs1-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-with-attrs1-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-with-attrs1-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-with-attrs1-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-clone-with-attrs1-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Stateful"
},
"description": null,
"id": "stateful-clone-with-attrs2",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-demote-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "demote",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "10s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": "Promoted",
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-monitor-interval-11s",
"instance_attributes": [],
"interval": "11s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": "Unpromoted",
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-notify-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "notify",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "5s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-promote-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "promote",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "10s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "10s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "stateful-clone-with-attrs2-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
},
{
"agent_name": {
"provider": "pacemaker",
"standard": "ocf",
"type": "Dummy"
},
"description": null,
"id": "test-3a",
"instance_attributes": [],
"meta_attributes": [],
"operations": [
{
"description": null,
"enabled": null,
"id": "test-3a-migrate_from-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_from",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-3a-migrate_to-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "migrate_to",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-3a-monitor-interval-10s",
"instance_attributes": [],
"interval": "10s",
"interval_origin": null,
"meta_attributes": [],
"name": "monitor",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-3a-reload-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-3a-reload-agent-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "reload-agent",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-3a-start-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "start",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
},
{
"description": null,
"enabled": null,
"id": "test-3a-stop-interval-0s",
"instance_attributes": [],
"interval": "0s",
"interval_origin": null,
"meta_attributes": [],
"name": "stop",
"on_fail": null,
"record_pending": null,
"role": null,
"start_delay": null,
"timeout": "20s"
}
],
"utilization": []
}
]
}
}
TASK [Check resource configuration] ********************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:831
Tuesday 08 October 2024 08:14:27 -0400 (0:00:00.202) 0:01:55.405 *******
ok: [managed-node1] => {
"changed": false
}
MSG:
All assertions passed
TASK [Check firewall and selinux state] ****************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:836
Tuesday 08 October 2024 08:14:27 -0400 (0:00:00.203) 0:01:55.609 *******
included: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/check_firewall_selinux.yml for managed-node1
TASK [Check firewall service status] *******************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/check_firewall_selinux.yml:6
Tuesday 08 October 2024 08:14:27 -0400 (0:00:00.074) 0:01:55.683 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_manage_firewall | bool",
"skip_reason": "Conditional result was False"
}
TASK [Check firewall port status] **********************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/check_firewall_selinux.yml:12
Tuesday 08 October 2024 08:14:27 -0400 (0:00:00.055) 0:01:55.739 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_manage_firewall | bool",
"skip_reason": "Conditional result was False"
}
TASK [Get associated selinux ports] ********************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/check_firewall_selinux.yml:25
Tuesday 08 October 2024 08:14:27 -0400 (0:00:00.048) 0:01:55.787 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_manage_selinux | bool",
"skip_reason": "Conditional result was False"
}
TASK [Check associated selinux ports] ******************************************
task path: /tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/check_firewall_selinux.yml:33
Tuesday 08 October 2024 08:14:27 -0400 (0:00:00.058) 0:01:55.845 *******
skipping: [managed-node1] => {
"changed": false,
"false_condition": "ha_cluster_manage_selinux | bool",
"skip_reason": "Conditional result was False"
}
PLAY RECAP *********************************************************************
managed-node1 : ok=192 changed=57 unreachable=0 failed=0 skipped=123 rescued=0 ignored=0
Tuesday 08 October 2024 08:14:28 -0400 (0:00:00.166) 0:01:56.012 *******
===============================================================================
fedora.linux_system_roles.ha_cluster : Wait for the cluster to fully start and form membership --- 5.22s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:75
fedora.linux_system_roles.ha_cluster : Populate service facts ----------- 3.76s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:3
fedora.linux_system_roles.ha_cluster : Configure cluster properties set --- 3.17s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cluster-properties.yml:3
Fetch stonith configuration from the cluster ---------------------------- 2.02s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_cib_resources_create.yml:518
fedora.linux_system_roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 2.01s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/configure-shell.yml:88
fedora.linux_system_roles.ha_cluster : Fetch pcsd capabilities ---------- 1.99s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:155
fedora.linux_system_roles.ha_cluster : Get services status - detect pacemaker --- 1.86s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:135
fedora.linux_system_roles.ha_cluster : Get services status - detect SBD --- 1.84s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml:16
fedora.linux_system_roles.ha_cluster : Get services status - detect corosync-qdevice --- 1.84s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:21
fedora.linux_system_roles.ha_cluster : Remove qnetd configuration ------- 1.65s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:3
fedora.linux_system_roles.ha_cluster : Configure resource primitive test-empty-attrs1 --- 1.62s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
fedora.linux_system_roles.ha_cluster : Configure resource primitive test-1a --- 1.53s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
fedora.linux_system_roles.ha_cluster : Configure resource primitive test-no-default-ops --- 1.46s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
fedora.linux_system_roles.ha_cluster : Configure resource primitive test-bundle --- 1.45s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
fedora.linux_system_roles.ha_cluster : Configure resource primitive test-1b --- 1.45s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
fedora.linux_system_roles.ha_cluster : Configure resource primitive test-with-attrs2 --- 1.44s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
fedora.linux_system_roles.ha_cluster : Configure resource primitive test-no-attrs --- 1.42s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
fedora.linux_system_roles.ha_cluster : Configure resource primitive test-4a --- 1.42s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
fedora.linux_system_roles.ha_cluster : Configure resource primitive test-clone-empty-attrs2 --- 1.42s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3
fedora.linux_system_roles.ha_cluster : Configure resource primitive stateful-clone-promotable --- 1.41s
/tmp/collections-mm8/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3